home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / coolwork / cwmenu.h_ / cwmenu.h
C/C++ Source or Header  |  1994-02-16  |  1KB  |  40 lines

  1. /* Menu IDs for CoolWorx -- Some modules use this and
  2.    nothing else (CoolButton for one). */
  3. #ifndef CW_MENU_DEF
  4. #define CW_MENU_DEF
  5. #define CM_HELPABOUT    24346
  6. #define CM_HELPUSING_HELP       24345
  7. #define CM_HELPPROCEDURES       24344
  8. #define CM_HELPCOMMANDS 24343
  9. #define CM_HELPKEYBOARD 24342
  10. #define CM_HELPINDEX    24341
  11. #define CM_EDITPASTE    24324
  12. #define CM_EDITCOPY     24323
  13. #define CM_EDITCUT      24322
  14. #define CM_EDITUNDO     24321
  15. #define CM_FILEEXIT     24338
  16. #define CM_FILEPRINTER_SETUP    24337
  17. #define CM_FILEPAGE_SETUP       24336
  18. #define CM_FILEPRINT    24335
  19. #define CM_FILESAVEAS   24334
  20. #define CM_FILESAVE     24333
  21. #define CM_FILEOPEN     24332
  22. #define CM_FILENEW      24331
  23.  
  24. #define CM_FILESAVEALL 24350  /* frame does this */
  25. #define CM_EDITCLEAR 24351
  26. #define CM_EDITSELALL 24352
  27. #define CM_WINCASCADE 24360   /* frame does these */
  28. #define CM_WINTILE 24361
  29. #define CM_WINARRANGE 24362
  30. #define CM_WINCLOSEALL 24364
  31. #define CM_WINMINALL 24365  // unimplemented
  32. #define CM_WINRESALL 24366  // unimplemented
  33. #define CM_SEARCHFIND 24370
  34. #define CM_SEARCHREPL 24371
  35.  
  36. /* This ID is not a menu, but returns from the help
  37.    system */
  38. #define CM_CLIENTAREA 24400
  39. #endif
  40.