Fix #10490: Allow ships to exit depots if another is not moving at the exit point...
[openttd-github.git] / src / os / windows / ottdres.rc.in
blob101df4c317bd7d6ac71f9451439f490e89047f58
1 //Microsoft Developer Studio generated resource script.
2 // This file is part of OpenTTD.
3 // OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
4 // OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
5 // See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
6 //
7 /////////////////////////////////////////////////////////////////////////////
8 //
9 // Generated from the TEXTINCLUDE 2 resource.
11 #define APSTUDIO_READONLY_SYMBOLS
12 #define APSTUDIO_HIDDEN_SYMBOLS
13 #include "windows.h"
14 #undef APSTUDIO_HIDDEN_SYMBOLS
15 #ifndef __MINGW32__
16 #include "winres.h"
17 #else
18 #define IDC_STATIC              (-1)     // all static controls
19 #endif
21 /////////////////////////////////////////////////////////////////////////////
22 #undef APSTUDIO_READONLY_SYMBOLS
24 /////////////////////////////////////////////////////////////////////////////
25 // Neutral (Default) resources
27 #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEUD)
28 #ifdef _WIN32
29 LANGUAGE LANG_NEUTRAL, SUBLANG_DEFAULT
30 #pragma code_page(1252)
31 #endif //_WIN32
33 /////////////////////////////////////////////////////////////////////////////
35 // Icon
38 // Icon with lowest ID value placed first to ensure application icon
39 // remains consistent on all systems.
40 100                     ICON    DISCARDABLE     "${CMAKE_SOURCE_DIR}/os/windows/openttd.ico"
42 /////////////////////////////////////////////////////////////////////////////
44 // Dialog
47 100 DIALOG DISCARDABLE  0, 0, 305, 109
48 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
49 CAPTION "Fatal Application Failure"
50 FONT 8, "MS Sans Serif"
51 BEGIN
52     PUSHBUTTON      "&Close",12,7,90,60,14
53     PUSHBUTTON      "",15,238,90,60,14
54     EDITTEXT        11,7,111,291,118,ES_MULTILINE | ES_READONLY | WS_VSCROLL |
55                     WS_HSCROLL | NOT WS_TABSTOP
56     LTEXT           "",10,36,5,262,80
57     ICON            100,IDC_STATIC,9,9,20,20
58 END
61 101 DIALOG DISCARDABLE  0, 0, 600, 400
62 STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
63 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
64 CAPTION "OpenTTD command line help"
65 FONT 8, "MS Sans Serif"
66 BEGIN
67     DEFPUSHBUTTON   "&OK",12,274,378,50,14,BS_CENTER
68     EDITTEXT        11,7,6,583,365,ES_MULTILINE | ES_READONLY | WS_VSCROLL | WS_HSCROLL
69 END
72 #ifndef _MAC
73 /////////////////////////////////////////////////////////////////////////////
75 // Version
78 VS_VERSION_INFO VERSIONINFO
79  FILEVERSION ${REV_MAJOR},${REV_MINOR},0,${REV_ISODATE}
80  PRODUCTVERSION ${REV_MAJOR},${REV_MINOR},0,${REV_ISODATE}
81  FILEFLAGSMASK 0x3fL
82 #ifdef _DEBUG
83  FILEFLAGS 0x1L
84 #else
85  FILEFLAGS 0x0L
86 #endif
87  FILEOS 0x4L
88  FILETYPE 0x1L
89  FILESUBTYPE 0x0L
90 BEGIN
91     BLOCK "StringFileInfo"
92     BEGIN
93         BLOCK "000004b0"
94         BEGIN
95             VALUE "Comments", "This program is licensed under the GNU General Public License version 2.\0"
96             VALUE "CompanyName", "OpenTTD Development Team\0"
97             VALUE "FileDescription", "OpenTTD\0"
98             VALUE "FileVersion", "${REV_VERSION}\0"
99             VALUE "InternalName", "openttd\0"
100             VALUE "LegalCopyright", "Copyright \xA9 OpenTTD Developers 2002-${REV_YEAR}. All Rights Reserved.\0"
101             VALUE "LegalTrademarks", "\0"
102             VALUE "OriginalFilename", "openttd.exe\0"
103             VALUE "PrivateBuild", "\0"
104             VALUE "ProductName", "OpenTTD\0"
105             VALUE "ProductVersion", "${REV_VERSION}\0"
106             VALUE "SpecialBuild", "-\0"
107         END
108     END
109     BLOCK "VarFileInfo"
110     BEGIN
111         VALUE "Translation", 0x0, 1200
112     END
115 #endif    // !_MAC
117 #ifdef __MINGW32__
118 1 24 "${CMAKE_SOURCE_DIR}/os/windows/openttd.manifest"
119 #endif
121 #endif    // Neutral (Default) resources
122 /////////////////////////////////////////////////////////////////////////////