home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / biology / gsrc208a.zip / STRTBL.H < prev    next >
Text File  |  1993-07-07  |  2KB  |  61 lines

  1. /*
  2.     GEPASI - a simulator of metabolic pathways and other dynamical systems
  3.     Copyright (C) 1989, 1992  Pedro Mendes
  4. */
  5.  
  6. /*************************************/
  7. /*                                   */
  8. /*         Symbols for strings       */
  9. /*                                   */
  10. /*          MICROSOFT C 6.00         */
  11. /*           QuickC/WIN 1.0          */
  12. /*             ULTRIX cc             */
  13. /*              GNU gcc              */
  14. /*                                   */
  15. /*   (include here compilers that    */
  16. /*   compiled GEPASI successfully)   */
  17. /*                                   */
  18. /*************************************/
  19.  
  20.  
  21. #define IDS_ERR_REGISTER_CLASS        1
  22. #define IDS_ERR_CREATE_WINDOW        2
  23. #define IDS_ERR_OUT_OF_MEM            3
  24. #define IDS_ERR_NOEXEC                4
  25. #define IDS_ERR_BADCONFIG            5
  26. #define IDS_ERR_UNDEF                6
  27. #define IDS_ERR_SYNTAX                7
  28. #define IDS_ERR_SAVE                8
  29. #define IDS_ERR_LOAD                9
  30. #define IDS_ERR_DEL                    10
  31. #define IDS_ERR_STEP_EXCEED            11
  32. #define IDS_ERR_MET_EXCEED            12
  33. #define IDS_ERR_BAD_TOPNAM            13
  34. #define IDS_ERR_BAD_EMPTY            14
  35. #define IDS_ERR_BAD_NSTEP            15
  36. #define IDS_ERR_BAD_KINTYPE            16
  37. #define IDS_ERR_BAD_TOTMET            17
  38. #define IDS_ERR_BAD_STOI            18
  39. #define IDS_ERR_BAD_LOOP            19
  40. #define IDS_ERR_BAD_INTMET            20
  41. #define IDS_ERR_BAD_CONCENT            21
  42. #define IDS_ERR_BAD_KPARAM            22
  43. #define IDS_ERR_BUF_FUL                23
  44. #define IDS_ERR_BAD_TOP                24
  45. #define IDS_ERR_BAD_UNITS           25
  46. #define IDS_ERR_BAD_OPTIONS            26
  47. #define IDS_ERR_OVERFLOW            27
  48. #define IDS_ERR_ZEROBAD                28
  49. #define IDS_SAVEQUERY                29
  50. #define IDS_ERR_NO_TEMP                30
  51. #define IDS_ERR_NO_NAME                31
  52. #define IDS_ERR_NO_SUBS                32
  53. #define IDS_ERR_NO_PRODS            33
  54. #define IDS_ERR_NEG                    34
  55. #define IDS_ERR_DATAB_CORRUPT        35
  56. #define IDS_INF_NEWKIN                36
  57. #define IDS_REPORTQUERY                37
  58. #define IDS_INF_GNUPLOT                38
  59. #define IDS_ERR_NO_GNUPLOT            39
  60. #define IDS_NOT_YET                    40
  61.