mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
141 lines
4 KiB
Text
141 lines
4 KiB
Text
/*
|
|
* Top level resource file for browseui stuff
|
|
*
|
|
* Copyright 2009 Andrew Hill
|
|
*
|
|
* 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
|
|
*/
|
|
|
|
#define WIN32_NO_STATUS
|
|
#define _INC_WINDOWS
|
|
#define COM_NO_WINDOWS_H
|
|
#include <shlobj.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#include "version.rc"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
/* REGISTRY */
|
|
IDR_ADDRESSBAND REGISTRY "res/addressband.rgs"
|
|
IDR_ADDRESSEDITBOX REGISTRY "res/addresseditbox.rgs"
|
|
IDR_ACLMULTI REGISTRY "res/autocompletecontainer.rgs"
|
|
IDR_BANDPROXY REGISTRY "res/bandproxy.rgs"
|
|
IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs"
|
|
IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs"
|
|
IDR_BRANDBAND REGISTRY "res/brandband.rgs"
|
|
IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs"
|
|
IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs"
|
|
IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs"
|
|
IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs"
|
|
IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs"
|
|
IDR_PROGRESSDIALOG REGISTRY "res/progressdialog.rgs"
|
|
IDR_AUTOCOMPLETE REGISTRY "res/autocomplete.rgs"
|
|
IDR_ACLISTISF REGISTRY "res/shellautocomplete.rgs"
|
|
IDR_ISFBAND REGISTRY "res/isfband.rgs"
|
|
IDR_ACLCUSTOMMRU REGISTRY "res/custommru.rgs"
|
|
IDR_TASKBARLIST REGISTRY "res/taskbarlist.rgs"
|
|
IDR_FILESEARCHBAND REGISTRY "res/filesearchband.rgs"
|
|
IDR_FINDFOLDER REGISTRY "res/findfolder.rgs"
|
|
|
|
#include <reactos/manifest_dll.rc>
|
|
|
|
/*
|
|
* Everything specific to any language goes
|
|
* in one of the specific files.
|
|
*/
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
|
|
#ifdef LANGUAGE_BG_BG
|
|
#include "lang/bg-BG.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_DE_DE
|
|
#include "lang/de-DE.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ES_ES
|
|
#include "lang/es-ES.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ET_EE
|
|
#include "lang/et-EE.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_FR_FR
|
|
#include "lang/fr-FR.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_HE_IL
|
|
#include "lang/he-IL.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_HI_IN
|
|
#include "lang/hi-IN.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ID_ID
|
|
#include "lang/id-ID.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_IT_IT
|
|
#include "lang/it-IT.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_JA_JP
|
|
#include "lang/ja-JP.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PL_PL
|
|
#include "lang/pl-PL.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PT_BR
|
|
#include "lang/pt-BR.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_PT_PT
|
|
#include "lang/pt-PT.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RO_RO
|
|
#include "lang/ro-RO.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "lang/ru-RU.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_TR_TR
|
|
#include "lang/tr-TR.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_SQ_AL
|
|
#include "lang/sq-AL.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "lang/uk-UA.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ZH_CN
|
|
#include "lang/zh-CN.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_ZH_TW
|
|
#include "lang/zh-TW.rc"
|
|
#endif
|
|
|
|
/* Include band button bitmaps */
|
|
IDB_BANDBUTTONS BITMAP "res/barbtn.bmp"
|
|
IDB_SHELL_EXPLORER_LG BITMAP "res/214.bmp"
|
|
IDB_SHELL_EXPLORER_LG_HOT BITMAP "res/215.bmp"
|
|
IDB_SHELL_EXPLORER_SM BITMAP "res/216.bmp"
|
|
IDB_SHELL_EXPLORER_SM_HOT BITMAP "res/217.bmp"
|
|
IDB_SHELL_GO BITMAP "res/230.bmp"
|
|
IDB_SHELL_GO_HOT BITMAP "res/231.bmp"
|
|
IDB_SHELL_BRANDBAND_SM_HI BITMAP "res/240.bmp"
|
|
/*IDB_SHELL_BRANDBAND_MD_HI BITMAP "res/241.bmp"
|
|
IDB_SHELL_BRANDBAND_LG_HI BITMAP "res/242.bmp"
|
|
IDB_SHELL_BRANDBAND_SM_LO BITMAP "res/245.bmp"
|
|
IDB_SHELL_BRANDBAND_MD_LO BITMAP "res/246.bmp"
|
|
IDB_SHELL_BRANDBAND_LG_LO BITMAP "res/247.bmp"*/
|