home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / w3_scrn / clrbut.arj / DEMO.ZIP / DEMO.DLG < prev    next >
Encoding:
Text File  |  1991-01-21  |  1.1 KB  |  18 lines

  1. TESTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 52, 16, 161, 176
  2. CAPTION "Color Button Demo"
  3. STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
  4. BEGIN
  5.     CONTROL "First control on Screen", EDIT_BOX, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 24, 8, 84, 12
  6.     CONTROL "Color Button Text", TEST, "colorbutton",  WS_TABSTOP | WS_TABSTOP | WS_CHILD, 16, 30, 40, 35
  7.     CONTROL "Button Enable", ON_OFF, "colorbutton",  WS_TABSTOP | WS_CHILD, 9, 78, 56, 15
  8.     CONTROL "Button Color", BUTTON_COLOR, "colorbutton", WS_TABSTOP | WS_CHILD, 8, 100, 55, 14
  9.     CONTROL "Button Size", BUTTON_SIZE, "colorbutton", WS_TABSTOP | WS_CHILD, 9, 121, 55, 14
  10.     CONTROL "Label Style", LABEL_STYLE, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 79, 57, 14
  11.     CONTROL "Label Color", LABEL_COLOR, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 102, 56, 14
  12.     CONTROL "Label Text", LABEL_TEXT, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 121, 56, 14
  13.     CONTROL "Label Font", LABEL_FONT, "colorbutton", WS_TABSTOP | WS_CHILD, 89, 140, 56, 14
  14.     CONTROL "Done", 1, "colorbutton", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 10, 141, 55, 18
  15. END
  16.  
  17.  
  18.