1 | // Microsoft Visual C++ generated resource script. |
---|
2 | // |
---|
3 | #include "resource.h" |
---|
4 | |
---|
5 | #define APSTUDIO_READONLY_SYMBOLS |
---|
6 | ///////////////////////////////////////////////////////////////////////////// |
---|
7 | // |
---|
8 | // Generated from the TEXTINCLUDE 2 resource. |
---|
9 | // |
---|
10 | #include "winres.h" |
---|
11 | |
---|
12 | ///////////////////////////////////////////////////////////////////////////// |
---|
13 | #undef APSTUDIO_READONLY_SYMBOLS |
---|
14 | |
---|
15 | ///////////////////////////////////////////////////////////////////////////// |
---|
16 | // Neutral resources |
---|
17 | |
---|
18 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) |
---|
19 | #ifdef _WIN32 |
---|
20 | LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL |
---|
21 | #pragma code_page(1252) |
---|
22 | #endif //_WIN32 |
---|
23 | |
---|
24 | ///////////////////////////////////////////////////////////////////////////// |
---|
25 | // |
---|
26 | // Bitmap |
---|
27 | // |
---|
28 | |
---|
29 | IDB_SPLASH BITMAP "ogrelogo.bmp" |
---|
30 | |
---|
31 | ///////////////////////////////////////////////////////////////////////////// |
---|
32 | // |
---|
33 | // Icon |
---|
34 | // |
---|
35 | |
---|
36 | // Icon with lowest ID value placed first to ensure application icon |
---|
37 | // remains consistent on all systems. |
---|
38 | IDI_OGREICON ICON "ogre.ico" |
---|
39 | #endif // Neutral resources |
---|
40 | ///////////////////////////////////////////////////////////////////////////// |
---|
41 | |
---|
42 | |
---|
43 | ///////////////////////////////////////////////////////////////////////////// |
---|
44 | // English (U.K.) resources |
---|
45 | |
---|
46 | #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) |
---|
47 | #ifdef _WIN32 |
---|
48 | LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK |
---|
49 | #pragma code_page(1252) |
---|
50 | #endif //_WIN32 |
---|
51 | |
---|
52 | #ifdef APSTUDIO_INVOKED |
---|
53 | ///////////////////////////////////////////////////////////////////////////// |
---|
54 | // |
---|
55 | // TEXTINCLUDE |
---|
56 | // |
---|
57 | |
---|
58 | 1 TEXTINCLUDE |
---|
59 | BEGIN |
---|
60 | "resource.h\0" |
---|
61 | END |
---|
62 | |
---|
63 | 2 TEXTINCLUDE |
---|
64 | BEGIN |
---|
65 | "#include ""winres.h""\r\n" |
---|
66 | "\0" |
---|
67 | END |
---|
68 | |
---|
69 | 3 TEXTINCLUDE |
---|
70 | BEGIN |
---|
71 | "\r\n" |
---|
72 | "\0" |
---|
73 | END |
---|
74 | |
---|
75 | #endif // APSTUDIO_INVOKED |
---|
76 | |
---|
77 | |
---|
78 | ///////////////////////////////////////////////////////////////////////////// |
---|
79 | // |
---|
80 | // Dialog |
---|
81 | // |
---|
82 | |
---|
83 | IDD_DLG_CONFIG DIALOGEX 0, 0, 329, 270 |
---|
84 | STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION |
---|
85 | CAPTION "OGRE Engine Rendering Setup" |
---|
86 | FONT 8, "MS Sans Serif", 0, 0, 0x0 |
---|
87 | BEGIN |
---|
88 | DEFPUSHBUTTON "&OK",IDOK,205,253,60,14 |
---|
89 | PUSHBUTTON "&Cancel",IDCANCEL,267,253,60,14 |
---|
90 | LTEXT "Rendering Subsystem:",IDC_STATIC,21,136,73,12 |
---|
91 | COMBOBOX IDC_CBO_RENDERSYSTEM,95,134,219,57,CBS_DROPDOWNLIST | |
---|
92 | WS_VSCROLL | WS_TABSTOP |
---|
93 | GROUPBOX "Rendering System Options",IDC_OPTFRAME,5,152,322,101 |
---|
94 | LISTBOX IDC_LST_OPTIONS,13,163,310,68,LBS_NOINTEGRALHEIGHT | |
---|
95 | WS_VSCROLL | WS_TABSTOP |
---|
96 | RTEXT "[Click On An Option]:",IDC_LBL_OPTION,14,237,125,11 |
---|
97 | COMBOBOX IDC_CBO_OPTION,143,235,180,94,CBS_DROPDOWNLIST | |
---|
98 | WS_DISABLED | WS_VSCROLL | WS_TABSTOP |
---|
99 | CONTROL 106,IDC_STATIC,"Static",SS_BITMAP,0,0,327,140 |
---|
100 | END |
---|
101 | |
---|
102 | IDD_DLG_ERROR DIALOG 0, 0, 243, 178 |
---|
103 | STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION |
---|
104 | CAPTION "Error" |
---|
105 | FONT 8, "MS Sans Serif" |
---|
106 | BEGIN |
---|
107 | DEFPUSHBUTTON "&Close",IDOK,81,157,80,14 |
---|
108 | LTEXT "The Ogre engine has encountered an error from which it cannot recover. The last message was:", |
---|
109 | IDC_STATIC,7,7,229,19 |
---|
110 | LTEXT "",IDC_ERRMSG,17,29,209,84,SS_SUNKEN |
---|
111 | LTEXT "If you cannot resolve this issue yourself, please report it through the web site at http://ogre.sourceforge.net.", |
---|
112 | IDC_STATIC,7,118,229,19 |
---|
113 | LTEXT "If you report the error, please include details of your hardware setup, and attach a copy of the 'ogre.log' file which you will find in the local folder.", |
---|
114 | IDC_STATIC,7,138,229,17 |
---|
115 | END |
---|
116 | |
---|
117 | |
---|
118 | ///////////////////////////////////////////////////////////////////////////// |
---|
119 | // |
---|
120 | // DESIGNINFO |
---|
121 | // |
---|
122 | |
---|
123 | #ifdef APSTUDIO_INVOKED |
---|
124 | GUIDELINES DESIGNINFO |
---|
125 | BEGIN |
---|
126 | IDD_DLG_CONFIG, DIALOG |
---|
127 | BEGIN |
---|
128 | RIGHTMARGIN, 300 |
---|
129 | BOTTOMMARGIN, 267 |
---|
130 | END |
---|
131 | |
---|
132 | IDD_DLG_ERROR, DIALOG |
---|
133 | BEGIN |
---|
134 | LEFTMARGIN, 7 |
---|
135 | RIGHTMARGIN, 236 |
---|
136 | TOPMARGIN, 7 |
---|
137 | BOTTOMMARGIN, 171 |
---|
138 | END |
---|
139 | END |
---|
140 | #endif // APSTUDIO_INVOKED |
---|
141 | |
---|
142 | #endif // English (U.K.) resources |
---|
143 | ///////////////////////////////////////////////////////////////////////////// |
---|
144 | |
---|
145 | |
---|
146 | |
---|
147 | #ifndef APSTUDIO_INVOKED |
---|
148 | ///////////////////////////////////////////////////////////////////////////// |
---|
149 | // |
---|
150 | // Generated from the TEXTINCLUDE 3 resource. |
---|
151 | // |
---|
152 | |
---|
153 | |
---|
154 | ///////////////////////////////////////////////////////////////////////////// |
---|
155 | #endif // not APSTUDIO_INVOKED |
---|
156 | |
---|