home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / commdlg.pak / COMMDLGX.RC < prev    next >
Text File  |  1997-07-23  |  684b  |  27 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #ifndef WORKSHOP_INVOKED
  5.   #include <windows.h>
  6. #endif
  7. #include "commdlgx.rh"
  8. #include <owl\owlapp.rc>         // default owl app icon
  9.  
  10. CMDLGAPMENU MENU
  11. BEGIN
  12.   POPUP "&File"
  13.   BEGIN
  14.     MENUITEM "E&xit", CM_EXIT
  15.   END
  16.   POPUP "&Text"
  17.   BEGIN
  18.     MENUITEM "&String...", CM_FILEOPEN
  19.     MENUITEM "&Color...", CM_COLOR
  20.     MENUITEM "&Font...", CM_FONT
  21.   END
  22.   POPUP "\a&Help"
  23.   BEGIN
  24.     MENUITEM "&About...", CM_HELPABOUT
  25.   END
  26. END
  27.