home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / menus / menures / menures.h < prev    next >
Text File  |  1996-10-29  |  1KB  |  38 lines

  1. /************************************************************
  2. / Menus  - Defining a Menu Resource
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #define ID_STATUS          1002
  9.  
  10. #define MAIN_MENU          1010
  11. #define POPUP_MENU         1011
  12. #define SECONDMAIN_MENU    1012
  13.  
  14. #define MI_FILE            1050
  15. #define MI_NEW             1051
  16. #define MI_OPEN            1052
  17. #define MI_SAVE            1053
  18. #define MI_SAVEAS          1054
  19. #define MI_EDIT            1055
  20. #define MI_UNDO            1056
  21. #define MI_CUT             1057
  22. #define MI_COPY            1058
  23. #define MI_PASTE           1059
  24. #define MI_EXAMPLE         1060
  25. #define MI_BITMAP          1061
  26. #define MI_HELP            1062
  27. #define MI_GENERAL_HELP    1063
  28. #define MI_CASCADE         1064
  29. #define MI_CASCADE1        1065
  30. #define MI_CASCADE2        1066
  31. #define MI_CASCADE3        1067
  32. #define MI_CCASCADE        1068
  33. #define MI_CCASCADE1       1069
  34. #define MI_CCASCADE2       1070
  35. #define MI_CCASCADE3       1071
  36. #define MI_SWITCH          1072
  37.  
  38.