home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_2 / bigjob.rc < prev    next >
Encoding:
Text File  |  1989-03-02  |  626 b   |  30 lines

  1. /*
  2.  
  3. Figure 1  
  4. ========
  5.  
  6. */
  7.  
  8. /*--------------------------------
  9.    BIGJOB.RC resource script file
  10.   --------------------------------*/
  11.  
  12. #include <os2.h>
  13. #include "bigjob.h"
  14.  
  15. MENU ID_RESOURCE
  16.      {
  17.      SUBMENU "~Repetitions",  IDM_REPS
  18.           {
  19.           MENUITEM "     10", IDM_10,    MIA_CHECKED
  20.           MENUITEM "    100", IDM_100
  21.           MENUITEM "   1000", IDM_1000
  22.           MENUITEM "  10000", IDM_10000
  23.           }
  24.      SUBMENU "~Action",       IDM_ACTION
  25.           {
  26.           MENUITEM "~Start",  IDM_START
  27.           MENUITEM "~Abort",  IDM_ABORT, MIA_DISABLED
  28.           }
  29.      }
  30.