home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / POPUP.PAK / POPUP.RC < prev   
Text File  |  1995-08-29  |  492b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. #include <owl\owlapp.rc>        // Owl icon
  6.  
  7. COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  8. BEGIN
  9.   POPUP "&Window"
  10.   BEGIN
  11.     MenuItem  "&Child", 100
  12.     MenuItem  "Popup &with Parent", 101
  13.     MenuItem  "Popup with&out Parent", 102
  14.   END
  15. END
  16.