home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 7.ddi / OWLDEMOS.ZIP / BSCRLAPP.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  336 b   |  17 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include "windows.h"
  4. #include "owlrc.h"
  5.  
  6. #include "filedial.dlg"
  7.  
  8. BITMAPSCROLL  MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  9. BEGIN
  10.   POPUP "&File"
  11.   BEGIN
  12.     MenuItem  "&Open...", CM_FILEOPEN
  13.     MenuItem  SEPARATOR
  14.     MenuItem  "E&xit", CM_EXIT
  15.   END
  16. END
  17.