xref: /reactos/dll/win32/comctl32/rsrc.rc (revision 4644e5b7)
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 "comctl32.h"
23
24
25LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
26
27#define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
28#define WINE_FILENAME_STR "comctl32.dll"
29#define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
30#define WINE_FILEVERSION_STR "5.82"
31#define WINE_PRODUCTVERSION WINE_FILEVERSION
32#define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR
33
34#include "wine/wine_common_ver.rc"
35
36/* @makedep: idt_check.bmp */
37IDT_CHECK BITMAP idt_check.bmp
38
39/* @makedep: idb_std_small.bmp */
40IDB_STD_SMALL BITMAP idb_std_small.bmp
41
42/* @makedep: idb_std_large.bmp */
43IDB_STD_LARGE BITMAP idb_std_large.bmp
44
45/* @makedep: idb_view_small.bmp */
46IDB_VIEW_SMALL BITMAP idb_view_small.bmp
47
48/* @makedep: idb_view_large.bmp */
49IDB_VIEW_LARGE BITMAP idb_view_large.bmp
50
51/* @makedep: idb_hist_small.bmp */
52IDB_HIST_SMALL BITMAP idb_hist_small.bmp
53
54/* @makedep: idb_hist_large.bmp */
55IDB_HIST_LARGE BITMAP idb_hist_large.bmp
56
57/* @makedep: idc_copy.cur */
58IDC_COPY CURSOR idc_copy.cur
59
60/* @makedep: idc_divider.cur */
61IDC_DIVIDER CURSOR idc_divider.cur
62
63/* @makedep: idc_divideropen.cur */
64IDC_DIVIDEROPEN CURSOR idc_divideropen.cur
65
66/* @makedep: idc_movebutton.cur */
67IDC_MOVEBUTTON CURSOR idc_movebutton.cur
68
69/* @makedep: idi_dragarrow.ico */
70IDI_DRAGARROW ICON idi_dragarrow.ico
71
72/* @makedep: idi_tt_info_sm.ico */
73IDI_TT_INFO_SM ICON idi_tt_info_sm.ico
74
75/* @makedep: idi_tt_warn_sm.ico */
76IDI_TT_WARN_SM ICON idi_tt_warn_sm.ico
77
78/* @makedep: idi_tt_error_sm.ico */
79IDI_TT_ERROR_SM ICON idi_tt_error_sm.ico
80
81
82/*
83 * Everything specific to any language goes
84 * in one of the specific files.
85 * Note that you can and may override resources
86 * which also have a neutral version. This is to
87 * get localized bitmaps for example.
88 */
89
90/* UTF-8 */
91#pragma code_page(65001)
92
93#ifdef LANGUAGE_BG_BG
94    #include "lang/comctl_Bg.rc"
95#endif
96#ifdef LANGUAGE_CS_CZ
97    #include "lang/comctl_Cs.rc"
98#endif
99#ifdef LANGUAGE_DA_DK
100    #include "lang/comctl_Da.rc"
101#endif
102#ifdef LANGUAGE_DE_DE
103    #include "lang/comctl_De.rc"
104#endif
105#ifdef LANGUAGE_EL_GR
106    #include "lang/comctl_El.rc"
107#endif
108#ifdef LANGUAGE_EN_US
109    #include "lang/comctl_En.rc"
110#endif
111#ifdef LANGUAGE_EO_AA
112    #include "lang/comctl_Eo.rc"
113#endif
114#ifdef LANGUAGE_ES_ES
115    #include "lang/comctl_Es.rc"
116#endif
117#ifdef LANGUAGE_ET_EE
118    #include "lang/comctl_Et.rc"
119#endif
120#ifdef LANGUAGE_EU_ES
121    #include "lang/comctl_Eu.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_HI_IN
130    #include "lang/comctl_Hi.rc"
131#endif
132#ifdef LANGUAGE_HR_HR
133    #include "lang/comctl_Hr.rc"
134#endif
135#ifdef LANGUAGE_HU_HU
136    #include "lang/comctl_Hu.rc"
137#endif
138#ifdef LANGUAGE_ID_ID
139    #include "lang/comctl_Id.rc"
140#endif
141#ifdef LANGUAGE_IT_IT
142    #include "lang/comctl_It.rc"
143#endif
144#ifdef LANGUAGE_JA_JP
145    #include "lang/comctl_Ja.rc"
146#endif
147#ifdef LANGUAGE_KO_KR
148    #include "lang/comctl_Ko.rc"
149#endif
150#ifdef LANGUAGE_LT_LT
151    #include "lang/comctl_Lt.rc"
152#endif
153#ifdef LANGUAGE_NL_NL
154    #include "lang/comctl_Nl.rc"
155#endif
156#ifdef LANGUAGE_NO_NO
157    #include "lang/comctl_No.rc"
158#endif
159#ifdef LANGUAGE_PL_PL
160    #include "lang/comctl_Pl.rc"
161#endif
162#ifdef LANGUAGE_PT_PT
163    #include "lang/comctl_Pt.rc"
164#endif
165#ifdef LANGUAGE_RO_RO
166    #include "lang/comctl_Ro.rc"
167#endif
168#ifdef LANGUAGE_RU_RU
169    #include "lang/comctl_Ru.rc"
170#endif
171#ifdef LANGUAGE_SK_SK
172    #include "lang/comctl_Sk.rc"
173#endif
174#ifdef LANGUAGE_SL_SI
175    #include "lang/comctl_Si.rc"
176#endif
177#ifdef LANGUAGE_SQ_AL
178    #include "lang/comctl_Sq.rc"
179#endif
180#ifdef LANGUAGE_SR_SP
181    #include "lang/comctl_Sr.rc"
182#endif
183#ifdef LANGUAGE_SV_SE
184    #include "lang/comctl_Sv.rc"
185#endif
186#ifdef LANGUAGE_TH_TH
187    #include "lang/comctl_Th.rc"
188#endif
189#ifdef LANGUAGE_TR_TR
190    #include "lang/comctl_Tr.rc"
191#endif
192#ifdef LANGUAGE_UK_UA
193    #include "lang/comctl_Uk.rc"
194#endif
195#ifdef LANGUAGE_ZH_CN
196    #include "lang/comctl_Zh-CN.rc"
197#endif
198#ifdef LANGUAGE_ZH_TW
199    #include "lang/comctl_Zh-TW.rc"
200#endif
201