rsrc.rc 3.52 KB
Newer Older
1 2 3
/*
 * Top level resource file for Common Controls
 *
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 * Copyright 1999 Bertho Stultiens
 * Copyright 1999 Eric Kohl
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * 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 31 32 33 34 35 36
#define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
#define WINE_FILENAME_STR "comctl32.dll"
#define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
#define WINE_FILEVERSIONSTR "5.81"
#define WINE_PRODUCTVERSION WINE_FILEVERSION
#define WINE_PRODUCTVERSION_STR WINE_FILEVERSIONSTR

37 38
#include "wine/wine_common_ver.rc"

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 62
IDC_COPY CURSOR LOADONCALL DISCARDABLE idc_copy.cur

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 */
Robert Shearman's avatar
Robert Shearman committed
70 71
IDC_MOVEBUTTON CURSOR LOADONCALL DISCARDABLE idc_movebutton.cur

72
/* @makedep: idi_dragarrow.ico */
73
IDI_DRAGARROW ICON LOADONCALL DISCARDABLE idi_dragarrow.ico
74

75
/* @makedep: idi_tt_info_sm.ico */
76 77
IDI_TT_INFO_SM ICON LOADONCALL DISCARDABLE idi_tt_info_sm.ico

78
/* @makedep: idi_tt_warn_sm.ico */
79 80
IDI_TT_WARN_SM ICON LOADONCALL DISCARDABLE idi_tt_warn_sm.ico

81
/* @makedep: idi_tt_error_sm.ico */
82 83 84
IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico


85 86 87 88 89 90 91 92
/*
 * Everything specific to any language goes
 * in one of the specific files.
 * Note that you can and may override resources
 * which also have a neutral version. This is to
 * get localized bitmaps for example.
 */

93
#include "comctl_Bg.rc"
94
#include "comctl_Cn.rc"
David Kredba's avatar
David Kredba committed
95
#include "comctl_Cs.rc"
96
#include "comctl_De.rc"
97
#include "comctl_El.rc"
Jacek Bator's avatar
Jacek Bator committed
98
#include "comctl_En.rc"
99
#include "comctl_Eo.rc"
100
#include "comctl_Es.rc"
101
#include "comctl_Fr.rc"
102
#include "comctl_Hu.rc"
103
#include "comctl_It.rc"
Vik Kumar's avatar
Vik Kumar committed
104
#include "comctl_Ja.rc"
Won-kyu Park's avatar
Won-kyu Park committed
105
#include "comctl_Ko.rc"
106
#include "comctl_Nl.rc"
107
#include "comctl_No.rc"
Jacek Bator's avatar
Jacek Bator committed
108
#include "comctl_Pl.rc"
109
#include "comctl_Pt.rc"
110
#include "comctl_Ro.rc"
111
#include "comctl_Ru.rc"
112
#include "comctl_Si.rc"
113
#include "comctl_Sv.rc"
Jon Griffiths's avatar
Jon Griffiths committed
114
#include "comctl_Th.rc"
115
#include "comctl_Tr.rc"
116
#include "comctl_Uk.rc"