home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / POPUP.PAK / POPUP.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  568 b   |  18 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>        // Owl icon
  6. #include <owl/except.rc>
  7. #define IDM_COMMANDS 50
  8.  
  9. IDM_COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  10. BEGIN
  11.   POPUP "&Window"
  12.   BEGIN
  13.     MenuItem  "&Child", 100
  14.     MenuItem  "Popup &with Parent", 101
  15.     MenuItem  "Popup with&out Parent", 102
  16.   END
  17. END
  18.