Sync to trunk revision 63857.
[reactos.git] / dll / win32 / comctl32 / rsrc.rc
1 /*
2 * Top level resource file for Common Controls
3 *
4 * Copyright 1999 Bertho Stultiens
5 * Copyright 1999 Eric Kohl
6 *
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
20 */
21
22 #include <windef.h>
23 #include <winuser.h>
24 #include <commctrl.h>
25
26 #include "resource.h"
27
28 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
29
30 #define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
31 #define WINE_FILENAME_STR "comctl32.dll"
32 #define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
33 #define WINE_FILEVERSION_STR "5.81"
34 #define WINE_PRODUCTVERSION WINE_FILEVERSION
35 #define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR
36
37 #include "wine/wine_common_ver.rc"
38
39 /* @makedep: comctl32.manifest */
40 WINE_MANIFEST RT_MANIFEST comctl32.manifest
41
42 /* @makedep: idt_check.bmp */
43 IDT_CHECK BITMAP idt_check.bmp
44
45 /* @makedep: idb_std_small.bmp */
46 IDB_STD_SMALL BITMAP idb_std_small.bmp
47
48 /* @makedep: idb_std_large.bmp */
49 IDB_STD_LARGE BITMAP idb_std_large.bmp
50
51 /* @makedep: idb_view_small.bmp */
52 IDB_VIEW_SMALL BITMAP idb_view_small.bmp
53
54 /* @makedep: idb_view_large.bmp */
55 IDB_VIEW_LARGE BITMAP idb_view_large.bmp
56
57 /* @makedep: idb_hist_small.bmp */
58 IDB_HIST_SMALL BITMAP idb_hist_small.bmp
59
60 /* @makedep: idb_hist_large.bmp */
61 IDB_HIST_LARGE BITMAP idb_hist_large.bmp
62
63 /* @makedep: idc_copy.cur */
64 IDC_COPY CURSOR idc_copy.cur
65
66 /* @makedep: idc_divider.cur */
67 IDC_DIVIDER CURSOR idc_divider.cur
68
69 /* @makedep: idc_divideropen.cur */
70 IDC_DIVIDEROPEN CURSOR idc_divideropen.cur
71
72 /* @makedep: idc_movebutton.cur */
73 IDC_MOVEBUTTON CURSOR idc_movebutton.cur
74
75 /* @makedep: idi_dragarrow.ico */
76 IDI_DRAGARROW ICON idi_dragarrow.ico
77
78 /* @makedep: idi_tt_info_sm.ico */
79 IDI_TT_INFO_SM ICON idi_tt_info_sm.ico
80
81 /* @makedep: idi_tt_warn_sm.ico */
82 IDI_TT_WARN_SM ICON idi_tt_warn_sm.ico
83
84 /* @makedep: idi_tt_error_sm.ico */
85 IDI_TT_ERROR_SM ICON idi_tt_error_sm.ico
86
87
88 /*
89 * Everything specific to any language goes
90 * in one of the specific files.
91 * Note that you can and may override resources
92 * which also have a neutral version. This is to
93 * get localized bitmaps for example.
94 */
95
96 /* UTF-8 */
97 #pragma code_page(65001)
98
99 #ifdef LANGUAGE_BG_BG
100 #include "lang/comctl_Bg.rc"
101 #endif
102 #ifdef LANGUAGE_CS_CZ
103 #include "lang/comctl_Cs.rc"
104 #endif
105 #ifdef LANGUAGE_DA_DK
106 #include "lang/comctl_Da.rc"
107 #endif
108 #ifdef LANGUAGE_DE_DE
109 #include "lang/comctl_De.rc"
110 #endif
111 #ifdef LANGUAGE_EL_GR
112 #include "lang/comctl_El.rc"
113 #endif
114 #ifdef LANGUAGE_EN_US
115 #include "lang/comctl_En.rc"
116 #endif
117 #ifdef LANGUAGE_EO_AA
118 #include "lang/comctl_Eo.rc"
119 #endif
120 #ifdef LANGUAGE_ES_ES
121 #include "lang/comctl_Es.rc"
122 #endif
123 #ifdef LANGUAGE_FR_FR
124 #include "lang/comctl_Fr.rc"
125 #endif
126 #ifdef LANGUAGE_HE_IL
127 #include "lang/comctl_He.rc"
128 #endif
129 #ifdef LANGUAGE_HU_HU
130 #include "lang/comctl_Hu.rc"
131 #endif
132 #ifdef LANGUAGE_IT_IT
133 #include "lang/comctl_It.rc"
134 #endif
135 #ifdef LANGUAGE_JA_JP
136 #include "lang/comctl_Ja.rc"
137 #endif
138 #ifdef LANGUAGE_KO_KR
139 #include "lang/comctl_Ko.rc"
140 #endif
141 #ifdef LANGUAGE_LT_LT
142 #include "lang/comctl_Lt.rc"
143 #endif
144 #ifdef LANGUAGE_NL_NL
145 #include "lang/comctl_Nl.rc"
146 #endif
147 #ifdef LANGUAGE_NO_NO
148 #include "lang/comctl_No.rc"
149 #endif
150 #ifdef LANGUAGE_PL_PL
151 #include "lang/comctl_Pl.rc"
152 #endif
153 #ifdef LANGUAGE_PT_PT
154 #include "lang/comctl_Pt.rc"
155 #endif
156 #ifdef LANGUAGE_RO_RO
157 #include "lang/comctl_Ro.rc"
158 #endif
159 #ifdef LANGUAGE_RU_RU
160 #include "lang/comctl_Ru.rc"
161 #endif
162 #ifdef LANGUAGE_SK_SK
163 #include "lang/comctl_Sk.rc"
164 #endif
165 #ifdef LANGUAGE_SL_SI
166 #include "lang/comctl_Si.rc"
167 #endif
168 #ifdef LANGUAGE_SQ_AL
169 #include "lang/comctl_Sq.rc"
170 #endif
171 #ifdef LANGUAGE_SR_SP
172 #include "lang/comctl_Sr.rc"
173 #endif
174 #ifdef LANGUAGE_SV_SE
175 #include "lang/comctl_Sv.rc"
176 #endif
177 #ifdef LANGUAGE_TH_TH
178 #include "lang/comctl_Th.rc"
179 #endif
180 #ifdef LANGUAGE_TR_TR
181 #include "lang/comctl_Tr.rc"
182 #endif
183 #ifdef LANGUAGE_UK_UA
184 #include "lang/comctl_Uk.rc"
185 #endif
186 #ifdef LANGUAGE_ZH_CN
187 #include "lang/comctl_Zh.rc"
188 #endif