Sweden-Number/dlls/comctl32/rsrc.rc

116 lines
3.5 KiB
Plaintext
Raw Normal View History

/*
* Top level resource file for Common Controls
*
* 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
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winnls.h"
#include "comctl32.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
2007-09-05 10:43:10 +02:00
#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
#include "wine/wine_common_ver.rc"
/* @makedep: idt_check.bmp */
IDT_CHECK BITMAP LOADONCALL DISCARDABLE idt_check.bmp
/* @makedep: idb_std_small.bmp */
IDB_STD_SMALL BITMAP LOADONCALL DISCARDABLE idb_std_small.bmp
1999-07-31 15:10:46 +02:00
/* @makedep: idb_std_large.bmp */
IDB_STD_LARGE BITMAP LOADONCALL DISCARDABLE idb_std_large.bmp
1999-07-31 15:10:46 +02:00
/* @makedep: idb_view_small.bmp */
IDB_VIEW_SMALL BITMAP LOADONCALL DISCARDABLE idb_view_small.bmp
/* @makedep: idb_view_large.bmp */
IDB_VIEW_LARGE BITMAP LOADONCALL MOVEABLE DISCARDABLE idb_view_large.bmp
/* @makedep: idb_hist_small.bmp */
IDB_HIST_SMALL BITMAP LOADONCALL DISCARDABLE idb_hist_small.bmp
1999-07-31 15:10:46 +02:00
/* @makedep: idb_hist_large.bmp */
IDB_HIST_LARGE BITMAP LOADONCALL DISCARDABLE idb_hist_large.bmp
/* @makedep: idc_copy.cur */
IDC_COPY CURSOR LOADONCALL DISCARDABLE idc_copy.cur
/* @makedep: idc_divider.cur */
IDC_DIVIDER CURSOR LOADONCALL DISCARDABLE idc_divider.cur
/* @makedep: idc_divideropen.cur */
IDC_DIVIDEROPEN CURSOR LOADONCALL DISCARDABLE idc_divideropen.cur
/* @makedep: idc_movebutton.cur */
IDC_MOVEBUTTON CURSOR LOADONCALL DISCARDABLE idc_movebutton.cur
/* @makedep: idi_dragarrow.ico */
IDI_DRAGARROW ICON LOADONCALL DISCARDABLE idi_dragarrow.ico
/* @makedep: idi_tt_info_sm.ico */
IDI_TT_INFO_SM ICON LOADONCALL DISCARDABLE idi_tt_info_sm.ico
/* @makedep: idi_tt_warn_sm.ico */
IDI_TT_WARN_SM ICON LOADONCALL DISCARDABLE idi_tt_warn_sm.ico
/* @makedep: idi_tt_error_sm.ico */
IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico
/*
* 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.
*/
#include "comctl_Bg.rc"
2002-11-20 20:47:44 +01:00
#include "comctl_Cn.rc"
2004-08-16 22:02:09 +02:00
#include "comctl_Cs.rc"
#include "comctl_De.rc"
2007-10-16 08:14:01 +02:00
#include "comctl_El.rc"
2002-08-27 02:35:28 +02:00
#include "comctl_En.rc"
2006-04-01 02:06:58 +02:00
#include "comctl_Eo.rc"
2003-08-24 01:04:49 +02:00
#include "comctl_Es.rc"
2003-11-19 03:14:44 +01:00
#include "comctl_Fr.rc"
2006-03-06 12:47:11 +01:00
#include "comctl_Hu.rc"
2003-11-19 03:14:44 +01:00
#include "comctl_It.rc"
2003-12-12 06:57:22 +01:00
#include "comctl_Ja.rc"
2002-06-10 04:32:31 +02:00
#include "comctl_Ko.rc"
2003-10-27 23:04:36 +01:00
#include "comctl_Nl.rc"
#include "comctl_No.rc"
2002-08-27 02:35:28 +02:00
#include "comctl_Pl.rc"
#include "comctl_Pt.rc"
2003-05-04 04:33:08 +02:00
#include "comctl_Ru.rc"
2002-06-29 01:28:36 +02:00
#include "comctl_Si.rc"
2005-04-13 13:04:49 +02:00
#include "comctl_Sv.rc"
2003-12-04 05:46:13 +01:00
#include "comctl_Th.rc"
2006-02-06 13:02:57 +01:00
#include "comctl_Tr.rc"
2004-04-27 01:35:17 +02:00
#include "comctl_Uk.rc"