]> git.saurik.com Git - wxWidgets.git/blob - samples/nativdlg/dialog1.rc
now MSW stuff is complete
[wxWidgets.git] / samples / nativdlg / dialog1.rc
1 //Microsoft Developer Studio generated resource script.
2 //
3
4 #ifndef __WINDOWS__
5 #define __WINDOWS__
6 #endif
7
8 #ifndef __WIN32__
9 #define __WIN32__
10 #endif
11
12 #ifndef __WIN95__
13 #define __WIN95__
14 #endif
15
16 #ifdef __MINGW32__
17 #define wxID_OK 5100
18 #define wxID_CANCEL 5101
19 #define wxID_APPLY 5102
20 #define wxID_YES 5103
21 #define wxID_NO 5104
22 /* #include <wx/msw/gnuwin32/winresrc.h> */
23 #else
24 #include <wx/defs.h>
25 /* #include <windows.h> */
26 #endif
27
28 #include "resource.h"
29
30 #ifndef __MINGW32__
31 #include <commctrl.h>
32 #endif
33
34 #define APSTUDIO_READONLY_SYMBOLS
35 /////////////////////////////////////////////////////////////////////////////
36 //
37 // Generated from the TEXTINCLUDE 2 resource.
38 //
39 // #include "afxres.h"
40
41 /////////////////////////////////////////////////////////////////////////////
42 #undef APSTUDIO_READONLY_SYMBOLS
43
44 /////////////////////////////////////////////////////////////////////////////
45 // English (U.K.) resources
46
47 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
48 #ifdef _WIN32
49 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
50 #pragma code_page(1252)
51 #endif //_WIN32
52
53 /////////////////////////////////////////////////////////////////////////////
54 //
55 // Dialog
56 //
57
58 dialog1 DIALOG DISCARDABLE 0, 0, 271, 172
59 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
60 CAPTION "Test Dialog"
61 FONT 8, "MS Sans Serif"
62 BEGIN
63 DEFPUSHBUTTON "OK",wxID_OK,214,7,50,14
64 PUSHBUTTON "Cancel",wxID_CANCEL,214,24,50,14
65 GROUPBOX "wxStaticBox",IDC_STATIC,7,7,198,158
66 EDITTEXT IDC_EDIT1,64,23,125,14,ES_AUTOHSCROLL
67 LTEXT "wxStaticText",IDC_STATIC,13,25,42,8
68 CONTROL "wxCheckBox",IDC_CHECK1,"Button",BS_AUTOCHECKBOX |
69 WS_TABSTOP,14,47,57,10
70 COMBOBOX IDC_COMBO1,83,46,48,30,CBS_DROPDOWN | CBS_SORT |
71 WS_VSCROLL | WS_TABSTOP
72 CONTROL "wxRadioButton",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON,
73 141,47,64,10
74 LISTBOX IDC_LIST1,14,69,86,40,LBS_SORT | LBS_NOINTEGRALHEIGHT |
75 WS_VSCROLL | WS_TABSTOP
76 SCROLLBAR IDC_SCROLLBAR1,111,71,76,11
77 CONTROL "Slider1",IDC_SLIDER1,"msctls_trackbar32",TBS_BOTH |
78 TBS_NOTICKS | WS_TABSTOP,10,116,100,15
79 CONTROL "Spin1",IDC_SPIN1,"msctls_updown32",UDS_ARROWKEYS,111,90,
80 10,14
81 END
82
83
84 /////////////////////////////////////////////////////////////////////////////
85 //
86 // DESIGNINFO
87 //
88
89 #ifdef APSTUDIO_INVOKED
90 GUIDELINES DESIGNINFO DISCARDABLE
91 BEGIN
92 dialog1, DIALOG
93 BEGIN
94 LEFTMARGIN, 7
95 RIGHTMARGIN, 264
96 TOPMARGIN, 7
97 BOTTOMMARGIN, 165
98 END
99 END
100 #endif // APSTUDIO_INVOKED
101
102
103 #ifdef APSTUDIO_INVOKED
104 /////////////////////////////////////////////////////////////////////////////
105 //
106 // TEXTINCLUDE
107 //
108
109 1 TEXTINCLUDE DISCARDABLE
110 BEGIN
111 "resource.h\0"
112 END
113
114 2 TEXTINCLUDE DISCARDABLE
115 BEGIN
116 "#include ""afxres.h""\r\n"
117 "\0"
118 END
119
120 3 TEXTINCLUDE DISCARDABLE
121 BEGIN
122 "\r\n"
123 "\0"
124 END
125
126 #endif // APSTUDIO_INVOKED
127
128 #endif // English (U.K.) resources
129 /////////////////////////////////////////////////////////////////////////////
130
131
132
133 #ifndef APSTUDIO_INVOKED
134 /////////////////////////////////////////////////////////////////////////////
135 //
136 // Generated from the TEXTINCLUDE 3 resource.
137 //
138
139
140 /////////////////////////////////////////////////////////////////////////////
141 #endif // not APSTUDIO_INVOKED
142