ReactOS
0.4.16-dev-1059-gb1cf981
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
* COPYRIGHT: See COPYING in the top level directory
3
* PROJECT: ReactOS Console Server DLL
4
* FILE: win32ss/user/winsrv/consrv/frontends/gui/resource.h
5
* PURPOSE: Resource #defines
6
*/
7
8
#pragma once
9
10
// Console System Menu Item IDs.
11
// Use IDs in the range 0xFFFx for not clashing with user-defined menu IDs.
12
#define ID_SYSTEM_EDIT_MARK 0xFFF0
13
#define ID_SYSTEM_EDIT_COPY 0xFFF1
14
#define ID_SYSTEM_EDIT_PASTE 0xFFF2
15
#define ID_SYSTEM_EDIT_SELECTALL 0xFFF3
16
#define ID_SYSTEM_EDIT_SCROLL 0xFFF4
17
#define ID_SYSTEM_EDIT_FIND 0xFFF5
18
#define ID_SYSTEM_DEFAULTS 0xFFF6
19
#define ID_SYSTEM_PROPERTIES 0xFFF7
20
21
#define IDS_EDIT 204
22
#define IDS_MARK 205
23
#define IDS_COPY 206
24
#define IDS_PASTE 207
25
#define IDS_SELECTALL 208
26
#define IDS_SCROLL 209
27
#define IDS_FIND 210
28
#define IDS_DEFAULTS 211
29
#define IDS_PROPERTIES 212
30
31
#define IDS_MARK_TITLE 220
32
#define IDS_SELECT_TITLE 221
33
34
// Scrollbar resource ids. Unused.
35
/*
36
#define IDS_SCROLLHERE 304
37
#define IDS_SCROLLTOP 305
38
#define IDS_SCROLLBOTTOM 306
39
#define IDS_SCROLLPAGE_UP 307
40
#define IDS_SCROLLPAGE_DOWN 308
41
#define IDS_SCROLLUP 309
42
#define IDS_SCROLLDOWN 310
43
*/
44
45
#define IDI_TERMINAL 1
46
#define IDS_TERMINAL_TITLE 400
win32ss
user
winsrv
consrv
frontends
gui
resource.h
Generated on Wed Apr 30 2025 06:18:23 for ReactOS by
1.9.6