home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / progs / chaos / sources / kfactor.dlg < prev    next >
Encoding:
Text File  |  1993-12-12  |  1.2 KB  |  29 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 300 "kfactor.h"
  9.  
  10. DLGTEMPLATE DID_KFactor LOADONCALL MOVEABLE DISCARDABLE
  11. {
  12.     DIALOG  "PM Chaos: K factor", DID_KFactor, 24, 36, 252, 84, WS_VISIBLE, 
  13.             FCF_SYSMENU | FCF_TITLEBAR
  14.     {
  15.         PUSHBUTTON      "OK", DID_K_OK, 36, 6, 40, 14
  16.         PUSHBUTTON      "Cancel", DID_K_Cancel, 105, 6, 40, 14
  17.         PUSHBUTTON      "Help", DID_K_Help, 174, 6, 40, 14,
  18.             BS_HELP | BS_NOPOINTERFOCUS
  19.         LTEXT           "K = 0.0000", DID_K_Text, 54, 63, 45, 8
  20.         CONTROL         "K", DID_K_Slider, 8, 33, 234, 28, WC_SLIDER, 
  21.                         SLS_HORIZONTAL | SLS_CENTER | SLS_LEFT | 
  22.                         SLS_SNAPTOINCREMENT | SLS_BUTTONSLEFT | 
  23.                         SLS_RIBBONSTRIP | SLS_HOMELEFT | SLS_PRIMARYSCALE1 | 
  24.                         WS_GROUP | WS_TABSTOP | WS_VISIBLE
  25.                         CTLDATA 12, 0, 301, 0, 0, 0
  26.         GROUPBOX    "", 306, 6, 24, 242, 57 
  27.     }
  28. }
  29.