xref: /reactos/dll/win32/browseui/browseui.rc (revision 7e22dc05)
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_ACLHISTORY REGISTRY "res/autocompletehistory.rgs"
37IDR_BANDPROXY REGISTRY "res/bandproxy.rgs"
38IDR_BANDSITE REGISTRY "res/rebarbandsite.rgs"
39IDR_BANDSITEMENU REGISTRY "res/bandsitemenu.rgs"
40IDR_BRANDBAND REGISTRY "res/brandband.rgs"
41IDR_COMMONBROWSER REGISTRY "res/commonbrowser.rgs"
42IDR_GLOBALFOLDERSETTINGS REGISTRY "res/globalfoldersettings.rgs"
43IDR_INTERNETTOOLBAR REGISTRY "res/internettoolbar.rgs"
44IDR_REGTREEOPTIONS REGISTRY "res/regtreeoptions.rgs"
45IDR_SHELLTASKSCHEDULER REGISTRY "res/shelltaskscheduler.rgs"
46IDR_EXPLORERBAND REGISTRY "res/explorerband.rgs"
47IDR_PROGRESSDIALOG REGISTRY "res/progressdialog.rgs"
48IDR_AUTOCOMPLETE REGISTRY "res/autocomplete.rgs"
49IDR_ACLISTISF REGISTRY "res/shellautocomplete.rgs"
50IDR_ISFBAND REGISTRY "res/isfband.rgs"
51IDR_ACLCUSTOMMRU REGISTRY "res/custommru.rgs"
52IDR_TASKBARLIST REGISTRY "res/taskbarlist.rgs"
53IDR_FILESEARCHBAND REGISTRY "res/filesearchband.rgs"
54IDR_FINDFOLDER REGISTRY "res/findfolder.rgs"
55IDR_USERASSIST REGISTRY "res/userassist.rgs"
56
57#include <reactos/manifest_dll.rc>
58
59/*
60 * Everything specific to any language goes
61 * in one of the specific files.
62 */
63
64/* UTF-8 */
65#pragma code_page(65001)
66
67#ifdef LANGUAGE_BG_BG
68    #include "lang/bg-BG.rc"
69#endif
70#ifdef LANGUAGE_DE_DE
71    #include "lang/de-DE.rc"
72#endif
73#ifdef LANGUAGE_EN_US
74    #include "lang/en-US.rc"
75#endif
76#ifdef LANGUAGE_ES_ES
77    #include "lang/es-ES.rc"
78#endif
79#ifdef LANGUAGE_ET_EE
80    #include "lang/et-EE.rc"
81#endif
82#ifdef LANGUAGE_EU_ES
83    #include "lang/eu-ES.rc"
84#endif
85#ifdef LANGUAGE_FR_FR
86    #include "lang/fr-FR.rc"
87#endif
88#ifdef LANGUAGE_HE_IL
89    #include "lang/he-IL.rc"
90#endif
91#ifdef LANGUAGE_HI_IN
92    #include "lang/hi-IN.rc"
93#endif
94#ifdef LANGUAGE_HU_HU
95    #include "lang/hu-HU.rc"
96#endif
97#ifdef LANGUAGE_ID_ID
98    #include "lang/id-ID.rc"
99#endif
100#ifdef LANGUAGE_IT_IT
101    #include "lang/it-IT.rc"
102#endif
103#ifdef LANGUAGE_JA_JP
104    #include "lang/ja-JP.rc"
105#endif
106#ifdef LANGUAGE_PL_PL
107    #include "lang/pl-PL.rc"
108#endif
109#ifdef LANGUAGE_PT_BR
110    #include "lang/pt-BR.rc"
111#endif
112#ifdef LANGUAGE_PT_PT
113    #include "lang/pt-PT.rc"
114#endif
115#ifdef LANGUAGE_RO_RO
116    #include "lang/ro-RO.rc"
117#endif
118#ifdef LANGUAGE_RU_RU
119    #include "lang/ru-RU.rc"
120#endif
121#ifdef LANGUAGE_TR_TR
122    #include "lang/tr-TR.rc"
123#endif
124#ifdef LANGUAGE_SQ_AL
125    #include "lang/sq-AL.rc"
126#endif
127#ifdef LANGUAGE_UK_UA
128    #include "lang/uk-UA.rc"
129#endif
130#ifdef LANGUAGE_ZH_CN
131    #include "lang/zh-CN.rc"
132#endif
133#ifdef LANGUAGE_ZH_TW
134    #include "lang/zh-TW.rc"
135#endif
136
137/* Include band button bitmaps */
138IDB_BANDBUTTONS BITMAP "res/barbtn.bmp"
139IDB_SHELL_EXPLORER_LG        BITMAP "res/214.bmp"
140IDB_SHELL_EXPLORER_LG_HOT    BITMAP "res/215.bmp"
141IDB_SHELL_EXPLORER_SM        BITMAP "res/216.bmp"
142IDB_SHELL_EXPLORER_SM_HOT    BITMAP "res/217.bmp"
143IDB_SHELL_GO                 BITMAP "res/230.bmp"
144IDB_SHELL_GO_HOT             BITMAP "res/231.bmp"
145IDB_SHELL_BRANDBAND_SM_HI    BITMAP "res/240.bmp"
146/*IDB_SHELL_BRANDBAND_MD_HI    BITMAP "res/241.bmp"
147IDB_SHELL_BRANDBAND_LG_HI    BITMAP "res/242.bmp"
148IDB_SHELL_BRANDBAND_SM_LO    BITMAP "res/245.bmp"
149IDB_SHELL_BRANDBAND_MD_LO    BITMAP "res/246.bmp"
150IDB_SHELL_BRANDBAND_LG_LO    BITMAP "res/247.bmp"*/
151