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