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

  1. /*------------------------------
  2.    LIFE.RC resource script file
  3.   ------------------------------*/
  4.  
  5. #include <os2.h>
  6. #include "life.h"
  7.  
  8. POINTER ID_RESOURCE life.ico
  9.  
  10. MENU ID_RESOURCE
  11.      {
  12.      SUBMENU "~Cell-Size",    IDM_SIZE
  13.           {
  14.           MENUITEM "~Large",  IDM_LARGE,, MIA_CHECKED
  15.           MENUITEM "~Small",  IDM_SMALL
  16.           MENUITEM "~Tiny",   IDM_TINY
  17.           }
  18.      MENUITEM "~Start!",      IDM_START
  19.      MENUITEM "S~top!",       IDM_STOP,,  MIA_DISABLED
  20.      MENUITEM "Ste~p!",       IDM_STEP
  21.      MENUITEM "C~lear!",      IDM_CLEAR
  22.      }
  23.