home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / petzold / chap17 / bigjob.rc < prev    next >
Encoding:
Text File  |  1989-02-20  |  675 b   |  24 lines

  1. /*--------------------------------
  2.    BIGJOB.RC resource script file
  3.   --------------------------------*/
  4.  
  5. #include <os2.h>
  6. #include "bigjob.h"
  7.  
  8. MENU ID_RESOURCE
  9.      {
  10.      SUBMENU "~Repetitions",  IDM_REPS
  11.           {
  12.           MENUITEM "~1.\a10",      IDM_10,,       MIA_CHECKED
  13.           MENUITEM "~2.\a100",     IDM_100
  14.           MENUITEM "~3.\a1,000",   IDM_1000
  15.           MENUITEM "~4.\a10,000",  IDM_10000
  16.           MENUITEM "~5.\a100,000", IDM_100000
  17.           }
  18.      SUBMENU "~Action",       IDM_ACTION
  19.           {
  20.           MENUITEM "~Start",       IDM_START
  21.           MENUITEM "~Abort",       IDM_ABORT,,    MIA_DISABLED
  22.           }
  23.      }
  24.