ReactOS
0.4.16-dev-1056-gbe87e00
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
resource.h
Go to the documentation of this file.
1
/*
2
* ReactOS Explorer
3
*
4
* Copyright 2009 Andrew Hill <ash77 at domain reactos.org>
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
*/
20
21
#pragma once
22
23
// FCIDM_BROWSERFIRST..LAST: 0xa000..0xbf00
24
#define IDM_FILE_CLOSE 0xA021
25
#define IDM_FILE_EXPLORE_MENU 0xA027
26
#define IDM_BACKSPACE 0xA032
27
#define IDM_EXPLORE_ITEM_FIRST 0xA470
28
#define IDM_EXPLORE_ITEM_LAST 0xA570
29
#define IDM_FILE_EXPLORE_SEP 0xA028
30
#define IDM_VIEW_TOOLBARS 0xA201
31
#define IDM_TOOLBARS_STANDARDBUTTONS 0xA204
32
#define IDM_TOOLBARS_ADDRESSBAR 0xA205
33
#define IDM_TOOLBARS_LINKSBAR 0xA206
34
#define IDM_TOOLBARS_LOCKTOOLBARS 0xA20C
35
#define IDM_TOOLBARS_CUSTOMIZE 0xA21D
36
#define IDM_TOOLBARS_TEXTLABELS 0xA207
37
#define IDM_TOOLBARS_GOBUTTON 0xA20B
38
#define IDM_VIEW_STATUSBAR 0xA202
39
#define IDM_VIEW_EXPLORERBAR 0xA230
40
#define IDM_EXPLORERBAR_SEARCH 0xA231
41
#define IDM_EXPLORERBAR_FAVORITES 0xA232
42
#define IDM_EXPLORERBAR_MEDIA 0xA237
43
#define IDM_EXPLORERBAR_HISTORY 0xA233
44
#define IDM_EXPLORERBAR_FOLDERS 0xA235
45
#define IDM_EXPLORERBAR_SEPARATOR 0xA23B
46
#define IDM_GOTO_BACK 0xA121
47
#define IDM_GOTO_FORWARD 0xA122
48
#define IDM_GOTO_UPONELEVEL 0xA022
49
#define IDM_GOTO_HOMEPAGE 0xA125
50
#define IDM_VIEW_REFRESH 0xA220
51
#define IDM_FAVORITES_ADDTOFAVORITES 0xA173
52
#define IDM_FAVORITES_ORGANIZEFAVORITES 0xA172
53
#define IDM_FAVORITES_EMPTY 0xA17E
54
#define IDM_TOOLS_MAPNETWORKDRIVE 0xA081
55
#define IDM_TOOLS_DISCONNECTNETWORKDRIVE 0xA082
56
#define IDM_TOOLS_SYNCHRONIZE 0xA176
57
#define IDM_TOOLS_FOLDEROPTIONS 0xA123
58
#define IDM_HELP_ABOUT 0xA102
59
#define IDM_TASKBAR_TOOLBARS 268
60
#define IDM_TASKBAR_TOOLBARS_DESKTOP 3
61
#define IDM_TASKBAR_TOOLBARS_QUICKLAUNCH 4
62
#define IDM_TASKBAR_TOOLBARS_NEW 1
63
64
#define IDM_BAND_MENU 269
65
#define IDM_BAND_TITLE 0xA200
66
#define IDM_BAND_CLOSE 0xA201
67
#define FCIDM_BROWSER_STOP 0xA21A
68
#define FCIDM_BROWSER_TOGGLEFULLSCREEN 0xA21B
69
70
#define IDM_POPUPMENU 2001
71
#define IDM_LARGE_ICONS 2002
72
#define IDM_SMALL_ICONS 2003
73
#define IDM_SHOW_TEXT 2004
74
#define IDM_VIEW_MENU 2005
75
#define IDM_OPEN_FOLDER 2006
76
77
/* Random id for band close button, feel free to change it */
78
#define IDM_BASEBAR_CLOSE 0xA200
79
#define IDM_NOTIFYITBARDIRTY 0xA239
/* Arbitrary id */
80
81
/* User-installed explorer band IDs according to API Monitor traces */
82
#define IDM_EXPLORERBAND_BEGINCUSTOM 0xA240
83
#define IDM_EXPLORERBAND_ENDCUSTOM 0xA25C
84
85
#define IDM_GOTO_TRAVEL_FIRST 0xA141
86
#define IDM_GOTO_TRAVEL_LAST 0xA151
87
#define IDM_GOTO_TRAVEL_SEP IDM_GOTO_TRAVEL_FIRST
88
#define IDM_GOTO_TRAVEL_FIRSTTARGET IDM_GOTO_TRAVEL_FIRST+1
89
#define IDM_GOTO_TRAVEL_LASTTARGET IDM_GOTO_TRAVEL_LAST
90
91
#define IDM_CABINET_CONTEXTMENU 103
92
#define IDM_CABINET_MAINMENU 104
93
94
#define IDR_ACLMULTI 128
95
#define IDR_ADDRESSBAND 129
96
#define IDR_ADDRESSEDITBOX 130
97
#define IDR_BANDPROXY 131
98
#define IDR_BANDSITE 132
99
#define IDR_BANDSITEMENU 133
100
#define IDR_BRANDBAND 134
101
#define IDR_COMMONBROWSER 135
102
#define IDR_INTERNETTOOLBAR 136
103
#define IDR_GLOBALFOLDERSETTINGS 137
104
#define IDR_REGTREEOPTIONS 138
105
#define IDR_PROGRESSDIALOG 140
106
#define IDR_AUTOCOMPLETE 141
107
#define IDR_ACLISTISF 142
108
#define IDR_ISFBAND 143
109
#define IDR_ACLCUSTOMMRU 144
110
#define IDR_TASKBARLIST 145
111
#define IDR_FILESEARCHBAND 146
112
#define IDR_FINDFOLDER 147
113
#define IDR_USERASSIST 148
114
#define IDR_SHELLTASKSCHEDULER 149
115
#define IDR_ACLHISTORY 150
116
117
#define IDS_SMALLICONS 12301
118
#define IDS_LARGEICONS 12302
119
#define IDS_SHOWTEXTLABELS 12303
120
#define IDS_NOTEXTLABELS 12304
121
#define IDS_SELECTIVETEXTONRIGHT 12305
122
#define IDS_BROWSEFORNEWTOOLAR 12387
123
#define IDS_TOOLBAR_ERR_TITLE 12388
124
#define IDS_TOOLBAR_ERR_TEXT 12389
125
#define IDS_GOBUTTONLABEL 12656
126
#define IDS_GOBUTTONTIPTEMPLATE 12657
127
#define IDS_SEARCHLABEL 12897
128
#define IDS_STANDARD_TOOLBAR 12624
129
#define IDS_ADDRESSBANDLABEL 12902
130
#define IDS_ADDRESSMENUTEXT 13137
131
#define IDS_HISTORYTEXT 13169
132
#define IDS_UP 58434
133
#define IDS_BACK 58689
134
#define IDS_FORWARD 58690
135
#define IDS_FOLDER_OPTIONS 58691
136
137
#define IDS_CANCELLING 16
138
#define IDS_REMAINING 17
139
#define IDC_ANIMATION 100
140
#define IDC_PROGRESS_BAR 102
141
#define IDC_TEXT_LINE 103
142
#define IDD_PROGRESS_DLG 100
143
#define IDR_ACCELERATORS 256
144
145
#define IDI_CABINET 103
146
147
#define IDD_CUSTOMIZETOOLBAREX 256
148
149
#define IDC_TEXTOPTIONS 4096
150
#define IDC_ICONOPTIONS 4097
151
152
#define IDB_BANDBUTTONS 545
153
#define IDB_SHELL_EXPLORER_LG 214
154
#define IDB_SHELL_EXPLORER_LG_HOT 215
155
#define IDB_SHELL_EXPLORER_SM 216
156
#define IDB_SHELL_EXPLORER_SM_HOT 217
157
#define IDB_SHELL_GO 230
158
#define IDB_SHELL_GO_HOT 231
159
#define IDB_SHELL_BRANDBAND_SM_HI 240
160
/*#define IDB_SHELL_BRANDBAND_MD_HI 241
161
#define IDB_SHELL_BRANDBAND_LG_HI 242
162
#define IDB_SHELL_BRANDBAND_SM_LO 245
163
#define IDB_SHELL_BRANDBAND_MD_LO 246
164
#define IDB_SHELL_BRANDBAND_LG_LO 247*/
165
166
#define IDD_SEARCH_DLG 1000
167
#define IDC_SEARCH_LABEL 1001
168
#define IDC_SEARCH_FILENAME 1002
169
#define IDC_SEARCH_QUERY 1003
170
#define IDC_SEARCH_BUTTON 1004
171
#define IDC_SEARCH_STOP_BUTTON 1005
172
#define IDC_SEARCH_COMBOBOX 1006
173
#define IDC_SEARCH_HIDDEN 1007
174
#define IDS_SEARCHINVALID 4518
175
#define IDS_COL_NAME 8976
176
#define IDS_COL_LOCATION 8977
177
#define IDS_COL_RELEVANCE 8989
178
#define IDS_SEARCH_FILES_FOUND 9232
179
#define IDS_SEARCH_FOLDER 9234
180
#define IDS_SEARCH_RESULTS 30520
181
#define IDS_SEARCH_OPEN_FOLDER 40960
182
#define IDC_STATUSBAR 40961
183
184
#define IDS_PARSE_ADDR_ERR_TITLE 9600
185
#define IDS_PARSE_ADDR_ERR_TEXT 9601
186
187
#define COL_NAME_INDEX 0
188
#define COL_LOCATION_INDEX 1
189
#define COL_RELEVANCE_INDEX 2
dll
win32
browseui
resource.h
Generated on Tue Apr 29 2025 06:18:19 for ReactOS by
1.9.6