home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / Komercni / xbase / express / exd17208.r04 / exp17 / Include / Dcmsg.ch < prev    next >
Text File  |  2002-01-30  |  5KB  |  124 lines

  1. #define DCLANG_ENGLISH        100
  2. #define DCLANG_GERMAN         101
  3. #define DCLANG_PORTUGUESE     102
  4. #define DCLANG_SPANISH        103
  5. #define DCLANG_CHINESE        104
  6. #define DCLANG_FRENCH         105
  7. #define DCLANG_ITALIAN        106
  8. #define DCLANG_DUTCH          107
  9. #define DCLANG_SLOVENIAN      108
  10. #define DCLANG_PORTUGUESE_BR  109
  11. #define DCLANG_SWEDISH        110
  12. #define DCLANG_NORWEGIAN      111
  13. #define DCLANG_RUSSIAN        112
  14. #define DCLANG_POLISH         113
  15. #define DCLANG_SLOVAK         114
  16. #define DCLANG_CZECH          115
  17. #define DCLANG_ROMANIAN       116
  18. #define DCLANG_CUSTOM         999
  19.  
  20.  
  21. #define DCMSG_OK            1001  // &Ok
  22. #define DCMSG_CANCEL        1002  // &Cancel
  23. #define DCMSG_ABORT         1003  // &Abort
  24. #define DCMSG_HELP          1004  // &Help
  25. #define DCMSG_DESIGN        1005  // &Design
  26. #define DCMSG_YES           1006  // &Yes
  27. #define DCMSG_NO            1007  // &No
  28. #define DCMSG_ZOOM_PLUS     1008  // &Zoom+
  29. #define DCMSG_ZOOM_MINUS    1009  // Z&oom-
  30. #define DCMSG_PRINT         1010  // P&rint
  31. #define DCMSG_EXIT          1011  // E&xit
  32.  
  33. #define DCMSG_DESIGNISON    2001  // Design Mode is ON
  34. #define DCMSG_DESIGNISOFF   2002  // Design Mode is OFF
  35. #define DCMSG_PRESSESCAPE   2003  // Press ESCape to Abort
  36. #define DCMSG_ABORTQUERY    2004  // Exit and Abort Changes?
  37. #define DCMSG_CLOSEQUERY    2005  // Are you sure you want to Exit?
  38. #define DCMSG_DATE_INVALID  2006  // Invalid Date Entered!
  39. #define DCMSG_RANGE_INVALID 2007  // Valid Range is:
  40. #define DCMSG_EXITQUERY     2008  // Exit and Save?
  41.  
  42. #define DCMSG_NEXT          3001  // &Next
  43. #define DCMSG_PREV          3002  // &Prev
  44. #define DCMSG_PREVIOUS      3003  // &Previous
  45. #define DCMSG_TOP           3004  // &Top
  46. #define DCMSG_BOTTOM        3005  // &Bottom
  47. #define DCMSG_NEW           3006  // Ne&w
  48. #define DCMSG_DEL           3007  // &Del
  49. #define DCMSG_SAVE          3008  // &Save
  50. #define DCMSG_FIND          3009  // F&ind
  51. #define DCMSG_FIND_TITLE    3010  // Find an item in Report
  52. #define DCMSG_FIND_TEXT     3011  // Text to find
  53. #define DCMSG_FIND_NEW      3012  // New &Find
  54. #define DCMSG_FIND_NEXT     3013  // Next Find
  55. #define DCMSG_NOT_FOUND     3014  // Not Found
  56.  
  57. #define DCMSG_CALEN_DAY     3100  // Day
  58. #define DCMSG_CALEN_WEEK    3101  // Week
  59. #define DCMSG_CALEN_MONTH   3102  // Month
  60. #define DCMSG_CALEN_YEAR    3103  // Year
  61. #define DCMSG_CALEN_MWEEK   3104  // Week Header (Monday start)
  62. #define DCMSG_CALEN_SWEEK   3105  // Week Header (Sunday start)
  63. #define DCMSG_CALEN_TITLE   3106  // Title
  64. #define DCMSG_CALEN_MONTH1  3107  // January
  65. #define DCMSG_CALEN_MONTH2  3108  // February
  66. #define DCMSG_CALEN_MONTH3  3109  // March
  67. #define DCMSG_CALEN_MONTH4  3110  // April
  68. #define DCMSG_CALEN_MONTH5  3111  // May
  69. #define DCMSG_CALEN_MONTH6  3112  // June
  70. #define DCMSG_CALEN_MONTH7  3113  // July
  71. #define DCMSG_CALEN_MONTH8  3114  // August
  72. #define DCMSG_CALEN_MONTH9  3115  // September
  73. #define DCMSG_CALEN_MONTH10 3116  // October
  74. #define DCMSG_CALEN_MONTH11 3117  // November
  75. #define DCMSG_CALEN_MONTH12 3118  // December
  76. #define DCMSG_CALEN_DAY1    3107  // Sunday
  77. #define DCMSG_CALEN_DAY2    3108  // Monday
  78. #define DCMSG_CALEN_DAY3    3109  // Tuesday
  79. #define DCMSG_CALEN_DAY4    3110  // Wednesday
  80. #define DCMSG_CALEN_DAY5    3111  // Thursday
  81. #define DCMSG_CALEN_DAY6    3112  // Friday
  82. #define DCMSG_CALEN_DAY7    3113  // Saturday
  83. #define DCMSG_CALC_TITLE    3200  // Calculator title
  84. #define DCMSG_CALC_TOTAL    3201  // Calculator total
  85. #define DCMSG_CALC_MEM      3202  // Calculator memory
  86.  
  87. #define DCMSG_FIND_SEEK     3210  // AutoSeek Prompt
  88. #define DCMSG_FIND_TOOLTIP  3211  // AutoSeek Tooltip
  89. #define DCMSG_FIND_NOINDEX  3212  // No Index/Sort on this Column
  90.  
  91. /* DC_Printer() Class */
  92.  
  93. #define DCMSG_PC_PROPERTIES 4001  // Properties
  94. #define DCMSG_PC_STATUS     4002  // Status
  95. #define DCMSG_PC_READY      4003  // Default printer; ready
  96. #define DCMSG_PC_TYPE       4004  // Type
  97. #define DCMSG_PC_WHERE      4005  // Where
  98. #define DCMSG_PC_COMMENT    4006  // Comment
  99. #define DCMSG_PC_PRINTFILE  4007  // Print to File
  100. #define DCMSG_PC_PRINTRANGE 4008  // Print Range
  101. #define DCMSG_PC_ALL        4009  // All
  102. #define DCMSG_PC_PAGES      4010  // Pages
  103. #define DCMSG_PC_SELECTED   4011  // Selected
  104. #define DCMSG_PC_FROM       4012  // From
  105. #define DCMSG_PC_TO         4013  // To
  106. #define DCMSG_PC_COPIES     4014  // Copies
  107. #define DCMSG_PC_NMBRCOPIES 4015  // Number of Copies
  108. #define DCMSG_PC_PAGE       4016  // Page
  109. #define DCMSG_PC_ROWS       4017  // Rows
  110. #define DCMSG_PC_COLUMNS    4018  // Columns
  111. #define DCMSG_PC_FONT       4019  // Font
  112. #define DCMSG_PC_PRINTPRVW  4020  // Print Preview
  113. #define DCMSG_PC_PRINTER    4021  // Printer
  114. #define DCMSG_PC_NPCOLUMNS  4022  // Non-Proportional Columns
  115. #define DCMSG_PC_NAME       4023  // Name
  116. #define DCMSG_PC_OUTFILE    4024  // Text File Name
  117. #define DCMSG_PC_FILEMSG    4025  // File Exists.  Overwrite?
  118.  
  119. #define DCMSG_WIN_CASCADE   4100  // Cascade Windows
  120. #define DCMSG_WIN_MINIMIZE  4102  // Minimize All Windows
  121. #define DCMSG_WIN_MAXIMIZE  4103  // Maximize All Windows
  122. #define DCMSG_WIN_CLOSEALL  4104  // Close All Windows
  123.  
  124.