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

  1. /*------------------------
  2.    GRAFMENU.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_COUR    10
  17. #define IDM_HELV    11
  18. #define IDM_TMSRMN  12
  19.  
  20. #define IDM_HELP    13
  21.