home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / owf.zip / template / pm1 / resource.h < prev   
C/C++ Source or Header  |  1996-09-25  |  459b  |  23 lines

  1.  
  2. /* menu constants */
  3. #define IDM_MENU        100
  4.  
  5. #define IDM_FILE       200
  6. #define IDM_OPEN      201
  7. #define IDM_SAVE      202
  8. #define IDM_SAVEAS      203
  9. #define IDM_PRINT      204
  10. #define IDM_CLOSE      205
  11.  
  12. #define IDM_EDIT      300
  13. #define IDM_CUT         301
  14. #define IDM_COPY      302
  15. #define IDM_PASTE      303
  16. #define IDM_CLEAR      304
  17.  
  18. #define IDM_HELP           400
  19. #define IDM_HELP_HELP      401
  20. #define IDM_HELP_GENERAL   402
  21. #define IDM_HELP_INDEX     403
  22.  
  23.