home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / rexx / library2 / gbmrexx / gbmv2 / gbmv2.h < prev    next >
Text File  |  1993-11-10  |  2KB  |  99 lines

  1. /*
  2.  
  3. GBMV2.H  Header for GbmV2
  4.  
  5. */
  6.  
  7. /*
  8. Resources.
  9. */
  10.  
  11. #define    RID_GBMV2        1000
  12. #define    RID_SELECT1        1001
  13. #define    RID_SELECT2        1002
  14. #define    RID_HELP_TABLE        1003
  15. #define    RID_DLG_COLOUR        1004
  16. #define    RID_DLG_MAP        1005
  17.  
  18. /*
  19. Menu selections.
  20. */
  21.  
  22. #define    MID_FILE        1100
  23. #define    MID_NEW            1101
  24. #define    MID_OPEN        1102
  25. #define    MID_SAVE        1103
  26. #define    MID_SAVE_AS        1104
  27. #define    MID_PRINT        1105
  28. #define    MID_EDIT        1106
  29. #define    MID_UNDO        1107
  30. #define    MID_SELECT        1108
  31. #define    MID_SELECT_ALL        1109
  32. #define    MID_COPY        1110
  33. #define    MID_DESELECT        1111
  34. #define    MID_BITMAP        1112
  35. #define    MID_REF_HORZ        1113
  36. #define    MID_REF_VERT        1114
  37. #define    MID_ROT_90        1115
  38. #define    MID_ROT_180        1116
  39. #define    MID_ROT_270        1117
  40. #define    MID_TRANSPOSE        1118
  41. #define    MID_CROP        1119
  42. #define    MID_COLOUR        1120
  43. #define    MID_MAP            1121
  44. #define    MID_VIEW        1122
  45. #define    MID_VIEW_NULL        1123
  46. #define    MID_VIEW_HALFTONE    1124
  47. #define    MID_VIEW_ERRDIFF    1125
  48. #define    MID_HELP        1126
  49. #define    MID_HELP_FOR_HELP    1127
  50. #define    MID_EXIT        1128 /* Not actually on menu */
  51.  
  52. /*
  53. Dialog control ID's.
  54. */
  55.  
  56. #define    DID_HELP        1200
  57. #define    DID_MAPPING        1201
  58. #define    DID_I_TO_L        1202
  59. #define    DID_I_TO_P        1203
  60. #define    DID_L_TO_I        1204
  61. #define    DID_L_TO_P        1205
  62. #define    DID_P_TO_I        1206
  63. #define    DID_P_TO_L        1207
  64. #define    DID_PARAMS        1208
  65. #define    DID_GAMMA_TEXT        1209
  66. #define    DID_GAMMA        1210
  67. #define    DID_SHELF_TEXT        1211
  68. #define    DID_SHELF        1212
  69.  
  70. #define    DID_MAP_TO        1220
  71. #define    DID_MAP_BW        1221
  72. #define    DID_MAP_8        1222
  73. #define    DID_MAP_VGA        1223
  74. #define    DID_MAP_4G        1224
  75. #define    DID_MAP_784        1225
  76. #define    DID_MAP_666        1226
  77. #define    DID_MAP_8G        1227
  78. #define    DID_MAP_TRIPEL        1228
  79. #define    DID_MAP_RGB        1229
  80. #define    DID_MAP_FREQ        1230
  81. #define    DID_VALUES        1231
  82. #define    DID_R_TEXT        1232
  83. #define    DID_R            1233
  84. #define    DID_G_TEXT        1234
  85. #define    DID_G            1235
  86. #define    DID_B_TEXT        1236
  87. #define    DID_B            1237
  88. #define    DID_N_TEXT        1238
  89. #define    DID_N            1239
  90. #define    DID_HOW            1240
  91. #define    DID_NEAREST        1241
  92. #define    DID_HALFTONE        1242
  93. #define    DID_ERRDIFF        1243
  94.  
  95. /* Window ID's */
  96.  
  97. #define WID_SCROLL         1250
  98. #define    WID_BITMAP        1251
  99.