home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / listpm7.zip / listpm.h < prev    next >
Text File  |  1999-07-19  |  4KB  |  171 lines

  1. /*
  2.  * pm constants for list pm
  3.  */
  4. #define WIN_UICLLISTER 200
  5. #define MLE_TEXT 259
  6. #define IDM_FILE 265
  7. #define IDM_OPENNEW 261
  8. #define IDM_REPLACEFILE 262
  9. #define IDM_EDIT 263
  10. #define IDM_COPYTOCLIPBOARD 264
  11. #define ERR_NOTREAD 500
  12. #define STR_TITLEREPLACE 501
  13. #define STR_TITLENEW 502
  14. #define IDM_OPTIONS 266
  15. #define IDM_WORDWRAP 268
  16. #define IDM_ON 269
  17. #define IDM_OFF 270
  18. #define STR_TITLE 503
  19. #define IDM_FONT 271
  20. #define STR_FONTTITLE 504
  21. #define STR_DEFAULTFONT 505
  22. #define STR_COPYRIGHT 506
  23. #define DLG_COPYRIGHT 201
  24. #define ST_COPYRIGHT 900
  25. #define IDM_HELP 702
  26. #define SUBTABLE_LIST 150
  27. #define ID_HELPTABLE 202
  28. #define KeysHelp 321
  29. #define Do 305
  30. #define File 306
  31. #define New 307
  32. #define Replace 309
  33. #define Edit 311
  34. #define Clipboard 312
  35. #define Options 313
  36. #define Wordwrap 314
  37. #define xFont 317
  38. #define On 315
  39. #define Off 316
  40. #define Color 334
  41. #define IDM_KEYSHELP 272
  42. #define Close 310
  43. #define IDM_COPYRIGHT 302
  44. #define IDM_GNUPUBLICLICENCE 303
  45. #define Copyright 302
  46. #define GNU 303
  47. #define DLG_SEARCHFORTEXT 203
  48. #define BOX_CASE 273
  49. #define BUT_REVERSE 274
  50. #define BUT_FORWARD 275
  51. #define IDM_SEARCHNOT 280
  52.  
  53. #define CAN_MAIN 224
  54. #define CAN_HOR 225
  55. #define CAN_VERT 226
  56. #define IDM_AGAIN 279
  57. #define ENT_TEXT 276
  58. #define STR_EXENAME 507
  59. #define STR_ENTRYTITLE 508
  60. #define STR_EXACTCASE 509
  61. #define STR_FORWARD 510
  62. #define STR_REVERSE 511
  63. #define IDM_PROGRAMAUTHOR 330
  64. #define Author 330
  65. #define Search 327
  66. #define Searchagain 328
  67. #define WIN_UICLLISTER 200
  68. #define IDM_SEARCH 277
  69. #define SearchDialog 329
  70. #define SUBTABLE_SEARCH 212
  71. #define TABLE_SEARCH 215
  72. #define Forward 332
  73.  
  74. #define EXact 331
  75. #define STR_SEARCH 512
  76. #define STR_TLPRE 32829
  77. #define xReverse 333
  78. #define GOTFOCUS 350
  79.  
  80. #define STR_REVERTQUERY 513
  81. #define STR_COLORSAVEQUERY 514
  82.  
  83. /* KEEP IN ORDER */
  84. /* these are IDENTIFIERS for set color menu options */
  85. /* they must be kept together sequential and in sync */
  86. /* with the elements of the tables list_set_colors and */
  87. /* list_reset_colors in the file list.cpp */
  88. #define COLOR_IDM_START 360
  89. #define IDM_ACTIVEC    360
  90. #define IDM_BCKC       361
  91. #define IDM_FORC       362
  92. #define IDM_DISBCKC    363
  93. #define IDM_DISFORC    364
  94. #define IDM_HIFORC     365
  95. #define IDM_HIBCKC     366
  96. #define IDM_INACTIVEC  367
  97. #define IDM_SHADOWC    368
  98.  
  99. #define MLE_START 369
  100. #define MLE_BACK 369
  101. #define MLE_FOR  370
  102.  
  103. #define TITLE_START 371
  104. #define TITLE_ACTTEXTBACK 371
  105. #define TITLE_ACTTEXTFOR 372
  106. #define TITLE_INACTTEXTBACK 373
  107. #define TITLE_INACTTEXTFOR 374
  108.  
  109. /* KEEP IN ORDER */
  110. #define COLOR_TIDM_START 375
  111. #define IDM_TACTIVEC    375
  112. #define IDM_TBCKC       376
  113. #define IDM_TFORC       377
  114. #define IDM_TDISBCKC    378
  115. #define IDM_TDISFORC    379
  116. #define IDM_THIFORC     380
  117. #define IDM_THIBCKC     381
  118. #define IDM_TINACTIVEC  382
  119. #define IDM_TSHADOWC    383
  120.  
  121. #define IDM_COLOR_LAST  383
  122. /* END OF IDENTIFIERS for set color menu options */
  123.  
  124.  
  125.  
  126.  
  127.  
  128. /* KEEP IN ORDER */
  129. /* these are IDENTIFIERS for set color STRING labels */
  130. /* they must be kept together sequential and in sync */
  131. /* with the elements of the tables list_set_colors and */
  132. /* list_reset_colors in the file list.cpp */
  133.  
  134. #define COLOR_STR_START 386
  135. #define STR_ACTIVEC    386
  136. #define STR_BCKC       387
  137. #define STR_FORC       388
  138. #define STR_DISBCKC    389
  139. #define STR_DISFORC    390
  140. #define STR_HIFORC     391
  141. #define STR_HIBCKC     392
  142. #define STR_INACTIVEC  393
  143. #define STR_SHADOWC    394
  144.  
  145. #define STR_MLE_START 395
  146. #define STR_MLE_BACK 395
  147. #define STR_MLE_FOR   396
  148.  
  149. #define STR_TITLE_START 397
  150. #define STR_TITLE_ACTTEXTBACK 397
  151. #define STR_TITLE_ACTTEXTFOR 398
  152. #define STR_TITLE_INACTTEXTBACK 399
  153. #define STR_TITLE_INACTTEXTFOR 400
  154.  
  155. /* KEEP IN ORDER */
  156. #define COLOR_TSTR_START 401
  157. #define STR_TACTIVEC    401
  158. #define STR_TBCKC       402
  159. #define STR_TFORC       403
  160. #define STR_TDISBCKC    404
  161. #define STR_TDISFORC    405
  162. #define STR_THIFORC     406
  163. #define STR_THIBCKC     407
  164. #define STR_TINACTIVEC  408
  165. #define STR_TSHADOWC    409
  166.  
  167. /* END OF IDENTIFIERS for set color STRING labels */
  168.  
  169.  
  170. #define IDM_COLOR 359
  171.