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