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

  1. /*-----------------------
  2.    POPPAD2.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_PRINT   5
  11.  
  12. #define IDM_EXIT    6
  13. #define IDM_ABOUT   7
  14.  
  15. #define IDM_UNDO    8
  16. #define IDM_CUT     9
  17. #define IDM_COPY    10
  18. #define IDM_PASTE   11
  19. #define IDM_CLEAR   12
  20. #define IDM_SELALL  13
  21.