|
|
1.1 root 1:
2: //-----------------------------------------------------------------------------
3: // This is a part of the Microsoft Source Code Samples.
4: // Copyright (C) 1993 Microsoft Corporation.
5: // All rights reserved.
6: //
7: // This source code is only intended as a supplement to
8: // Microsoft Development Tools and/or WinHelp documentation.
9: // See these sources for detailed information regarding the
10: // Microsoft samples programs.
11: //-----------------------------------------------------------------------------
12:
13: 1 DLGINCLUDE "ConGUI.H"
14:
15: CL DIALOG 95, 134, 272, 173
16: LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
17: STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
18: CAPTION "C Compiler Options"
19: FONT 8, "MS Sans Serif"
20: BEGIN
21: LTEXT "Memory Model:", -1, 7, 39, 50, 8
22: COMBOBOX 402, 7, 48, 66, 43, CBS_DROPDOWN | WS_VSCROLL |
23: WS_TABSTOP
24: LTEXT "Processor:", -1, 77, 39, 35, 8
25: COMBOBOX 404, 78, 48, 50, 43, CBS_DROPDOWN | WS_VSCROLL |
26: WS_TABSTOP
27: LTEXT "Calling Convention:", -1, 134, 39, 64, 8
28: COMBOBOX 406, 134, 48, 79, 43, CBS_DROPDOWN | WS_VSCROLL |
29: WS_TABSTOP
30: LTEXT "Warning Level:", -1, 7, 69, 50, 8
31: COMBOBOX 408, 7, 78, 64, 51, CBS_DROPDOWN | WS_VSCROLL |
32: WS_TABSTOP
33: AUTOCHECKBOX "Warnings Fatal", 409, 7, 92, 81, 10
34: LTEXT "Debug Information:", -1, 77, 69, 63, 8
35: COMBOBOX 411, 77, 78, 79, 51, CBS_DROPDOWN | WS_VSCROLL |
36: WS_TABSTOP
37: LTEXT "Windows Entry Exit Code:", -1, 7, 107, 84, 8
38: COMBOBOX 413, 7, 117, 98, 48, CBS_DROPDOWN | WS_VSCROLL |
39: WS_TABSTOP
40: LTEXT "Standard Options:", -1, 7, 4, 59, 8
41: COMBOBOX 415, 7, 14, 206, 65, CBS_DROPDOWN | WS_VSCROLL |
42: WS_TABSTOP
43: CONTROL "", -1, "Static", SS_BLACKRECT, 0, 31, 212, 1
44: LTEXT "Language:", -1, 161, 70, 35, 8
45: COMBOBOX 418, 162, 79, 51, 51, CBS_DROPDOWN | WS_VSCROLL |
46: WS_TABSTOP
47: LTEXT "Defines:", -1, 7, 138, 28, 8
48: EDITTEXT 420, 37, 136, 176, 12, ES_AUTOHSCROLL
49: LTEXT "Include Path:", -1, 7, 154, 44, 8
50: EDITTEXT 422, 56, 153, 157, 12, ES_AUTOHSCROLL
51: PUSHBUTTON "Additional Options...", 423, 139, 99, 74, 14,
52: WS_DISABLED
53: PUSHBUTTON "Optimizations...", 424, 139, 117, 74, 14, WS_DISABLED
54: PUSHBUTTON "OK", IDOK, 225, 7, 40, 14
55: PUSHBUTTON "Cancel", IDCANCEL, 225, 22, 40, 14
56: PUSHBUTTON "Help", T_HELP, 225, 44, 40, 14
57: END
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.