home *** CD-ROM | disk | FTP | other *** search
- TESTBOX DIALOG LOADONCALL MOVEABLE DISCARDABLE 52, 16, 161, 176
- CAPTION "Color Button Demo"
- STYLE WS_BORDER | WS_CAPTION | WS_DLGFRAME | WS_POPUP
- BEGIN
- CONTROL "First control on Screen", EDIT_BOX, "edit", ES_LEFT | WS_BORDER | WS_TABSTOP | WS_CHILD, 24, 8, 84, 12
- CONTROL "Color Button Text", TEST, "colorbutton", WS_TABSTOP | WS_TABSTOP | WS_CHILD, 16, 30, 40, 35
- CONTROL "Button Enable", ON_OFF, "colorbutton", WS_TABSTOP | WS_CHILD, 9, 78, 56, 15
- CONTROL "Button Color", BUTTON_COLOR, "colorbutton", WS_TABSTOP | WS_CHILD, 8, 100, 55, 14
- CONTROL "Button Size", BUTTON_SIZE, "colorbutton", WS_TABSTOP | WS_CHILD, 9, 121, 55, 14
- CONTROL "Label Style", LABEL_STYLE, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 79, 57, 14
- CONTROL "Label Color", LABEL_COLOR, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 102, 56, 14
- CONTROL "Label Text", LABEL_TEXT, "colorbutton", WS_TABSTOP | WS_CHILD, 88, 121, 56, 14
- CONTROL "Label Font", LABEL_FONT, "colorbutton", WS_TABSTOP | WS_CHILD, 89, 140, 56, 14
- CONTROL "Done", 1, "colorbutton", BS_DEFPUSHBUTTON | WS_TABSTOP | WS_CHILD, 10, 141, 55, 18
- END
-
-