tron@2742: //Microsoft Developer Studio generated resource script. tron@2742: // tron@2742: #define APSTUDIO_READONLY_SYMBOLS tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // Generated from the TEXTINCLUDE 2 resource. tron@2742: // tron@2742: #include "resource.h" tron@2742: #define APSTUDIO_HIDDEN_SYMBOLS tron@2742: #include "windows.h" tron@2742: #undef APSTUDIO_HIDDEN_SYMBOLS truelight@3062: #ifdef MSVC Darkvater@3057: #include "winres.h" truelight@3062: #else truelight@3062: #include "afxres.h" truelight@3062: #endif tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: #undef APSTUDIO_READONLY_SYMBOLS tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // Neutral (Default) resources tron@2742: tron@2742: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD) tron@2742: #ifdef _WIN32 tron@2742: LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT tron@2742: #pragma code_page(1252) tron@2742: #endif //_WIN32 tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // Icon tron@2742: // tron@2742: tron@2742: // Icon with lowest ID value placed first to ensure application icon tron@2742: // remains consistent on all systems. tron@2742: 100 ICON DISCARDABLE "openttd.ico" tron@2742: 101 ICON DISCARDABLE "mainicon.ico" tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // Dialog tron@2742: // tron@2742: tron@2742: 100 DIALOG DISCARDABLE 0, 0, 305, 70 tron@2742: STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU tron@2742: CAPTION "Fatal Application Failure" tron@2742: FONT 8, "MS Sans Serif" tron@2742: BEGIN tron@2742: PUSHBUTTON "&Close",12,7,49,50,14 tron@2742: PUSHBUTTON "&Submit report",14,81,49,68,14,WS_DISABLED tron@2742: PUSHBUTTON "&Emergency save",13,155,49,68,14 Darkvater@3204: PUSHBUTTON "",15,243,49,55,14 tron@2742: EDITTEXT 11,7,70,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL | tron@2742: WS_HSCROLL | NOT WS_TABSTOP tron@2742: LTEXT "",10,36,7,262,34 tron@2742: ICON 100,IDC_STATIC,9,9,20,20 tron@2742: END tron@2742: tron@2742: tron@2742: #ifndef _MAC tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // Version tron@2742: // tron@2742: tron@2742: VS_VERSION_INFO VERSIONINFO Darkvater@3339: FILEVERSION 0,4,7,0 Darkvater@3339: PRODUCTVERSION 0,4,7,0 tron@2742: FILEFLAGSMASK 0x3fL tron@2742: #ifdef _DEBUG tron@2742: FILEFLAGS 0x1L tron@2742: #else tron@2742: FILEFLAGS 0x0L tron@2742: #endif tron@2742: FILEOS 0x4L tron@2742: FILETYPE 0x1L tron@2742: FILESUBTYPE 0x0L tron@2742: BEGIN tron@2742: BLOCK "StringFileInfo" tron@2742: BEGIN tron@2742: BLOCK "000004b0" tron@2742: BEGIN tron@2742: VALUE "Comments", "This program is licensed under the GNU General Public License.\0" tron@2742: VALUE "CompanyName", "OpenTTD Development Team\0" tron@2742: VALUE "FileDescription", "OpenTTD\0" Darkvater@3339: VALUE "FileVersion", "0.4.7.0\0" tron@2742: VALUE "InternalName", "openttd\0" Darkvater@2946: VALUE "LegalCopyright", "Copyright © OpenTTD Developers 2002-2006. All Rights Reserved.\0" tron@2742: VALUE "LegalTrademarks", "\0" tron@2742: VALUE "OriginalFilename", "openttd.exe\0" tron@2742: VALUE "PrivateBuild", "\0" tron@2742: VALUE "ProductName", "OpenTTD\0" tron@2742: VALUE "ProductVersion", "0.0.0.0\0" tron@2742: VALUE "SpecialBuild", "-\0" tron@2742: END tron@2742: END tron@2742: BLOCK "VarFileInfo" tron@2742: BEGIN tron@2742: VALUE "Translation", 0x0, 1200 tron@2742: END tron@2742: END tron@2742: tron@2742: #endif // !_MAC tron@2742: tron@2742: #endif // Neutral (Default) resources tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // Swedish resources tron@2742: tron@2742: #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_SVE) tron@2742: #ifdef _WIN32 tron@2742: LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT tron@2742: #pragma code_page(1252) tron@2742: #endif //_WIN32 tron@2742: tron@2742: #ifdef APSTUDIO_INVOKED tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // TEXTINCLUDE tron@2742: // tron@2742: tron@2742: 1 TEXTINCLUDE DISCARDABLE tron@2742: BEGIN tron@2742: "resrc1.h\0" tron@2742: END tron@2742: tron@2742: 2 TEXTINCLUDE DISCARDABLE tron@2742: BEGIN tron@2742: "#include ""resource.h""\r\n" tron@2742: "#define APSTUDIO_HIDDEN_SYMBOLS\r\n" tron@2742: "#include ""windows.h""\r\n" tron@2742: "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n" tron@2742: "#include ""winres.h""\r\n" tron@2742: "\0" tron@2742: END tron@2742: tron@2742: 3 TEXTINCLUDE DISCARDABLE tron@2742: BEGIN tron@2742: "\r\n" tron@2742: "\0" tron@2742: END tron@2742: tron@2742: #endif // APSTUDIO_INVOKED tron@2742: tron@2742: #endif // Swedish resources tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: tron@2742: tron@2742: tron@2742: #ifndef APSTUDIO_INVOKED tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: // tron@2742: // Generated from the TEXTINCLUDE 3 resource. tron@2742: // tron@2742: tron@2742: tron@2742: ///////////////////////////////////////////////////////////////////////////// tron@2742: #endif // not APSTUDIO_INVOKED tron@2742: