]> git.saurik.com Git - wxWidgets.git/blame - samples/nativdlg/dialog1.rc
Added bitmaps and icons to samples
[wxWidgets.git] / samples / nativdlg / dialog1.rc
CommitLineData
bbf1f0e5
KB
1//Microsoft Developer Studio generated resource script.
2//
3
2049ba38
KB
4#ifndef __WXMSW__
5#define __WXMSW__
bbf1f0e5
KB
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
49LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
50#pragma code_page(1252)
51#endif //_WIN32
52
53/////////////////////////////////////////////////////////////////////////////
54//
55// Dialog
56//
57
58dialog1 DIALOG DISCARDABLE 0, 0, 271, 172
59STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
60CAPTION "Test Dialog"
61FONT 8, "MS Sans Serif"
62BEGIN
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
81END
82
83
84/////////////////////////////////////////////////////////////////////////////
85//
86// DESIGNINFO
87//
88
89#ifdef APSTUDIO_INVOKED
90GUIDELINES DESIGNINFO DISCARDABLE
91BEGIN
92 dialog1, DIALOG
93 BEGIN
94 LEFTMARGIN, 7
95 RIGHTMARGIN, 264
96 TOPMARGIN, 7
97 BOTTOMMARGIN, 165
98 END
99END
100#endif // APSTUDIO_INVOKED
101
102
103#ifdef APSTUDIO_INVOKED
104/////////////////////////////////////////////////////////////////////////////
105//
106// TEXTINCLUDE
107//
108
1091 TEXTINCLUDE DISCARDABLE
110BEGIN
111 "resource.h\0"
112END
113
1142 TEXTINCLUDE DISCARDABLE
115BEGIN
116 "#include ""afxres.h""\r\n"
117 "\0"
118END
119
1203 TEXTINCLUDE DISCARDABLE
121BEGIN
122 "\r\n"
123 "\0"
124END
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