home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap09 / menudemo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-12  |  551 b   |  28 lines

  1. /*------------------------
  2.    MENUDEMO.H header file
  3.   ------------------------*/
  4.  
  5. #define IDM_NEW      1
  6. #define IDM_OPEN     2
  7. #define IDM_SAVE     3
  8. #define IDM_SAVEAS   4
  9. #define IDM_EXIT     5
  10.  
  11. #define IDM_UNDO    10
  12. #define IDM_CUT     11
  13. #define IDM_COPY    12
  14. #define IDM_PASTE   13
  15. #define IDM_CLEAR   14
  16.  
  17. #define IDM_WHITE   20
  18. #define IDM_LTGRAY  21
  19. #define IDM_GRAY    22
  20. #define IDM_DKGRAY  23
  21. #define IDM_BLACK   24
  22.  
  23. #define IDM_START   30
  24. #define IDM_STOP    31
  25.  
  26. #define IDM_HELP    40
  27. #define IDM_ABOUT   41
  28.