home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Entertainment & Education / SharewearBreakthroughEnt_Ed.cdr / games / worm / worm.rc < prev    next >
Text File  |  1990-08-10  |  463b  |  16 lines

  1. #include "windows.h"
  2. #include "worm.h"
  3.  
  4. worm ICON worm.ico
  5.  
  6. AboutBox DIALOG 22, 17, 144, 75
  7. STYLE WS_POPUP | WS_DLGFRAME
  8. BEGIN
  9.     CTEXT "Worm"            -1,    0,  4,  144, 8
  10.     CTEXT "Version 3.01"    -1,    0,  12, 144, 8
  11.     CTEXT "⌐ Sarmad Adnan"  -1,    0,  30, 144, 8
  12.     CTEXT "adnan@rice.edu"  -1,    0,  38, 144, 8
  13.     ICON  "worm"            -1,    12, 24, 16,  17
  14.     DEFPUSHBUTTON "OK"      IDOK,  53, 59,  32, 14,     WS_GROUP
  15. END
  16.