home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gbmos2pm.zip / gbmv2 / gbmv2.h < prev    next >
Text File  |  1998-04-26  |  3KB  |  121 lines

  1. /*
  2.  
  3. gbmv2.h - Resource and Window ID's
  4.  
  5. */
  6.  
  7. #define    VERSION            101
  8.  
  9. /* Resources. */
  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_ABOUT        1004
  16. #define    RID_DLG_COLOUR        1005
  17. #define    RID_DLG_MAP        1006
  18. #define    RID_DLG_RESIZE        1007
  19.  
  20. /* Menu selections. */
  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_EXPORT_MET        1105
  28. #define    MID_PRINT        1106
  29. #define    MID_SNAPSHOT        1107
  30. #define    MID_EDIT        1108
  31. #define    MID_UNDO        1109
  32. #define    MID_SELECT        1110
  33. #define    MID_DESELECT        1111
  34. #define    MID_COPY        1112
  35. #define    MID_PASTE        1113
  36. #define    MID_BITMAP        1114
  37. #define    MID_REF_HORZ        1115
  38. #define    MID_REF_VERT        1116
  39. #define    MID_ROT_90        1117
  40. #define    MID_ROT_180        1118
  41. #define    MID_ROT_270        1119
  42. #define    MID_TRANSPOSE        1120
  43. #define    MID_CROP        1121
  44. #define    MID_COLOUR        1122
  45. #define    MID_MAP            1123
  46. #define    MID_RESIZE        1124
  47. #define    MID_VIEW        1125
  48. #define    MID_VIEW_NULL        1126
  49. #define    MID_VIEW_HALFTONE    1127
  50. #define    MID_VIEW_ERRDIFF    1128
  51. #define    MID_HELP        1129
  52. #define    MID_HELP_FOR_HELP    1130
  53. #define    MID_ABOUT        1131
  54. #define    MID_EXIT        1132 /* Not actually on menu */
  55.  
  56. /* Dialog control ID's. */
  57.  
  58. #define    DID_HELP        1200
  59. #define    DID_MAPPING        1201
  60. #define    DID_I_TO_L        1202
  61. #define    DID_I_TO_P        1203
  62. #define    DID_L_TO_I        1204
  63. #define    DID_L_TO_P        1205
  64. #define    DID_P_TO_I        1206
  65. #define    DID_P_TO_L        1207
  66. #define    DID_PARAMS        1208
  67. #define    DID_GAMMA_TEXT        1209
  68. #define    DID_GAMMA        1210
  69. #define    DID_SHELF_TEXT        1211
  70. #define    DID_SHELF        1212
  71.  
  72. #define    DID_MAP_TO        1220
  73. #define    DID_MAP_BW        1221
  74. #define    DID_MAP_8        1222
  75. #define    DID_MAP_VGA        1223
  76. #define    DID_MAP_4G        1224
  77. #define    DID_MAP_784        1225
  78. #define    DID_MAP_666        1226
  79. #define    DID_MAP_8G        1227
  80. #define    DID_MAP_TRIPEL        1228
  81. #define    DID_MAP_RGB        1229
  82. #define    DID_MAP_FREQ        1230
  83. #define    DID_MAP_MCUT        1231
  84. #define    DID_VALUES        1232
  85. #define    DID_R_TEXT        1233
  86. #define    DID_R            1234
  87. #define    DID_G_TEXT        1235
  88. #define    DID_G            1236
  89. #define    DID_B_TEXT        1237
  90. #define    DID_B            1238
  91. #define    DID_N_TEXT        1239
  92. #define    DID_N            1240
  93. #define    DID_HOW            1241
  94. #define    DID_NEAREST        1242
  95. #define    DID_HALFTONE        1243
  96. #define    DID_ERRDIFF        1244
  97.  
  98. #define    DID_CURRENTLY        1250
  99. #define    DID_WIDTH_TEXT        1251
  100. #define    DID_WIDTH        1252
  101. #define    DID_WIDTH_MUL        1253
  102. #define    DID_WIDTH_DIV        1254
  103. #define    DID_WIDTH_MATCH        1255
  104. #define    DID_HEIGHT_TEXT        1256
  105. #define    DID_HEIGHT        1257
  106. #define    DID_HEIGHT_MUL        1258
  107. #define    DID_HEIGHT_DIV        1259
  108. #define    DID_HEIGHT_MATCH    1260
  109. #define    DID_MUL_TEXT        1261
  110. #define    DID_MUL            1262
  111.  
  112. #define    DID_ICON        1270
  113. #define    DID_TITLE_TEXT        1271
  114. #define    DID_VERSION_TEXT    1272
  115. #define    DID_AUTHOR_TEXT        1273
  116.  
  117. /* Window ID's */
  118.  
  119. #define WID_SCROLL         1280
  120. #define    WID_BITMAP        1281
  121.