home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / progs / chaos / sources / about.dlg next >
Encoding:
Text File  |  1993-12-12  |  1.5 KB  |  33 lines

  1. /*  PMChaos.   (C) Copyright Matthew Austern, 1993.
  2.  
  3.     Permission granted to use, distribute, and modify, provided that this
  4.     notice remains intact.  If you distribute a modified version, you must
  5.     identify your modifications as such.
  6. */
  7.  
  8. DLGINCLUDE 800 "about.h"
  9.  
  10. DLGTEMPLATE DID_About LOADONCALL MOVEABLE DISCARDABLE
  11. BEGIN
  12.     DIALOG  "About PM Chaos", DID_About, 57, 21, 223, 102, WS_VISIBLE, 
  13.             FCF_SYSMENU | FCF_TITLEBAR
  14.     BEGIN
  15.         CTEXT           "PM Chaos", 801, 78, 78, 63, 15, DT_VCENTER
  16.                         PRESPARAMS PP_FOREGROUNDCOLOR, 0x00FFFFFFL
  17.                         PRESPARAMS PP_BACKGROUNDCOLOR, 0x007F7F7FL
  18.                         PRESPARAMS PP_FONTNAMESIZE, 0x532E3231L, 0x65747379L, 
  19.                         0x7250206DL, 0x726F706FL, 0x6E6F6974L, 0x00006C61L
  20.         CTEXT           "Copyright Matthew Austern, 1993", 802, 30, 66, 160, 
  21.                         8
  22.         CTEXT           "(matt@physics.berkeley.edu)", 803, 41, 57, 139, 8
  23.         LTEXT           "Permission granted to use, distribute, and modify,", 
  24.                         804, 4, 39, 218, 8
  25.                         PRESPARAMS PP_FOREGROUNDCOLOR, 0x00000000L
  26.         LTEXT           "provided this notice remains intact.", 805, 4, 30, 
  27.                         175, 8
  28.                         PRESPARAMS PP_FOREGROUNDCOLOR, 0x00000000L
  29.         ICON            ID_MainWindow, 806, 6, 81, 20, 16, WS_GROUP
  30.         PUSHBUTTON      "OK", DID_About_OK, 87, 9, 40, 14
  31.     END
  32. END
  33.