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

  1. /*------------------------
  2.    NOPOPUPS.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.  
  10. #define IDM_UNDO    5
  11. #define IDM_CUT     6
  12. #define IDM_COPY    7
  13. #define IDM_PASTE   8
  14. #define IDM_CLEAR   9
  15.  
  16. #define IDM_MAIN    10
  17. #define IDM_EDIT    11
  18. #define IDM_FILE    12
  19.