Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/OgreMain/src/WIN32/OgreWin32Resources.rc @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 4.3 KB
Line 
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
20LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
21#pragma code_page(1252)
22#endif //_WIN32
23
24/////////////////////////////////////////////////////////////////////////////
25//
26// Bitmap
27//
28
29IDB_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.
38IDI_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
48LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
49#pragma code_page(1252)
50#endif //_WIN32
51
52#ifdef APSTUDIO_INVOKED
53/////////////////////////////////////////////////////////////////////////////
54//
55// TEXTINCLUDE
56//
57
581 TEXTINCLUDE
59BEGIN
60    "resource.h\0"
61END
62
632 TEXTINCLUDE
64BEGIN
65    "#include ""winres.h""\r\n"
66    "\0"
67END
68
693 TEXTINCLUDE
70BEGIN
71    "\r\n"
72    "\0"
73END
74
75#endif    // APSTUDIO_INVOKED
76
77
78/////////////////////////////////////////////////////////////////////////////
79//
80// Dialog
81//
82
83IDD_DLG_CONFIG DIALOGEX 0, 0, 329, 270
84STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
85CAPTION "OGRE Engine Rendering Setup"
86FONT 8, "MS Sans Serif", 0, 0, 0x0
87BEGIN
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
100END
101
102IDD_DLG_ERROR DIALOG  0, 0, 243, 178
103STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
104CAPTION "Error"
105FONT 8, "MS Sans Serif"
106BEGIN
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://www.ogre3d.org.",
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
115END
116
117
118/////////////////////////////////////////////////////////////////////////////
119//
120// DESIGNINFO
121//
122
123#ifdef APSTUDIO_INVOKED
124GUIDELINES DESIGNINFO
125BEGIN
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
139END
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
Note: See TracBrowser for help on using the repository browser.