home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PJ8_3.ZIP / WINCEL.RC < prev    next >
Text File  |  1990-01-31  |  619b  |  32 lines

  1. /* 
  2.  * Resource file for the Windows cellular automaton demo
  3.  *
  4.  * Written by Bill Hall
  5.  * 3665 Benton Street, #66
  6.  * Santa Clara, CA 95051
  7.  *
  8.  */
  9. #include <windows.h>
  10. #include "wincel.h"
  11. #include "wcldlg.h"
  12.  
  13. STRINGTABLE
  14. BEGIN
  15.     IDS_APPNAME  "wincel"    /* application name */
  16.     IDS_ICON     "wcel"        /* icon string */
  17.     IDS_TITLE     "Windows Cellular Automaton Demo" /* title bar */
  18. END
  19.  
  20. wincel MENU
  21. BEGIN
  22.     POPUP "&Control"
  23.     BEGIN
  24.     MENUITEM "&New", IDM_START
  25.     MENUITEM "&Paramters...", IDM_PARAMS
  26.     MENUITEM Separator
  27.     MENUITEM "A&bout...", IDM_ABOUT
  28.     END
  29. END
  30.  
  31. rcinclude wincel.dlg
  32.