Sync trunk head (r47697).
[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 "winbase.h"
24 #include "winuser.h"
25 #include "winnls.h"
26 #include "comctl32.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: idt_check.bmp */
40 IDT_CHECK BITMAP LOADONCALL DISCARDABLE idt_check.bmp
41
42 /* @makedep: idb_std_small.bmp */
43 IDB_STD_SMALL BITMAP LOADONCALL DISCARDABLE idb_std_small.bmp
44
45 /* @makedep: idb_std_large.bmp */
46 IDB_STD_LARGE BITMAP LOADONCALL DISCARDABLE idb_std_large.bmp
47
48 /* @makedep: idb_view_small.bmp */
49 IDB_VIEW_SMALL BITMAP LOADONCALL DISCARDABLE idb_view_small.bmp
50
51 /* @makedep: idb_view_large.bmp */
52 IDB_VIEW_LARGE BITMAP LOADONCALL MOVEABLE DISCARDABLE idb_view_large.bmp
53
54 /* @makedep: idb_hist_small.bmp */
55 IDB_HIST_SMALL BITMAP LOADONCALL DISCARDABLE idb_hist_small.bmp
56
57 /* @makedep: idb_hist_large.bmp */
58 IDB_HIST_LARGE BITMAP LOADONCALL DISCARDABLE idb_hist_large.bmp
59
60 /* @makedep: idc_copy.cur */
61 IDC_COPY CURSOR LOADONCALL DISCARDABLE idc_copy.cur
62
63 /* @makedep: idc_divider.cur */
64 IDC_DIVIDER CURSOR LOADONCALL DISCARDABLE idc_divider.cur
65
66 /* @makedep: idc_divideropen.cur */
67 IDC_DIVIDEROPEN CURSOR LOADONCALL DISCARDABLE idc_divideropen.cur
68
69 /* @makedep: idc_movebutton.cur */
70 IDC_MOVEBUTTON CURSOR LOADONCALL DISCARDABLE idc_movebutton.cur
71
72 /* @makedep: idi_dragarrow.ico */
73 IDI_DRAGARROW ICON LOADONCALL DISCARDABLE idi_dragarrow.ico
74
75 /* @makedep: idi_tt_info_sm.ico */
76 IDI_TT_INFO_SM ICON LOADONCALL DISCARDABLE idi_tt_info_sm.ico
77
78 /* @makedep: idi_tt_warn_sm.ico */
79 IDI_TT_WARN_SM ICON LOADONCALL DISCARDABLE idi_tt_warn_sm.ico
80
81 /* @makedep: idi_tt_error_sm.ico */
82 IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico
83
84
85 /*
86 * Everything specific to any language goes
87 * in one of the specific files.
88 * Note that you can and may override resources
89 * which also have a neutral version. This is to
90 * get localized bitmaps for example.
91 */
92
93 #include "comctl_Bg.rc"
94 #include "comctl_Cs.rc"
95 #include "comctl_El.rc"
96 #include "comctl_Eo.rc"
97 #include "comctl_En.rc"
98 #include "comctl_Es.rc"
99 #include "comctl_Hu.rc"
100 #include "comctl_It.rc"
101 #include "comctl_Ko.rc"
102 #include "comctl_Nl.rc"
103 #include "comctl_No.rc"
104 #include "comctl_Pl.rc"
105 #include "comctl_Sk.rc"
106 #include "comctl_Sv.rc"
107 #include "comctl_Th.rc"
108 #include "comctl_Tr.rc"
109 #include "comctl_Uk.rc"
110
111 /* UTF-8 */
112 #include "comctl_De.rc"
113 #include "comctl_Fr.rc"
114 #include "comctl_Ja.rc"
115 #include "comctl_Lt.rc"
116 #include "comctl_Pt.rc"
117 #include "comctl_Ro.rc"
118 #include "comctl_Ru.rc"
119 #include "comctl_Si.rc"
120 #include "comctl_Zh.rc"