home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c221 / 7.ddi / MWHC.007 / L3 < prev    next >
Encoding:
Text File  |  1990-11-11  |  390 b   |  21 lines

  1. /*----------------------
  2.    POPPAD.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.