Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[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.82"
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 WINE_MANIFESTV5 RT_MANIFEST comctl32v5.manifest
42
43 /* @makedep: idt_check.bmp */
44 IDT_CHECK BITMAP idt_check.bmp
45
46 /* @makedep: idb_std_small.bmp */
47 IDB_STD_SMALL BITMAP idb_std_small.bmp
48
49 /* @makedep: idb_std_large.bmp */
50 IDB_STD_LARGE BITMAP idb_std_large.bmp
51
52 /* @makedep: idb_view_small.bmp */
53 IDB_VIEW_SMALL BITMAP idb_view_small.bmp
54
55 /* @makedep: idb_view_large.bmp */
56 IDB_VIEW_LARGE BITMAP idb_view_large.bmp
57
58 /* @makedep: idb_hist_small.bmp */
59 IDB_HIST_SMALL BITMAP idb_hist_small.bmp
60
61 /* @makedep: idb_hist_large.bmp */
62 IDB_HIST_LARGE BITMAP idb_hist_large.bmp
63
64 /* @makedep: idc_copy.cur */
65 IDC_COPY CURSOR idc_copy.cur
66
67 /* @makedep: idc_divider.cur */
68 IDC_DIVIDER CURSOR idc_divider.cur
69
70 /* @makedep: idc_divideropen.cur */
71 IDC_DIVIDEROPEN CURSOR idc_divideropen.cur
72
73 /* @makedep: idc_movebutton.cur */
74 IDC_MOVEBUTTON CURSOR idc_movebutton.cur
75
76 /* @makedep: idi_dragarrow.ico */
77 IDI_DRAGARROW ICON idi_dragarrow.ico
78
79 /* @makedep: idi_tt_info_sm.ico */
80 IDI_TT_INFO_SM ICON idi_tt_info_sm.ico
81
82 /* @makedep: idi_tt_warn_sm.ico */
83 IDI_TT_WARN_SM ICON idi_tt_warn_sm.ico
84
85 /* @makedep: idi_tt_error_sm.ico */
86 IDI_TT_ERROR_SM ICON idi_tt_error_sm.ico
87
88
89 /*
90 * Everything specific to any language goes
91 * in one of the specific files.
92 * Note that you can and may override resources
93 * which also have a neutral version. This is to
94 * get localized bitmaps for example.
95 */
96
97 /* UTF-8 */
98 #pragma code_page(65001)
99
100 #ifdef LANGUAGE_BG_BG
101 #include "lang/comctl_Bg.rc"
102 #endif
103 #ifdef LANGUAGE_CS_CZ
104 #include "lang/comctl_Cs.rc"
105 #endif
106 #ifdef LANGUAGE_DA_DK
107 #include "lang/comctl_Da.rc"
108 #endif
109 #ifdef LANGUAGE_DE_DE
110 #include "lang/comctl_De.rc"
111 #endif
112 #ifdef LANGUAGE_EL_GR
113 #include "lang/comctl_El.rc"
114 #endif
115 #ifdef LANGUAGE_EN_US
116 #include "lang/comctl_En.rc"
117 #endif
118 #ifdef LANGUAGE_EO_AA
119 #include "lang/comctl_Eo.rc"
120 #endif
121 #ifdef LANGUAGE_ES_ES
122 #include "lang/comctl_Es.rc"
123 #endif
124 #ifdef LANGUAGE_FR_FR
125 #include "lang/comctl_Fr.rc"
126 #endif
127 #ifdef LANGUAGE_HE_IL
128 #include "lang/comctl_He.rc"
129 #endif
130 #ifdef LANGUAGE_HU_HU
131 #include "lang/comctl_Hu.rc"
132 #endif
133 #ifdef LANGUAGE_IT_IT
134 #include "lang/comctl_It.rc"
135 #endif
136 #ifdef LANGUAGE_JA_JP
137 #include "lang/comctl_Ja.rc"
138 #endif
139 #ifdef LANGUAGE_KO_KR
140 #include "lang/comctl_Ko.rc"
141 #endif
142 #ifdef LANGUAGE_LT_LT
143 #include "lang/comctl_Lt.rc"
144 #endif
145 #ifdef LANGUAGE_NL_NL
146 #include "lang/comctl_Nl.rc"
147 #endif
148 #ifdef LANGUAGE_NO_NO
149 #include "lang/comctl_No.rc"
150 #endif
151 #ifdef LANGUAGE_PL_PL
152 #include "lang/comctl_Pl.rc"
153 #endif
154 #ifdef LANGUAGE_PT_PT
155 #include "lang/comctl_Pt.rc"
156 #endif
157 #ifdef LANGUAGE_RO_RO
158 #include "lang/comctl_Ro.rc"
159 #endif
160 #ifdef LANGUAGE_RU_RU
161 #include "lang/comctl_Ru.rc"
162 #endif
163 #ifdef LANGUAGE_SK_SK
164 #include "lang/comctl_Sk.rc"
165 #endif
166 #ifdef LANGUAGE_SL_SI
167 #include "lang/comctl_Si.rc"
168 #endif
169 #ifdef LANGUAGE_SQ_AL
170 #include "lang/comctl_Sq.rc"
171 #endif
172 #ifdef LANGUAGE_SR_SP
173 #include "lang/comctl_Sr.rc"
174 #endif
175 #ifdef LANGUAGE_SV_SE
176 #include "lang/comctl_Sv.rc"
177 #endif
178 #ifdef LANGUAGE_TH_TH
179 #include "lang/comctl_Th.rc"
180 #endif
181 #ifdef LANGUAGE_TR_TR
182 #include "lang/comctl_Tr.rc"
183 #endif
184 #ifdef LANGUAGE_UK_UA
185 #include "lang/comctl_Uk.rc"
186 #endif
187 #ifdef LANGUAGE_ZH_TW
188 #include "lang/comctl_Tw.rc"
189 #endif
190 #ifdef LANGUAGE_ZH_CN
191 #include "lang/comctl_Zh.rc"
192 #endif