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
#pragma once
2
#define LVCHECKSTYLES LVS_REPORT | LVS_NOCOLUMNHEADER | LVS_SINGLESEL | LVS_SORTASCENDING
3
4
/* Icons */
5
#define IDI_MAIN 10
6
#define IDI_EXIT 11
7
#define IDI_INSTALL 12
8
#define IDI_UNINSTALL 13
9
#define IDI_SETTINGS 14
10
#define IDI_MODIFY 15
11
#define IDI_REFRESH 16
12
#define IDI_APPS 17
13
#define IDI_APPUPD 18
14
#define IDI_CATEGORY 19
15
#define IDI_UPDATE_DB 20
16
#define IDI_CHECK_ALL 21
17
#define IDI_SELECTEDFORINST 22
18
#define IDI_BROKEN_IMAGE 23
19
20
/* Icons for categories */
21
#define IDI_CAT_AUDIO 50
22
#define IDI_CAT_DEVEL 51
23
#define IDI_CAT_DRIVERS 52
24
#define IDI_CAT_EDU 53
25
#define IDI_CAT_ENGINEER 54
26
#define IDI_CAT_FINANCE 55
27
#define IDI_CAT_GAMES 56
28
#define IDI_CAT_GRAPHICS 57
29
#define IDI_CAT_INTERNET 58
30
#define IDI_CAT_LIBS 59
31
#define IDI_CAT_OFFICE 60
32
#define IDI_CAT_OTHER 61
33
#define IDI_CAT_SCIENCE 62
34
#define IDI_CAT_TOOLS 63
35
#define IDI_CAT_VIDEO 64
36
#define IDI_CAT_THEMES 65
37
38
/* Bitmaps */
39
40
/* Controls */
41
#define IDC_STATUSBAR 1000
42
#define IDC_DOWNLOAD_PROGRESS 1001
43
#define IDC_DOWNLOAD_STATUS 1002
44
#define IDC_GENERALLIST 1003
45
46
#define IDC_DOWNLOAD_DIR_EDIT 1005
47
#define IDC_DEL_AFTER_INSTALL 1006
48
49
#define IDC_CHOOSE 1008
50
#define IDC_DEFAULT_SETTINGS 1009
51
#define IDC_INSTALL_TEXT 1010
52
#define IDC_CD_INSTALL 1011
53
#define IDC_DOWNLOAD_INSTALL 1012
54
#define IDC_PROXY_DEFAULT 1013
55
#define IDC_NO_PROXY 1014
56
#define IDC_USE_PROXY 1015
57
#define IDC_PROXY_SERVER 1016
58
#define IDC_NO_PROXY_FOR 1017
59
#define IDC_SOURCE_DEFAULT 1018
60
#define IDC_USE_SOURCE 1019
61
#define IDC_SOURCE_URL 1020
62
63
/* Dialogs */
64
#define IDD_SETTINGS_DIALOG 300
65
#define IDD_INSTALL_DIALOG 301
66
#define IDD_DOWNLOAD_DIALOG 302
67
68
/* Menus */
69
#define IDR_MAINMENU 500
70
#define IDR_LINKMENU 501
71
72
/* Menu items */
73
#define ID_EXIT 550
74
#define ID_INSTALL 551
75
#define ID_UNINSTALL 552
76
#define ID_HELP 553
77
#define ID_ABOUT 554
78
#define ID_MODIFY 555
79
#define ID_OPEN_LINK 556
80
#define ID_COPY_LINK 557
81
#define ID_SETTINGS 558
82
#define ID_REFRESH 559
83
#define ID_REGREMOVE 560
84
#define ID_RESETDB 561
85
#define ID_CHECK_ALL 562
86
#define ID_SEARCH 563
87
88
/* Messages */
89
#define ID_ACTIVATE_APPWIZ 600
90
91
/* Banners */
92
#define IDS_APPTITLE 100
93
#define IDS_APP_AUTHORS 101
94
#define IDS_WELCOME_TITLE 102
95
#define IDS_WELCOME_TEXT 103
96
#define IDS_WELCOME_URL 104
97
#define IDS_APPWIZ_TITLE 105
98
#define IDS_APPWIZ_TEXT1 106
99
#define IDS_APPWIZ_TEXT2 107
100
101
/* Strings */
102
#define IDS_SEARCH_TEXT 110
103
#define IDS_APPS_COUNT 111
104
#define IDS_APPS_SELECT_COUNT 112
105
#define IDS_INSTALLED 113
106
#define IDS_AVAILABLEFORINST 114
107
#define IDS_UPDATES 115
108
#define IDS_APPLICATIONS 116
109
#define IDS_CHOOSE_FOLDER_TEXT 117
110
#define IDS_CHOOSE_FOLDER_ERROR 118
111
#define IDS_URL_INVALID 119
112
#define IDS_APP_REG_REMOVE 120
113
#define IDS_INFORMATION 121
114
#define IDS_UNABLE_TO_REMOVE 122
115
#define IDS_UNABLE_TO_DOWNLOAD 123
116
#define IDS_UNABLE_TO_DOWNLOAD2 124
117
#define IDS_UNABLE_TO_QUERY_CERT 125
118
#define IDS_INTEG_CHECK_TITLE 126
119
#define IDS_INTEG_CHECK_FAIL 127
120
#define IDS_INTERRUPTED_DOWNLOAD 128
121
#define IDS_UNABLE_TO_WRITE 129
122
#define IDS_INSTALL_SELECTED 130
123
#define IDS_UNABLE_TO_INSTALL 131
124
#define IDS_SELECTEDFORINST 132
125
#define IDS_MISMATCH_CERT_INFO 133
126
#define IDS_UNABLE_PATH 134
127
#define IDS_APP_DISPLAY_DETAILS 135
128
#define IDS_APP_DISPLAY_LIST 136
129
#define IDS_APP_DISPLAY_TILE 137
130
#define IDS_NO_SEARCH_RESULTS 138
131
#define IDS_CFG_SAVE_WINDOW_POS 139
132
#define IDS_CFG_UPDATE_AVLIST 140
133
#define IDS_CFG_LOG_ENABLED 141
134
#define IDS_CFG_SMALL_ICONS 142
135
136
/* Tooltips */
137
#define IDS_TOOLTIP_INSTALL 200
138
#define IDS_TOOLTIP_UNINSTALL 201
139
#define IDS_TOOLTIP_MODIFY 202
140
#define IDS_TOOLTIP_SELECT_ALL 203
141
#define IDS_TOOLTIP_SETTINGS 204
142
#define IDS_TOOLTIP_REFRESH 205
143
#define IDS_TOOLTIP_EXIT 206
144
#define IDS_TOOLTIP_UPDATE_DB 207
145
146
/* Columns info */
147
#define IDS_APP_NAME 250
148
#define IDS_APP_INST_VERSION 251
149
#define IDS_APP_DESCRIPTION 252
150
151
/* Apps info */
152
#define IDS_INFO_VERSION 280
153
#define IDS_INFO_DESCRIPTION 281
154
#define IDS_INFO_PUBLISHER 282
155
#define IDS_INFO_HELPLINK 283
156
#define IDS_INFO_HELPPHONE 284
157
#define IDS_INFO_README 285
158
#define IDS_INFO_REGOWNER 286
159
#define IDS_INFO_PRODUCTID 287
160
#define IDS_INFO_CONTACT 288
161
#define IDS_INFO_UPDATEINFO 289
162
#define IDS_INFO_INFOABOUT 290
163
#define IDS_INFO_COMMENTS 291
164
#define IDS_INFO_INSTLOCATION 292
165
#define IDS_INFO_INSTALLSRC 293
166
#define IDS_INFO_UNINSTALLSTR 294
167
#define IDS_INFO_MODIFYPATH 295
168
#define IDS_INFO_INSTALLDATE 296
169
170
/* Info for available apps */
171
#define IDS_AINFO_VERSION 350
172
#define IDS_AINFO_DESCRIPTION 351
173
#define IDS_AINFO_SIZE 352
174
#define IDS_AINFO_URLSITE 353
175
#define IDS_AINFO_LICENSE 354
176
#define IDS_AINFO_URLDOWNLOAD 355
177
#define IDS_AINFO_AVAILABLEVERSION 356
178
#define IDS_AINFO_LANGUAGES 357
179
#define IDS_AINFO_KILOBYTE_EXT 358
180
#define IDS_AINFO_MEGABYTE_EXT 359
181
#define IDS_AINFO_GIGABYTE_EXT 360
182
#define IDS_AINFO_PACKAGE_NAME 361
183
184
185
/* Names of categories */
186
#define IDS_CAT_AUDIO 700
187
#define IDS_CAT_DEVEL 701
188
#define IDS_CAT_DRIVERS 702
189
#define IDS_CAT_EDU 703
190
#define IDS_CAT_ENGINEER 704
191
#define IDS_CAT_FINANCE 705
192
#define IDS_CAT_GAMES 706
193
#define IDS_CAT_GRAPHICS 707
194
#define IDS_CAT_INTERNET 708
195
#define IDS_CAT_LIBS 709
196
#define IDS_CAT_OFFICE 710
197
#define IDS_CAT_OTHER 711
198
#define IDS_CAT_SCIENCE 712
199
#define IDS_CAT_TOOLS 713
200
#define IDS_CAT_VIDEO 714
201
#define IDS_CAT_THEMES 715
202
203
/* App installation status */
204
#define IDS_STATUS_INSTALLED 800
205
#define IDS_STATUS_NOTINSTALLED 801
206
#define IDS_STATUS_DOWNLOADED 802
207
#define IDS_STATUS_UPDATE_AVAILABLE 803
208
#define IDS_STATUS_DOWNLOADING 804
209
#define IDS_STATUS_INSTALLING 805
210
#define IDS_STATUS_WAITING 806
211
#define IDS_STATUS_FINISHED 807
212
213
/* App license names */
214
#define IDS_LICENSE_OPENSOURCE 900
215
#define IDS_LICENSE_FREEWARE 901
216
#define IDS_LICENSE_TRIAL 902
217
218
/* Language related strings */
219
#define IDS_LANGUAGE_AVAILABLE_TRANSLATION 910
220
#define IDS_LANGUAGE_NO_TRANSLATION 911
221
#define IDS_LANGUAGE_ENGLISH_TRANSLATION 912
222
#define IDS_LANGUAGE_SINGLE 913
223
#define IDS_LANGUAGE_MORE_PLACEHOLDER 914
224
#define IDS_LANGUAGE_AVAILABLE_PLACEHOLDER 915
225
226
/* Dialog related entries */
227
#define IDS_DL_DIALOG_DB_DISP 950
228
#define IDS_DL_DIALOG_DB_DOWNLOAD_DISP 951
229
#define IDS_DL_DIALOG_DB_UNOFFICIAL_DOWNLOAD_DISP 952
230
231
/* Command-line related strings */
232
#define IDS_CMD_USAGE 953
233
#define IDS_CMD_NEED_PACKAGE_NAME 954
234
#define IDS_CMD_NEED_FILE_NAME 955
235
#define IDS_CMD_NEED_PARAMS 956
236
#define IDS_CMD_INVALID_OPTION 957
237
#define IDS_CMD_FIND_RESULT_FOR 958
238
#define IDS_CMD_PACKAGE_NOT_FOUND 959
239
#define IDS_CMD_PACKAGE_INFO 960
240
241
/* Generated installer */
242
#define IDS_INSTGEN_CONFIRMUNINST 1000
243
#define IDS_INSTGEN_CONFIRMINSTRUNAPP 1001
244
245
/* Accelerators */
246
#define HOTKEYS 715
247
248
/* Other */
249
#ifndef IDC_STATIC
250
#define IDC_STATIC -1
251
#endif
base
applications
rapps
include
resource.h
Generated on Wed Apr 30 2025 06:18:22 for ReactOS by
1.9.6