2000-10-15 02:26:58 +02:00
|
|
|
/*
|
|
|
|
* Top level resource file for Common Controls
|
|
|
|
*
|
2002-03-10 00:29:33 +01:00
|
|
|
* 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
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2000-10-15 02:26:58 +02:00
|
|
|
*/
|
|
|
|
|
2000-05-01 22:05:58 +02:00
|
|
|
#include "windef.h"
|
2003-09-06 01:08:26 +02:00
|
|
|
#include "winbase.h"
|
1999-04-25 20:31:35 +02:00
|
|
|
#include "winuser.h"
|
2000-10-15 02:26:58 +02:00
|
|
|
#include "winnls.h"
|
1999-05-22 12:52:31 +02:00
|
|
|
#include "comctl32.h"
|
1999-04-25 20:31:35 +02:00
|
|
|
|
2000-10-15 02:26:58 +02:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
1999-07-10 14:00:04 +02:00
|
|
|
|
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
|
|
|
|
|
2003-11-30 06:59:29 +01:00
|
|
|
#include "wine/wine_common_ver.rc"
|
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idt_check.bmp */
|
2004-01-23 03:11:53 +01:00
|
|
|
IDT_CHECK BITMAP LOADONCALL DISCARDABLE idt_check.bmp
|
1999-11-28 20:50:01 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_std_small.bmp */
|
2004-01-23 03:11:53 +01:00
|
|
|
IDB_STD_SMALL BITMAP LOADONCALL DISCARDABLE idb_std_small.bmp
|
1999-07-31 15:10:46 +02:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_std_large.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_STD_LARGE BITMAP LOADONCALL DISCARDABLE idb_std_large.bmp
|
1999-07-31 15:10:46 +02:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_view_small.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_VIEW_SMALL BITMAP LOADONCALL DISCARDABLE idb_view_small.bmp
|
1999-11-13 23:38:24 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_view_large.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_VIEW_LARGE BITMAP LOADONCALL MOVEABLE DISCARDABLE idb_view_large.bmp
|
1999-11-13 23:38:24 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_hist_small.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_HIST_SMALL BITMAP LOADONCALL DISCARDABLE idb_hist_small.bmp
|
1999-07-31 15:10:46 +02:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idb_hist_large.bmp */
|
2003-10-03 07:01:33 +02:00
|
|
|
IDB_HIST_LARGE BITMAP LOADONCALL DISCARDABLE idb_hist_large.bmp
|
2000-10-15 02:26:58 +02:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idc_copy.cur */
|
2004-03-10 00:26:44 +01:00
|
|
|
IDC_COPY CURSOR LOADONCALL DISCARDABLE idc_copy.cur
|
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idc_divider.cur */
|
2004-01-23 03:11:53 +01:00
|
|
|
IDC_DIVIDER CURSOR LOADONCALL DISCARDABLE idc_divider.cur
|
2000-11-09 21:26:34 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idc_divideropen.cur */
|
2004-01-23 03:11:53 +01:00
|
|
|
IDC_DIVIDEROPEN CURSOR LOADONCALL DISCARDABLE idc_divideropen.cur
|
2000-11-09 21:26:34 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idc_movebutton.cur */
|
2004-03-24 00:04:08 +01:00
|
|
|
IDC_MOVEBUTTON CURSOR LOADONCALL DISCARDABLE idc_movebutton.cur
|
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idi_dragarrow.ico */
|
2004-01-23 03:11:53 +01:00
|
|
|
IDI_DRAGARROW ICON LOADONCALL DISCARDABLE idi_dragarrow.ico
|
2000-11-09 21:26:34 +01:00
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idi_tt_info_sm.ico */
|
2004-09-07 22:43:30 +02:00
|
|
|
IDI_TT_INFO_SM ICON LOADONCALL DISCARDABLE idi_tt_info_sm.ico
|
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idi_tt_warn_sm.ico */
|
2004-09-07 22:43:30 +02:00
|
|
|
IDI_TT_WARN_SM ICON LOADONCALL DISCARDABLE idi_tt_warn_sm.ico
|
|
|
|
|
2007-09-17 15:38:23 +02:00
|
|
|
/* @makedep: idi_tt_error_sm.ico */
|
2004-09-07 22:43:30 +02:00
|
|
|
IDI_TT_ERROR_SM ICON LOADONCALL DISCARDABLE idi_tt_error_sm.ico
|
|
|
|
|
|
|
|
|
2000-10-15 02:26:58 +02:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw,
shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui,
setupapi, wininet, regedit, uninstaller, notepad, winecfg and
winhelp.
2005-09-19 19:00:58 +02:00
|
|
|
#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"
|
2000-10-15 02:26:58 +02:00
|
|
|
#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"
|
2005-09-21 13:43:31 +02:00
|
|
|
#include "comctl_No.rc"
|
2002-08-27 02:35:28 +02:00
|
|
|
#include "comctl_Pl.rc"
|
2003-06-30 22:22:35 +02:00
|
|
|
#include "comctl_Pt.rc"
|
2008-03-23 22:05:07 +01:00
|
|
|
#include "comctl_Ro.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"
|