d3d10: Implement D3D10StateBlockMaskEnableCapture().
[wine] / dlls / comctl32 / comctl32.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 "comctl32.h"
23
24 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
25
26 STRINGTABLE
27 {
28     IDS_CLOSE    "Close"
29 }
30
31 STRINGTABLE
32 {
33     IDM_TODAY    "Today:"
34     IDM_GOTODAY  "Go to today"
35 }
36
37 STRINGTABLE
38 {
39     IDS_SEPARATOR "Separator"
40 }
41
42 STRINGTABLE
43 {
44     HKY_NONE "#msgctxt#hotkey#None"
45 }
46
47 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
48
49 #define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
50 #define WINE_FILENAME_STR "comctl32.dll"
51 #define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
52 #define WINE_FILEVERSION_STR "5.81"
53 #define WINE_PRODUCTVERSION WINE_FILEVERSION
54 #define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR
55
56 #include "wine/wine_common_ver.rc"
57
58 /* @makedep: comctl32.manifest */
59 WINE_MANIFEST RT_MANIFEST comctl32.manifest
60
61 /* @makedep: idt_check.bmp */
62 IDT_CHECK BITMAP idt_check.bmp
63
64 /* @makedep: idb_std_small.bmp */
65 IDB_STD_SMALL BITMAP idb_std_small.bmp
66
67 /* @makedep: idb_std_large.bmp */
68 IDB_STD_LARGE BITMAP idb_std_large.bmp
69
70 /* @makedep: idb_view_small.bmp */
71 IDB_VIEW_SMALL BITMAP idb_view_small.bmp
72
73 /* @makedep: idb_view_large.bmp */
74 IDB_VIEW_LARGE BITMAP idb_view_large.bmp
75
76 /* @makedep: idb_hist_small.bmp */
77 IDB_HIST_SMALL BITMAP idb_hist_small.bmp
78
79 /* @makedep: idb_hist_large.bmp */
80 IDB_HIST_LARGE BITMAP idb_hist_large.bmp
81
82 /* @makedep: idc_copy.cur */
83 IDC_COPY CURSOR idc_copy.cur
84
85 /* @makedep: idc_divider.cur */
86 IDC_DIVIDER CURSOR idc_divider.cur
87
88 /* @makedep: idc_divideropen.cur */
89 IDC_DIVIDEROPEN CURSOR idc_divideropen.cur
90
91 /* @makedep: idc_movebutton.cur */
92 IDC_MOVEBUTTON CURSOR idc_movebutton.cur
93
94 /* @makedep: idi_dragarrow.ico */
95 IDI_DRAGARROW ICON idi_dragarrow.ico
96
97 /* @makedep: idi_tt_info_sm.ico */
98 IDI_TT_INFO_SM ICON idi_tt_info_sm.ico
99
100 /* @makedep: idi_tt_warn_sm.ico */
101 IDI_TT_WARN_SM ICON idi_tt_warn_sm.ico
102
103 /* @makedep: idi_tt_error_sm.ico */
104 IDI_TT_ERROR_SM ICON idi_tt_error_sm.ico