// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "winres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Neutral resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU) #ifdef _WIN32 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #pragma code_page(1252) #endif //_WIN32 ///////////////////////////////////////////////////////////////////////////// // // Bitmap // IDB_SPLASH BITMAP "ogrelogo.bmp" ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_OGREICON ICON "ogre.ico" #endif // Neutral resources ///////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////// // English (U.K.) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG) #ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK #pragma code_page(1252) #endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#include ""winres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Dialog // IDD_DLG_CONFIG DIALOGEX 0, 0, 329, 270 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION CAPTION "OGRE Engine Rendering Setup" FONT 8, "MS Sans Serif", 0, 0, 0x0 BEGIN DEFPUSHBUTTON "&OK",IDOK,205,253,60,14 PUSHBUTTON "&Cancel",IDCANCEL,267,253,60,14 LTEXT "Rendering Subsystem:",IDC_STATIC,21,136,73,12 COMBOBOX IDC_CBO_RENDERSYSTEM,95,134,219,57,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP GROUPBOX "Rendering System Options",IDC_OPTFRAME,5,152,322,101 LISTBOX IDC_LST_OPTIONS,13,163,310,68,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP RTEXT "[Click On An Option]:",IDC_LBL_OPTION,14,237,125,11 COMBOBOX IDC_CBO_OPTION,143,235,180,94,CBS_DROPDOWNLIST | WS_DISABLED | WS_VSCROLL | WS_TABSTOP CONTROL 106,IDC_STATIC,"Static",SS_BITMAP,0,0,327,140 END IDD_DLG_ERROR DIALOG 0, 0, 243, 178 STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION CAPTION "Error" FONT 8, "MS Sans Serif" BEGIN DEFPUSHBUTTON "&Close",IDOK,81,157,80,14 LTEXT "The Ogre engine has encountered an error from which it cannot recover. The last message was:", IDC_STATIC,7,7,229,19 LTEXT "",IDC_ERRMSG,17,29,209,84,SS_SUNKEN LTEXT "If you cannot resolve this issue yourself, please report it through the web site at http://www.ogre3d.org.", IDC_STATIC,7,118,229,19 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.", IDC_STATIC,7,138,229,17 END ///////////////////////////////////////////////////////////////////////////// // // DESIGNINFO // #ifdef APSTUDIO_INVOKED GUIDELINES DESIGNINFO BEGIN IDD_DLG_CONFIG, DIALOG BEGIN RIGHTMARGIN, 300 BOTTOMMARGIN, 267 END IDD_DLG_ERROR, DIALOG BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 236 TOPMARGIN, 7 BOTTOMMARGIN, 171 END END #endif // APSTUDIO_INVOKED #endif // English (U.K.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED