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

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2. //
  3. // cmdlgap.rc
  4.  
  5. #include <windows.h>
  6. #include "cmdlgapr.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.