[RAPPS]
[reactos.git] / reactos / base / applications / rapps / resource.h
1 #pragma once
2
3 /* Icons */
4 #define IDI_MAIN 10
5 #define IDI_EXIT 11
6 #define IDI_INSTALL 12
7 #define IDI_UNINSTALL 13
8 #define IDI_SETTINGS 14
9 #define IDI_MODIFY 15
10 #define IDI_REFRESH 16
11 #define IDI_APPS 17
12 #define IDI_APPUPD 18
13 #define IDI_CATEGORY 19
14 #define IDI_UPDATE_DB 20
15 #define IDI_CHECK_ALL 21
16
17 /* Icons for categories */
18 #define IDI_CAT_AUDIO 50
19 #define IDI_CAT_DEVEL 51
20 #define IDI_CAT_DRIVERS 52
21 #define IDI_CAT_EDU 53
22 #define IDI_CAT_ENGINEER 54
23 #define IDI_CAT_FINANCE 55
24 #define IDI_CAT_GAMES 56
25 #define IDI_CAT_GRAPHICS 57
26 #define IDI_CAT_INTERNET 58
27 #define IDI_CAT_LIBS 59
28 #define IDI_CAT_OFFICE 60
29 #define IDI_CAT_OTHER 61
30 #define IDI_CAT_SCIENCE 62
31 #define IDI_CAT_TOOLS 63
32 #define IDI_CAT_VIDEO 64
33
34 /* Bitmaps */
35
36 /* Controls */
37 #define IDC_STATUSBAR 1000
38 #define IDC_DOWNLOAD_PROGRESS 1001
39 #define IDC_DOWNLOAD_STATUS 1002
40 #define IDC_SAVE_WINDOW_POS 1003
41 #define IDC_UPDATE_AVLIST 1004
42 #define IDC_DOWNLOAD_DIR_EDIT 1005
43 #define IDC_DEL_AFTER_INSTALL 1006
44 #define IDC_LOG_ENABLED 1007
45 #define IDC_CHOOSE 1008
46 #define IDC_DEFAULT_SETTINGS 1009
47 #define IDC_INSTALL_TEXT 1010
48 #define IDC_CD_INSTALL 1011
49 #define IDC_DOWNLOAD_INSTALL 1012
50 #define IDC_PROXY_DEFAULT 1013
51 #define IDC_NO_PROXY 1014
52 #define IDC_USE_PROXY 1015
53 #define IDC_PROXY_SERVER 1016
54 #define IDC_NO_PROXY_FOR 1017
55
56 /* Dialogs */
57 #define IDD_SETTINGS_DIALOG 300
58 #define IDD_INSTALL_DIALOG 301
59 #define IDD_DOWNLOAD_DIALOG 302
60 #define IDD_ABOUT_DIALOG 303
61
62 /* Menus */
63 #define IDR_MAINMENU 500
64 #define IDR_LINKMENU 501
65 #define IDR_APPLICATIONMENU 502
66
67 /* Menu items */
68 #define ID_EXIT 550
69 #define ID_INSTALL 551
70 #define ID_UNINSTALL 552
71 #define ID_HELP 553
72 #define ID_ABOUT 554
73 #define ID_MODIFY 555
74 #define ID_OPEN_LINK 556
75 #define ID_COPY_LINK 557
76 #define ID_SETTINGS 558
77 #define ID_REFRESH 559
78 #define ID_REGREMOVE 560
79 #define ID_RESETDB 561
80 #define ID_CHECK_ALL 562
81
82 /* Strings */
83 #define IDS_APPTITLE 100
84 #define IDS_SEARCH_TEXT 101
85 #define IDS_INSTALL 102
86 #define IDS_UNINSTALL 103
87 #define IDS_MODIFY 104
88 #define IDS_APPS_COUNT 105
89 #define IDS_WELCOME_TITLE 106
90 #define IDS_WELCOME_TEXT 107
91 #define IDS_WELCOME_URL 108
92 #define IDS_INSTALLED 109
93 #define IDS_AVAILABLEFORINST 110
94 #define IDS_UPDATES 111
95 #define IDS_APPLICATIONS 112
96 #define IDS_CHOOSE_FOLDER_TEXT 113
97 #define IDS_CHOOSE_FOLDER_ERROR 114
98 #define IDS_APP_REG_REMOVE 116
99 #define IDS_INFORMATION 117
100 #define IDS_UNABLE_TO_REMOVE 118
101 #define IDS_UNABLE_TO_DOWNLOAD 119
102 #define IDS_UNABLE_TO_DOWNLOAD2 120
103 #define IDS_CERT_DOES_NOT_MATCH 121
104 #define IDS_INTEG_CHECK_TITLE 122
105 #define IDS_INTEG_CHECK_FAIL 123
106 #define IDS_INTERRUPTED_DOWNLOAD 124
107 #define IDS_UNABLE_TO_WRITE 125
108 #define IDS_SELECT_ALL 126
109 #define IDS_INSTALL_SELECTED 127
110
111 /* Tooltips */
112 #define IDS_TOOLTIP_INSTALL 200
113 #define IDS_TOOLTIP_UNINSTALL 201
114 #define IDS_TOOLTIP_MODIFY 202
115 #define IDS_TOOLTIP_SETTINGS 203
116 #define IDS_TOOLTIP_REFRESH 204
117 #define IDS_TOOLTIP_EXIT 205
118 #define IDS_TOOLTIP_UPDATE_DB 206
119
120 /* Columns info */
121 #define IDS_APP_NAME 250
122 #define IDS_APP_INST_VERSION 251
123 #define IDS_APP_DESCRIPTION 252
124
125 /* Apps info */
126 #define IDS_INFO_VERSION 280
127 #define IDS_INFO_DESCRIPTION 281
128 #define IDS_INFO_PUBLISHER 282
129 #define IDS_INFO_HELPLINK 283
130 #define IDS_INFO_HELPPHONE 284
131 #define IDS_INFO_README 285
132 #define IDS_INFO_REGOWNER 286
133 #define IDS_INFO_PRODUCTID 287
134 #define IDS_INFO_CONTACT 288
135 #define IDS_INFO_UPDATEINFO 289
136 #define IDS_INFO_INFOABOUT 290
137 #define IDS_INFO_COMMENTS 291
138 #define IDS_INFO_INSTLOCATION 292
139 #define IDS_INFO_INSTALLSRC 293
140 #define IDS_INFO_UNINSTALLSTR 294
141 #define IDS_INFO_MODIFYPATH 295
142 #define IDS_INFO_INSTALLDATE 296
143
144 /* Info for available apps */
145 #define IDS_AINFO_VERSION 350
146 #define IDS_AINFO_DESCRIPTION 351
147 #define IDS_AINFO_SIZE 352
148 #define IDS_AINFO_URLSITE 353
149 #define IDS_AINFO_LICENSE 354
150 #define IDS_AINFO_URLDOWNLOAD 355
151 #define IDS_AINFO_AVAILABLEVERSION 356
152 #define IDS_AINFO_LANGUAGES 357
153
154
155 /* Names of categories */
156 #define IDS_CAT_AUDIO 700
157 #define IDS_CAT_DEVEL 701
158 #define IDS_CAT_DRIVERS 702
159 #define IDS_CAT_EDU 703
160 #define IDS_CAT_ENGINEER 704
161 #define IDS_CAT_FINANCE 705
162 #define IDS_CAT_GAMES 706
163 #define IDS_CAT_GRAPHICS 707
164 #define IDS_CAT_INTERNET 708
165 #define IDS_CAT_LIBS 709
166 #define IDS_CAT_OFFICE 710
167 #define IDS_CAT_OTHER 711
168 #define IDS_CAT_SCIENCE 712
169 #define IDS_CAT_TOOLS 713
170 #define IDS_CAT_VIDEO 714
171
172 /* App installation status */
173 #define IDS_STATUS_INSTALLED 800
174 #define IDS_STATUS_NOTINSTALLED 801
175 #define IDS_STATUS_DOWNLOADED 802
176 #define IDS_STATUS_UPDATE_AVAILABLE 803
177 #define IDS_STATUS_DOWNLOADING 804
178 #define IDS_STATUS_INSTALLING 805
179
180 /* App license names */
181 #define IDS_LICENSE_OPENSOURCE 900
182 #define IDS_LICENSE_FREEWARE 901
183 #define IDS_LICENSE_TRIAL 902
184
185 /* Language related strings */
186 #define IDS_LANGUAGE_AVAILABLE_TRANSLATION 910
187 #define IDS_LANGUAGE_NO_TRANSLATION 911
188 #define IDS_LANGUAGE_ENGLISH_TRANSLATION 912
189 #define IDS_LANGUAGE_SINGLE 913
190
191 /* Accelerators */
192 #define HOTKEYS 715
193
194 /* Other */
195 #ifndef IDC_STATIC
196 #define IDC_STATIC -1
197 #endif