home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 May / PCWorld_2001-05_cd.bin / Software / Vyzkuste / devc / _SETUP.6 / Group22 / Rsrc.rc < prev   
C/C++ Source or Header  |  2000-07-19  |  325b  |  21 lines

  1. 500 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "Mainicon.ico"
  2. #include "Main.h"
  3.  
  4.  
  5. MAINMENU MENU 
  6. {
  7.  POPUP "&File"
  8.  {
  9.   MENUITEM "&Open...", CM_FILE_OPEN
  10.   MENUITEM "Save &As...", CM_FILE_SAVEAS
  11.   MENUITEM SEPARATOR
  12.   MENUITEM "E&xit", CM_FILE_EXIT
  13.  }
  14.  
  15.  POPUP "&Help"
  16.  {
  17.   MENUITEM "&About", CM_ABOUT
  18.  }
  19.  
  20. }
  21.