home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / CLASS.ZIP / MENU.RC < prev    next >
Text File  |  1993-01-10  |  670b  |  20 lines

  1. #include "apfel.resource.h"
  2.  
  3. MENU ID_Resource
  4. begin
  5.        SUBMENU "~File", IDM_File
  6.        begin
  7.                MENUITEM "~Open...\tF3", IDM_Open
  8.                MENUITEM "~Save\tF2", IDM_Save
  9.                MENUITEM "~Save under...", IDM_SaveUnder
  10.                MENUITEM "Exit\tAlt-X", IDM_Exit
  11.        end
  12.        SUBMENU "~Actions", IDM_Actions
  13.        begin
  14.                MENUITEM "~Calculate...\tCtrl-C", IDM_Calculate
  15.                MENUITEM "~Full Screen\tCtrl-F", IDM_FullScreen
  16.                MENUITEM "~Break Calculation\tCtrl-B", IDM_BreakCalculation
  17.                MENUITEM "Close Full ~Screen\tCtrl-S", IDM_CloseFullScreen
  18.        end
  19. end
  20.