home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_144 / 8.ddi / OLE.ZIP / OLECLNT.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  655 b   |  39 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2. //
  3. // oleclnt.rc
  4.  
  5. #include "windows.h"
  6. #include "bwcc.h"
  7. #include "owlrc.h"
  8. #include "oleclntr.h"
  9.  
  10. MENU_DOCWINDOW MENU
  11. BEGIN
  12.     POPUP "&File"
  13.     BEGIN
  14.         MENUITEM "E&xit", CM_EXIT
  15.     END
  16.  
  17.     POPUP "&Edit"
  18.     BEGIN
  19.         MENUITEM "&Undo", CM_UNDO
  20.         MENUITEM "Cu&t", CM_CUT
  21.         MENUITEM "&Copy", CM_COPY
  22.         MENUITEM "&Paste", CM_PASTE
  23.         MENUITEM "C&lear", CM_CLEAR
  24.     END
  25.  
  26.     POPUP "&Object"
  27.     BEGIN
  28.         MENUITEM "&New Paint Brush", CM_PBRUSH
  29.         MENUITEM "&Activate",        CM_ACTIVATE
  30.     END
  31.  
  32.     POPUP "\a&Help"
  33.     BEGIN
  34.             MENUITEM "&About", CM_ABOUT
  35.     END
  36. END
  37.  
  38. #include <filedial.dlg>
  39.