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

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1995, 1996 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #include <owl/owlapp.rc>
  6. #include <owl/except.rc>
  7. #include <owl/editfile.rh>
  8.  
  9. MAINMENU MENU
  10. {
  11.   POPUP "&File"
  12.   {
  13.     MenuItem "&Open...",    CM_FILEOPEN
  14.     MenuItem SEPARATOR
  15.     MenuItem "E&xit",       CM_EXIT
  16.   }
  17. }
  18.  
  19.