home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / dm / menudrag / menudrag.rc < prev   
Text File  |  1996-10-29  |  878b  |  34 lines

  1. /************************************************************
  2. / Direct Manipulation - Menu Drag Example
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include <icconst.h>
  9. #include <os2.h>
  10.  
  11. ICON IC_DEFAULT_FRAME_ID .\os2\cpp.ico
  12.  
  13. MENU IC_DEFAULT_FRAME_ID
  14.   BEGIN
  15.     SUBMENU "File", 100
  16.       BEGIN
  17.         MENUITEM "File 101", 101
  18.         MENUITEM "File 102", 102
  19.         MENUITEM "File 103", 103
  20.       END
  21.     SUBMENU "Edit", 200
  22.       BEGIN
  23.         MENUITEM "Edit 201", 201
  24.         MENUITEM "Edit 202", 202
  25.         MENUITEM "Edit 203", 203
  26.       END
  27.     SUBMENU "View", 300
  28.       BEGIN
  29.         MENUITEM "View 301", 301
  30.         MENUITEM "View 302", 302
  31.         MENUITEM "View 303", 303
  32.       END
  33.   END
  34.