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

  1. /************************************************************
  2. / Menus - Using a Menu Cursor
  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 EDIT_MENU          1012
  13. #define EXAMPLE_MENU       1013
  14.  
  15. #define MI_FILE            1050
  16. #define MI_NEW             1051
  17. #define MI_OPEN            1052
  18. #define MI_SAVE            1053
  19. #define MI_SAVEAS          1054
  20. #define MI_EDIT            1055
  21. #define MI_UNDO            1056
  22. #define MI_CUT             1057
  23. #define MI_COPY            1058
  24. #define MI_PASTE           1059
  25. #define MI_EXAMPLE         1060
  26. #define MI_BITMAP          1061
  27. #define MI_HELP            1062
  28. #define MI_GENERAL_HELP    1063
  29. #define MI_SEPARATOR       1064
  30.  
  31.