|
|
1.1 ! root 1: // 4 pen edit controls ! 2: ! 3: IDD_SUB_PENEDIT DIALOG 16, 16, 176, 98 ! 4: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU ! 5: CAPTION "Sample Dialog with 4 Pen edit controls" ! 6: FONT 8, "Helv" ! 7: BEGIN ! 8: LTEXT "Letters:", -1, 8, 9, 34, 8 ! 9: CONTROL "ALC<3>", IDC_EDIT1, "hedit", ES_LEFT | ! 10: WS_BORDER | WS_TABSTOP, 47, 7, 79, 12 ! 11: LTEXT "Numbers:", -1, 8, 29, 34, 8 ! 12: CONTROL "ALC<4>", IDC_EDIT2, "hedit", ES_LEFT | ! 13: WS_BORDER | WS_TABSTOP, 47, 27, 79, 12 ! 14: LTEXT "Letters:", -1, 10, 50, 34, 8 ! 15: CONTROL "ALC<3>", IDC_EDIT3, "bedit", ES_LEFT | ! 16: WS_BORDER | WS_TABSTOP, 43, 42, 86, 19 ! 17: LTEXT "Numbers:", -1, 10, 72, 34, 8 ! 18: CONTROL "ALC<4>", IDC_EDIT4, "bedit", ES_LEFT | ! 19: WS_BORDER | WS_TABSTOP, 43, 64, 86, 19 ! 20: DEFPUSHBUTTON "Done", IDOK, 137, 6, 33, 14 ! 21: END ! 22:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.