ReactOS
0.4.16-dev-1113-g99ecbf5
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
#pragma once
2
3
/* Icons */
4
#define IDI_APP_ICON 1
5
#define IDI_BMP_ICON 2
6
#define IDI_GIF_ICON 3
7
#define IDI_JPG_ICON 4
8
#define IDI_PNG_ICON 5
9
10
/* Cursors */
11
#define IDC_HANDDRAG 100
12
13
/* Control IDs */
14
#define IDC_TOOLBAR 40
15
16
/* Toolbar images */
17
#define IDB_PREV_PIC 50
18
#define IDB_NEXT_PIC 51
19
#define IDB_BEST_FIT 52
20
#define IDB_REAL_SIZE 53
21
#define IDB_SLIDE_SHOW 54
22
#define IDB_ZOOM_IN 55
23
#define IDB_ZOOM_OUT 56
24
#define IDB_ROT_CLOCKW 57
25
#define IDB_ROT_COUNCW 58
26
#define IDB_ROT_CWSAVE 59
27
#define IDB_ROT_CCWSAVE 60
28
#define IDB_DELETE 61
29
#define IDB_PRINT 62
30
#define IDB_SAVEAS 63
31
#define IDB_MODIFY 64
32
#define IDB_HELP_TOC 65
33
34
/* ToolBar buttons */
35
#define IDC_TOOL_BASE 500
36
#define IDC_ACCEL_BASE (IDC_TOOL_BASE + 100)
/* Accelerator commands not on the toolbar */
37
38
#define IDC_TOGGLEFULLSCREEN (IDC_ACCEL_BASE + 0)
39
#define IDC_INCTIMER (IDC_ACCEL_BASE + 1)
40
#define IDC_DECTIMER (IDC_ACCEL_BASE + 2)
41
42
#define IDC_PREV_PIC (IDC_TOOL_BASE + 0)
43
#define IDC_NEXT_PIC (IDC_TOOL_BASE + 1)
44
#define IDC_BEST_FIT (IDC_TOOL_BASE + 2)
45
#define IDC_REAL_SIZE (IDC_TOOL_BASE + 3)
46
#define IDC_SLIDE_SHOW (IDC_TOOL_BASE + 4)
47
#define IDC_ZOOM_IN (IDC_TOOL_BASE + 5)
48
#define IDC_ZOOM_OUT (IDC_TOOL_BASE + 6)
49
#define IDC_ROT_CLOCKW (IDC_TOOL_BASE + 7)
50
#define IDC_ROT_COUNCW (IDC_TOOL_BASE + 8)
51
#define IDC_ROT_CWSAVE (IDC_TOOL_BASE + 9)
52
#define IDC_ROT_CCWSAVE (IDC_TOOL_BASE + 10)
53
#define IDC_DELETE (IDC_TOOL_BASE + 11)
54
#define IDC_PRINT (IDC_TOOL_BASE + 12)
55
#define IDC_SAVEAS (IDC_TOOL_BASE + 13)
56
#define IDC_MODIFY (IDC_TOOL_BASE + 14)
57
#define IDC_HELP_TOC (IDC_TOOL_BASE + 15)
58
#define IDC_ENDSLIDESHOW (IDC_TOOL_BASE + 16)
59
60
#define TBICON_PREV_PIC 0
61
#define TBICON_NEXT_PIC 1
62
#define TBICON_BEST_FIT 2
63
#define TBICON_REAL_SIZE 3
64
#define TBICON_SLIDE_SHOW 4
65
#define TBICON_ZOOM_IN 5
66
#define TBICON_ZOOM_OUT 6
67
#define TBICON_ROT_CLOCKW 7
68
#define TBICON_ROT_COUNCW 8
69
#define TBICON_ROT_CWSAVE 9
70
#define TBICON_ROT_CCWSAVE 10
71
#define TBICON_DELETE 11
72
#define TBICON_PRINT 12
73
#define TBICON_SAVEAS 13
74
#define TBICON_MODIFY 14
75
#define TBICON_HELP_TOC 15
76
77
/* Strings */
78
#define IDS_APPTITLE 100
79
#define IDS_SETASDESKBG 101
80
#define IDS_NOPREVIEW 102
81
#define IDS_PREVIEW 550
82
83
/* Friendly File Type Names */
84
#define IDS_EMF_FILE 301
85
#define IDS_GIF_FILE 302
86
#define IDS_JPG_FILE 303
87
#define IDS_BMP_FILE 304
88
#define IDS_PNG_FILE 305
89
#define IDS_TIF_FILE 306
90
#define IDS_WMF_FILE 307
91
92
/* Tooltips strings */
93
#define IDS_TOOLTIP_PREV_PIC 400
94
#define IDS_TOOLTIP_NEXT_PIC 401
95
#define IDS_TOOLTIP_BEST_FIT 402
96
#define IDS_TOOLTIP_REAL_SIZE 403
97
#define IDS_TOOLTIP_SLIDE_SHOW 404
98
#define IDS_TOOLTIP_ZOOM_IN 405
99
#define IDS_TOOLTIP_ZOOM_OUT 406
100
#define IDS_TOOLTIP_ROT_CLOCKW 407
101
#define IDS_TOOLTIP_ROT_COUNCW 408
102
#define IDS_TOOLTIP_DELETE 409
103
#define IDS_TOOLTIP_PRINT 410
104
#define IDS_TOOLTIP_SAVEAS 411
105
#define IDS_TOOLTIP_MODIFY 412
106
#define IDS_TOOLTIP_HELP_TOC 413
107
#define IDS_TOOLTIP_ROT_CWSAVE 414
108
#define IDS_TOOLTIP_ROT_CCWSAVE 415
109
110
/* Keyboard accelerators */
111
#define IDR_ACCELERATOR 600
dll
win32
shimgvw
resource.h
Generated on Tue May 13 2025 06:16:12 for ReactOS by
1.9.6