|
|
1.1 root 1: // 4 standard edit controls
2:
3: IDD_SUB_EDIT DIALOG 16, 16, 176, 98
4: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
5: CAPTION "Sample Dialog with 4 parsed edit controls"
6: FONT 8, "Helv"
7: BEGIN
8: LTEXT "Letters:", -1, 8, 9, 34, 8
9: EDITTEXT IDC_EDIT1, 47, 7, 79, 12
10: LTEXT "Numbers:", -1, 8, 29, 34, 8
11: EDITTEXT IDC_EDIT2, 47, 27, 79, 12
12: LTEXT "Either:", -1, 8, 49, 34, 8
13: EDITTEXT IDC_EDIT3, 47, 47, 79, 12
14: LTEXT "Anything:", -1, 8, 69, 34, 8
15: EDITTEXT IDC_EDIT4, 47, 67, 79, 12
16: DEFPUSHBUTTON "Done", IDOK, 137, 6, 33, 14
17: END
18:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.