home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ool_main.zip / ool / samples / sample15 / resource.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-10  |  621 b   |  30 lines

  1.  
  2. /* menu constants */
  3. #define IDM_MENU        100
  4. #define IDM_ICON     102
  5.  
  6. #define IDM_FILE       200
  7. #define IDM_OPEN      201
  8. #define IDM_SAVE      202
  9. #define IDM_SAVEAS      203
  10. #define IDM_PRINT      204
  11. #define IDM_CLOSE      205
  12.  
  13. #define IDM_EDIT      300
  14. #define IDM_CUT         301
  15. #define IDM_COPY      302
  16. #define IDM_PASTE      303
  17. #define IDM_CLEAR      304
  18.  
  19. #define IDM_HELP           400
  20. #define IDM_HELP_HELP      401
  21. #define IDM_HELP_GENERAL   402
  22. #define IDM_HELP_INDEX     403
  23.  
  24.  
  25. #define IDM_WINDOW    17800
  26. #define IDM_TILE        17850
  27. #define IDM_CASCADE    17851
  28. #define IDM_NEXT_WIN    17852
  29. #define IDM_PREV_WIN    17853
  30.