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

  1. //----------------------------------------------------------------------------
  2. // ObjectComponents - (c) Copyright 1996, 1996 by Borland International
  3. //
  4. // $Revision:   2.0  $
  5. //----------------------------------------------------------------------------
  6. #include "usecom.rh"
  7.  
  8. ID_MAINMENU MENU
  9. {
  10.   POPUP "&File"
  11.   {
  12.     MENUITEM "E&xit",                   CM_FILEEXIT
  13.   }
  14.  
  15.   POPUP "&Interfaces"
  16.   {
  17.     MENUITEM "Retrieve &Shape",         CM_GETSHAPE
  18.     MENUITEM "Retrieve &Calendar",      CM_GETCALENDAR
  19.     MENUITEM SEPARATOR
  20.     MENUITEM "&Release",                CM_RELEASEINTERFACES
  21.     MENUITEM "&Free Unused Libraries",  CM_FREEUNUSEDLIBRARIES
  22.   }
  23. }
  24.  
  25.  
  26.