home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / Examples / WinMenu / main.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-18  |  588 b   |  22 lines

  1. #define ID_MENU 501
  2.  
  3. #define IDM_FILENEW         200
  4. #define IDM_FILEOPEN        201
  5. #define IDM_FILESAVE        202
  6. #define IDM_FILESAVEAS      203
  7. #define IDM_FILEPRINT       204
  8. #define IDM_FILEPAGESETUP   205
  9. #define IDM_FILEPRINTSETUP  206
  10. #define IDM_FILEEXIT        207
  11.  
  12. #define IDM_EDITUNDO        210
  13. #define IDM_EDITCUT         211
  14. #define IDM_EDITCOPY        212
  15. #define IDM_EDITPASTE       213
  16. #define IDM_EDITDELETE      214
  17.  
  18. #define IDM_HELPCONTENTS    215
  19. #define IDM_HELPSEARCH      216
  20. #define IDM_HELPHELP        217
  21. #define IDM_HELPABOUT       218
  22.