2005-11-26 10:32:43 +00:00
|
|
|
/*
|
|
|
|
* 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
|
2006-07-04 19:27:14 +00:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-11-26 10:32:43 +00:00
|
|
|
*/
|
|
|
|
|
2013-12-22 19:02:59 +00:00
|
|
|
#include <windef.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <commctrl.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
2005-11-26 10:32:43 +00:00
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2007-09-14 07:22:03 +00:00
|
|
|
#define WINE_FILEDESCRIPTION_STR "Wine Common Controls"
|
|
|
|
#define WINE_FILENAME_STR "comctl32.dll"
|
|
|
|
#define WINE_FILEVERSION COMCTL32_VERSION, COMCTL32_VERSION_MINOR, 4704, 1100
|
2009-01-17 16:43:06 +00:00
|
|
|
#define WINE_FILEVERSION_STR "5.81"
|
2007-09-14 07:22:03 +00:00
|
|
|
#define WINE_PRODUCTVERSION WINE_FILEVERSION
|
2009-01-17 16:43:06 +00:00
|
|
|
#define WINE_PRODUCTVERSION_STR WINE_FILEVERSION_STR
|
2007-09-14 07:22:03 +00:00
|
|
|
|
2005-11-26 10:32:43 +00:00
|
|
|
#include "wine/wine_common_ver.rc"
|
|
|
|
|
2012-02-13 16:34:02 +00:00
|
|
|
/* @makedep: comctl32.manifest */
|
|
|
|
WINE_MANIFEST RT_MANIFEST comctl32.manifest
|
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idt_check.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDT_CHECK BITMAP idt_check.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_std_small.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_STD_SMALL BITMAP idb_std_small.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_std_large.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_STD_LARGE BITMAP idb_std_large.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_view_small.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_VIEW_SMALL BITMAP idb_view_small.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_view_large.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_VIEW_LARGE BITMAP idb_view_large.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_hist_small.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_HIST_SMALL BITMAP idb_hist_small.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idb_hist_large.bmp */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDB_HIST_LARGE BITMAP idb_hist_large.bmp
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idc_copy.cur */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDC_COPY CURSOR idc_copy.cur
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idc_divider.cur */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDC_DIVIDER CURSOR idc_divider.cur
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idc_divideropen.cur */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDC_DIVIDEROPEN CURSOR idc_divideropen.cur
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idc_movebutton.cur */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDC_MOVEBUTTON CURSOR idc_movebutton.cur
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idi_dragarrow.ico */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDI_DRAGARROW ICON idi_dragarrow.ico
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idi_tt_info_sm.ico */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDI_TT_INFO_SM ICON idi_tt_info_sm.ico
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idi_tt_warn_sm.ico */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDI_TT_WARN_SM ICON idi_tt_warn_sm.ico
|
2005-11-26 10:32:43 +00:00
|
|
|
|
2007-12-01 18:28:50 +00:00
|
|
|
/* @makedep: idi_tt_error_sm.ico */
|
Finish the Wine sync. These components are not just rc file changes
atl, comctl32, comdlg32, dwmapi, fusion, gdiplus, jscript, mpr, mshtml, msi, msimtf, msxml3, ole32, oleaut32, riched20, shdocvw, shlwapi, urlmon, usp10, version and windowscodecs
Seems to build and boot. /me hides
svn path=/trunk/; revision=48273
2010-07-26 02:26:04 +00:00
|
|
|
IDI_TT_ERROR_SM ICON idi_tt_error_sm.ico
|
2005-11-26 10:32:43 +00: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.
|
|
|
|
*/
|
|
|
|
|
2012-02-13 16:34:02 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_BG_BG
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Bg.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_CS_CZ
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Cs.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_DA_DK
|
|
|
|
#include "lang/comctl_Da.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_DE_DE
|
|
|
|
#include "lang/comctl_De.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_EL_GR
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_El.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_EN_US
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_En.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_EO_AA
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Eo.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ES_ES
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Es.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_FR_FR
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Fr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_HE_IL
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_He.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_HU_HU
|
|
|
|
#include "lang/comctl_Hu.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_IT_IT
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_It.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_JA_JP
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Ja.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_KO_KR
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Ko.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_LT_LT
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Lt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_NL_NL
|
|
|
|
#include "lang/comctl_Nl.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_NO_NO
|
|
|
|
#include "lang/comctl_No.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_PL_PL
|
|
|
|
#include "lang/comctl_Pl.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_PT_PT
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Pt.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RO_RO
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Ro.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_RU_RU
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Ru.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_SK_SK
|
|
|
|
#include "lang/comctl_Sk.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_SL_SI
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Si.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2014-08-06 09:54:57 +00:00
|
|
|
#ifdef LANGUAGE_SQ_AL
|
|
|
|
#include "lang/comctl_Sq.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_SR_SP
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Sr.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
2013-11-10 14:47:03 +00:00
|
|
|
#ifdef LANGUAGE_SV_SE
|
|
|
|
#include "lang/comctl_Sv.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_TH_TH
|
|
|
|
#include "lang/comctl_Th.rc"
|
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_TR_TR
|
|
|
|
#include "lang/comctl_Tr.rc"
|
|
|
|
#endif
|
2012-02-27 22:46:20 +00:00
|
|
|
#ifdef LANGUAGE_UK_UA
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Uk.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|
|
|
|
#ifdef LANGUAGE_ZH_CN
|
2013-09-03 22:44:37 +00:00
|
|
|
#include "lang/comctl_Zh.rc"
|
2012-02-27 22:46:20 +00:00
|
|
|
#endif
|