ReactOS
0.4.16-dev-297-gc569aee
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
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
_
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
#define IDC_STATIC -1
2
3
#define IDI_ICON 50
4
5
#define IDS_APPNAME 101
6
#define IDS_VERSION 102
7
#define IDS_LICENSE 103
8
#define IDS_DEFAULT_NAME 104
9
#define IDS_READY 105
10
11
#define IDC_STATUSBAR 500
12
13
#define ID_NEW 2000
14
#define ID_OPEN 2001
15
#define ID_CLOSE 2002
16
#define ID_CLOSEALL 2003
17
#define ID_SAVE 2004
18
#define ID_SAVEAS 2005
19
#define ID_PRINTPRE 2006
20
#define ID_PRINT 2007
21
#define ID_PAGESETUP 2008
22
#define ID_CUT 2009
23
#define ID_COPY 2010
24
#define ID_PASTE 2011
25
#define ID_UNDO 2013
26
#define ID_REDO 2014
27
#define ID_SELALL 2015
28
#define ID_EXIT 2016
29
#define ID_STATUSBAR 2019
30
#define ID_BOLD 2030
31
#define ID_ITALIC 2031
32
#define ID_ULINE 2032
33
#define ID_TXTLEFT 2033
34
#define ID_TXTCENTER 2034
35
#define ID_TXTRIGHT 2035
36
#define ID_BLANK 2036
37
38
#define ID_REFRESH 3000
39
#define ID_HELP 3001
40
#define ID_WINDOW_TILE_HORZ 3002
41
#define ID_WINDOW_TILE_VERT 3003
42
#define ID_WINDOW_CASCADE 3004
43
#define ID_WINDOW_NEXT 3005
44
#define ID_WINDOW_ARRANGE 3006
45
46
47
/* menu hints */
48
#define IDS_HINT_BLANK 20000
49
#define IDS_HINT_NEW 20001
50
#define IDS_HINT_OPEN 20002
51
#define IDS_HINT_CLOSE 21006
52
#define IDS_HINT_CLOSEALL 21007
53
#define IDS_HINT_SAVE 20003
54
#define IDS_HINT_SAVEAS 20004
55
#define IDS_HINT_PRINT 20005
56
#define IDS_HINT_PRINTPRE 20006
57
#define IDS_HINT_PAGESETUP 20007
58
#define IDS_HINT_EXIT 20008
59
60
#define IDS_HINT_CASCADE 21009
61
#define IDS_HINT_TILE_HORZ 21010
62
#define IDS_HINT_TILE_VERT 21011
63
#define IDS_HINT_ARRANGE 21012
64
#define IDS_HINT_NEXT 21013
65
66
/* system menu hints */
67
#define IDS_HINT_SYS_RESTORE 21001
68
#define IDS_HINT_SYS_MOVE 21002
69
#define IDS_HINT_SYS_SIZE 21003
70
#define IDS_HINT_SYS_MINIMIZE 21004
71
#define IDS_HINT_SYS_MAXIMIZE 21005
72
#define IDS_HINT_SYS_CLOSE 21006
73
74
/* tooltips */
75
#define IDS_TOOLTIP_NEW 6000
76
#define IDS_TOOLTIP_OPEN 6001
77
#define IDS_TOOLTIP_SAVE 6002
78
#define IDS_TOOLTIP_PRINTPRE 6003
79
#define IDS_TOOLTIP_PRINT 6004
80
#define IDS_TOOLTIP_CUT 6005
81
#define IDS_TOOLTIP_COPY 6006
82
#define IDS_TOOLTIP_PASTE 6007
83
#define IDS_TOOLTIP_UNDO 6008
84
#define IDS_TOOLTIP_REDO 6009
85
86
87
/* about box info */
88
#define IDD_ABOUTBOX 200
89
#define IDC_LICENSE_EDIT 201
90
91
/* new doc type */
92
#define IDD_NEWDOCSEL 220
93
#define IDC_LIST 221
94
#define IDS_DOC_TYPE_RICH_TEXT 230
95
#define IDS_DOC_TYPE_UNICODE_TEXT 231
96
#define IDS_DOC_TYPE_TEXT 232
97
98
99
/* Menu */
100
#define IDR_MAINMENU 102
101
#define IDR_POPUP 103
102
#define ID_ABOUT 4031
modules
rosapps
templates
old_wordpad
resource.h
Generated on Wed Nov 27 2024 06:15:19 for ReactOS by
1.9.6