cryptui: Implement specifying the destination store in CryptUIWizImport.
[wine/wine64.git] / dlls / comctl32 / rsrc.rc
blobc3bf74a4df33c6f8aca732243855dd1a2bdfb83e
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  */
22 #include "windef.h"
23 #include "winbase.h"
24 #include "winuser.h"
25 #include "winnls.h"
26 #include "comctl32.h"
28 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
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
37 #include "wine/wine_common_ver.rc"
39 /* @makedep: idt_check.bmp */
40 IDT_CHECK BITMAP LOADONCALL DISCARDABLE idt_check.bmp
42 /* @makedep: idb_std_small.bmp */
43 IDB_STD_SMALL BITMAP LOADONCALL DISCARDABLE idb_std_small.bmp
45 /* @makedep: idb_std_large.bmp */
46 IDB_STD_LARGE BITMAP LOADONCALL DISCARDABLE idb_std_large.bmp
48 /* @makedep: idb_view_small.bmp */
49 IDB_VIEW_SMALL BITMAP LOADONCALL DISCARDABLE idb_view_small.bmp
51 /* @makedep: idb_view_large.bmp */
52 IDB_VIEW_LARGE BITMAP LOADONCALL MOVEABLE DISCARDABLE idb_view_large.bmp
54 /* @makedep: idb_hist_small.bmp */
55 IDB_HIST_SMALL BITMAP LOADONCALL DISCARDABLE idb_hist_small.bmp
57 /* @makedep: idb_hist_large.bmp */
58 IDB_HIST_LARGE BITMAP LOADONCALL DISCARDABLE idb_hist_large.bmp
60 /* @makedep: idc_copy.cur */
61 IDC_COPY CURSOR LOADONCALL DISCARDABLE idc_copy.cur
63 /* @makedep: idc_divider.cur */
64 IDC_DIVIDER CURSOR LOADONCALL DISCARDABLE idc_divider.cur
66 /* @makedep: idc_divideropen.cur */
67 IDC_DIVIDEROPEN CURSOR LOADONCALL DISCARDABLE idc_divideropen.cur
69 /* @makedep: idc_movebutton.cur */
70 IDC_MOVEBUTTON CURSOR LOADONCALL DISCARDABLE idc_movebutton.cur
72 /* @makedep: idi_dragarrow.ico */
73 IDI_DRAGARROW ICON LOADONCALL DISCARDABLE idi_dragarrow.ico
75 /* @makedep: idi_tt_info_sm.ico */
76 IDI_TT_INFO_SM ICON LOADONCALL DISCARDABLE idi_tt_info_sm.ico
78 /* @makedep: idi_tt_warn_sm.ico */
79 IDI_TT_WARN_SM ICON LOADONCALL DISCARDABLE idi_tt_warn_sm.ico
81 /* @makedep: idi_tt_error_sm.ico */
82 IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico
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  */
93 #include "comctl_Bg.rc"
94 #include "comctl_Cs.rc"
95 #include "comctl_De.rc"
96 #include "comctl_El.rc"
97 #include "comctl_En.rc"
98 #include "comctl_Eo.rc"
99 #include "comctl_Es.rc"
100 #include "comctl_Fr.rc"
101 #include "comctl_Hu.rc"
102 #include "comctl_It.rc"
103 #include "comctl_Ja.rc"
104 #include "comctl_Ko.rc"
105 #include "comctl_Nl.rc"
106 #include "comctl_No.rc"
107 #include "comctl_Pl.rc"
108 #include "comctl_Pt.rc"
109 #include "comctl_Ro.rc"
110 #include "comctl_Ru.rc"
111 #include "comctl_Si.rc"
112 #include "comctl_Sv.rc"
113 #include "comctl_Th.rc"
114 #include "comctl_Tr.rc"
115 #include "comctl_Uk.rc"
116 #include "comctl_Zh.rc"