1/* 2 * Top level resource file for browseui stuff 3 * 4 * Copyright 2009 Andrew Hill 5 * 6 * This library is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU Lesser General Public 8 * License as published by the Free Software Foundation; either 9 * version 2.1 of the License, or (at your option) any later version. 10 * 11 * This library is distributed in the hope that it will be useful, 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 * Lesser General Public License for more details. 15 * 16 * You should have received a copy of the GNU Lesser General Public 17 * License along with this library; if not, write to the Free Software 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 19 */ 20 21#define WIN32_NO_STATUS 22#define _INC_WINDOWS 23#define COM_NO_WINDOWS_H 24#include <shlobj.h> 25 26#include "resource.h" 27 28#include "version.rc" 29 30LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 31 32/* REGISTRY */ 33IDR_ADDRESSBAND REGISTRY "res/addressband.rgs" 34IDR_ADDRESSEDITBOX REGISTRY "res/addresseditbox.rgs" 35IDR_ACLMULTI REGISTRY "res/autocompletecontainer.rgs" 36IDR_BANDPROXY REGISTRY "res/bandproxy.rgs" 37IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs" 38IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs" 39IDR_BRANDBAND REGISTRY "res/brandband.rgs" 40IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs" 41IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs" 42IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs" 43IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs" 44IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs" 45IDR_PROGRESSDIALOG REGISTRY "res/progressdialog.rgs" 46IDR_AUTOCOMPLETE REGISTRY "res/autocomplete.rgs" 47IDR_ACLISTISF REGISTRY "res/shellautocomplete.rgs" 48 49#include <reactos/manifest_dll.rc> 50 51/* 52 * Everything specific to any language goes 53 * in one of the specific files. 54 */ 55 56/* UTF-8 */ 57#pragma code_page(65001) 58 59#ifdef LANGUAGE_BG_BG 60 #include "lang/bg-BG.rc" 61#endif 62#ifdef LANGUAGE_DE_DE 63 #include "lang/de-DE.rc" 64#endif 65#ifdef LANGUAGE_EN_US 66 #include "lang/en-US.rc" 67#endif 68#ifdef LANGUAGE_ES_ES 69 #include "lang/es-ES.rc" 70#endif 71#ifdef LANGUAGE_FR_FR 72 #include "lang/fr-FR.rc" 73#endif 74#ifdef LANGUAGE_HE_IL 75 #include "lang/he-IL.rc" 76#endif 77#ifdef LANGUAGE_IT_IT 78 #include "lang/it-IT.rc" 79#endif 80#ifdef LANGUAGE_JA_JP 81 #include "lang/ja-JP.rc" 82#endif 83#ifdef LANGUAGE_PL_PL 84 #include "lang/pl-PL.rc" 85#endif 86#ifdef LANGUAGE_PT_BR 87 #include "lang/pt-BR.rc" 88#endif 89#ifdef LANGUAGE_RO_RO 90 #include "lang/ro-RO.rc" 91#endif 92#ifdef LANGUAGE_RU_RU 93 #include "lang/ru-RU.rc" 94#endif 95#ifdef LANGUAGE_TR_TR 96 #include "lang/tr-TR.rc" 97#endif 98#ifdef LANGUAGE_SQ_AL 99 #include "lang/sq-AL.rc" 100#endif 101#ifdef LANGUAGE_UK_UA 102 #include "lang/uk-UA.rc" 103#endif 104#ifdef LANGUAGE_ZH_CN 105 #include "lang/zh-CN.rc" 106#endif 107#ifdef LANGUAGE_ZH_TW 108 #include "lang/zh-TW.rc" 109#endif 110 111/* Include band button bitmaps */ 112IDB_BANDBUTTONS BITMAP "res/barbtn.bmp" 113IDB_SHELL_EXPLORER_LG BITMAP "res/214.bmp" 114IDB_SHELL_EXPLORER_LG_HOT BITMAP "res/215.bmp" 115IDB_SHELL_EXPLORER_SM BITMAP "res/216.bmp" 116IDB_SHELL_EXPLORER_SM_HOT BITMAP "res/217.bmp" 117IDB_SHELL_GO BITMAP "res/230.bmp" 118IDB_SHELL_GO_HOT BITMAP "res/231.bmp" 119IDB_SHELL_BRANDBAND_SM_HI BITMAP "res/240.bmp" 120/*IDB_SHELL_BRANDBAND_MD_HI BITMAP "res/241.bmp" 121IDB_SHELL_BRANDBAND_LG_HI BITMAP "res/242.bmp" 122IDB_SHELL_BRANDBAND_SM_LO BITMAP "res/245.bmp" 123IDB_SHELL_BRANDBAND_MD_LO BITMAP "res/246.bmp" 124IDB_SHELL_BRANDBAND_LG_LO BITMAP "res/247.bmp"*/ 125