home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ucmenu.zip / UCMENUS.PAK / SAMPLES / SAMP3 / SAMP3.H < prev    next >
Text File  |  1995-04-13  |  4KB  |  110 lines

  1. #define MIN_BMPID               1   /* Min resource ID for bitmpas */
  2. #define MAX_BMPID              66   /* Max resource ID for bitmaps */
  3.  
  4. #define ID_ACTION_MIN          100  /* First ACTION ID */
  5.  
  6. #define ID_ACTION_FILE           100
  7. #define ID_ACTION_NEW            101
  8. #define ID_ACTION_OPEN           102
  9. #define ID_ACTION_SAVE           103
  10. #define ID_ACTION_CLOSE          104
  11. #define ID_ACTION_EDIT           105
  12. #define ID_ACTION_COPY           106
  13. #define ID_ACTION_CUT            107
  14. #define ID_ACTION_PASTE          108
  15. #define ID_ACTION_UNDO           109
  16. #define ID_ACTION_LINK           110
  17. #define ID_ACTION_SELECTALL      111
  18. #define ID_ACTION_DESELECTALL    112
  19. #define ID_ACTION_VIEW           113
  20. #define ID_ACTION_VIEWCMD        114
  21. #define ID_ACTION_VIEWTOOL       115
  22. #define ID_ACTION_VIEWCOLOR      116
  23. #define ID_ACTION_VIEWDISK       117
  24. #define ID_ACTION_ZOOMIN         118
  25. #define ID_ACTION_ZOOMOUT        119
  26. #define ID_ACTION_STYLES         120
  27. #define ID_ACTION_BOLD           121
  28. #define ID_ACTION_ITALIC         122
  29. #define ID_ACTION_UNDERLINE      123
  30.  
  31. #define ID_ACTION_TOOLS          130
  32. #define ID_ACTION_TOOLSLCT       131
  33. #define ID_ACTION_TOOLDRAW       132
  34. #define ID_ACTION_TOOLBRSH       133
  35. #define ID_ACTION_TOOLERAS       134
  36. #define ID_ACTION_TOOLSPRY       135
  37. #define ID_ACTION_TOOLFILL       136
  38. #define ID_ACTION_TOOLLINE       137
  39. #define ID_ACTION_TOOLARC        138
  40. #define ID_ACTION_TOOLRECT       139
  41. #define ID_ACTION_TOOLCIRC       140
  42. #define ID_ACTION_TOOLTEXT       141
  43. #define ID_ACTION_TOOLLSEG       142
  44. #define ID_ACTION_TOOLCURV       143
  45. #define ID_ACTION_TOOLSHP        144
  46.  
  47. #define ID_ACTION_COLORS         160
  48. #define ID_ACTION_PALETTE        161
  49. #define ID_ACTION_BLACK          162
  50. #define ID_ACTION_DGRAY          163
  51. #define ID_ACTION_PGRAY          164
  52. #define ID_ACTION_PPINK          165
  53. #define ID_ACTION_DBLUE          166
  54. #define ID_ACTION_BLUE           167
  55. #define ID_ACTION_MBLUE          168
  56. #define ID_ACTION_DCYAN          169
  57. #define ID_ACTION_CYAN           170
  58. #define ID_ACTION_DGREEN         171
  59. #define ID_ACTION_MGREEN         172
  60. #define ID_ACTION_GREEN          173
  61. #define ID_ACTION_DRED           174
  62. #define ID_ACTION_MRED           175
  63. #define ID_ACTION_RED            176
  64. #define ID_ACTION_ORANGE         177
  65. #define ID_ACTION_DPINK          178
  66. #define ID_ACTION_PINK           179
  67. #define ID_ACTION_BROWN          180
  68. #define ID_ACTION_YELLOW         181
  69. #define ID_ACTION_WHITE          182
  70. #define ID_ACTION_OPTIONS        183
  71. #define ID_ACTION_FONTS          184
  72. #define ID_ACTION_GRID           185
  73. #define ID_ACTION_RULER          186
  74. #define ID_ACTION_MAG            187
  75.  
  76. #define ID_ACTION_DISKS          200
  77. #define ID_ACTION_DISKA          201
  78. #define ID_ACTION_DISKB          202
  79. #define ID_ACTION_DISKC          203
  80. #define ID_ACTION_DISKD          204
  81.  
  82. #define ID_ACTION_HELP           220
  83. #define ID_ACTION_USINGHELP      221
  84. #define ID_ACTION_ABOUT          222
  85.  
  86. #define ID_ACTION_MAX          299  /* Last ACTION ID */
  87.  
  88. #define ID_CONTEXT             300
  89. #define ID_CONTEXT_SETUP       301
  90. #define ID_CONTEXT_CREATE      302
  91. #define ID_CONTEXT_EDIT        303
  92. #define ID_CONTEXT_DELETE      304
  93. #define ID_CONTEXT_STYLE       305
  94. #define ID_CONTEXT_LOAD        306
  95. #define ID_CONTEXT_SAVE        307
  96.  
  97. #define ID_FRAME_RESOURCE      700 
  98. #define ID_COMMANDBAR          701
  99. #define ID_TOOLBAR             702
  100. #define ID_COLORBAR            703
  101. #define ID_DISKBAR             704
  102. #define ID_GALORE_BITMAP       705
  103. #define ID_DEFAULTSTYLE        706
  104. #define ID_BUFFETBAR           707
  105. #define ID_MODIFYTOOLBAR       708
  106. #define ID_MODIFYTEXT          709
  107.  
  108. #define DLG_TOOLBARTEXT        800  /* Text modify dialog */
  109. #define TOOLBAR_TEXT           801  /* Entry field control */
  110.