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

  1. // Borland C++ Windows - (C) Copyright 1992 by Borland International
  2.  
  3. // FILE : cmdlg.rc
  4.  
  5. #include <windows.h>
  6. #include "cmdlgr.h"
  7.  
  8. CMDLGAPMENU MENU
  9. BEGIN
  10.     POPUP "&File"
  11.     BEGIN
  12.         MENUITEM "&Open",       CM_U_FILEOPEN
  13.         MENUITEM SEPARATOR
  14.         MENUITEM "E&xit",       CM_EXIT
  15.     END
  16.  
  17.     MENUITEM "&Color",              CM_U_COLOR
  18.     MENUITEM "F&ont",               CM_U_FONT
  19.     POPUP "\a&Help"
  20.     BEGIN
  21.         MENUITEM "&About",      CM_U_HELPABOUT
  22.     END
  23.  
  24. END
  25.  
  26.