home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / mlelib.zip / sample.h < prev    next >
Text File  |  1993-10-07  |  461b  |  27 lines

  1. /*
  2. * Resource IDs
  3. */
  4. #define IDR_TEST         1
  5.  
  6. #define IDM_FILE        1000
  7. #define IDM_NEW            1005
  8. #define IDM_OPEN        1010
  9. #define IDM_SAVE        1015
  10. #define IDM_SAVEAS        1020
  11. #define IDM_SAVEALL        1025
  12. #define IDM_EXIT        1030
  13.  
  14. #define IDM_EDIT        1100
  15. #define IDM_CUT            1105
  16. #define IDM_PASTE        1110
  17. #define IDM_CLEAR        1115
  18. #define IDM_COPY        1120
  19.  
  20. #define IDM_OPTIONS        1200
  21. #define IDM_COLOR        1205
  22. #define IDM_BLUEWHITE    1210
  23. #define IDM_WHITEBLUE    1215
  24.  
  25.  
  26.  
  27.