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

  1.  //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1996, 1996 by Borland International, All Rights Reserved
  4. //
  5. // $Revision:   10.1  $
  6. //----------------------------------------------------------------------------
  7. #include <owl/owlapp.rc>
  8. #include <owl/except.rc>
  9. #include <owl/oleview.rc>
  10. #include "ocxcont.rh"
  11.  
  12. IDM_MAIN MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  13. {
  14.     Popup "&File"
  15.     {
  16.         MenuItem "E&xit",                     CM_EXIT
  17.     }
  18.   Popup "&Edit"
  19.   {
  20.     MenuItem "&Undo\aCtrl+Z",     CM_EDITUNDO
  21.     MenuItem Separator
  22.     MenuItem "Cu&t\aCtrl+X",      CM_EDITCUT
  23.     MenuItem "&Copy\aCtrl+C",     CM_EDITCOPY
  24.     MenuItem "&Paste\aCtrl+V",    CM_EDITPASTE
  25.     MenuItem "&Delete\aDel",      CM_EDITDELETE
  26.     MenuItem Separator
  27.     MenuItem "&Insert Control...",CM_EDITINSERTCONTROL
  28.     MenuItem "&Object",           CM_EDITOBJECT
  29.     MenuItem Separator
  30.     MenuItem "&Show Objects",     CM_EDITSHOWOBJECTS
  31.   }
  32. }
  33.  
  34.