Hopefully create a branch and not destroy the svn repository.
[reactos.git] / base / applications / downloader / resources.h
1 /* Icons */
2 #define IDI_MAIN 0x0
3 #define IDI_UPDATE 5000
4 #define IDI_HELP 5001
5 #define IDI_PROF 5002
6 /* Bitmaps */
7 #define IDB_UNDERLINE 0x100
8 #define IDB_LOGO 0x101
9 #define IDB_DOWNLOAD 0x102
10 #define IDB_UNINSTALL 0x103
11 #define IDB_TREEVIEW_ICON_0 0x900
12 #define IDB_TREEVIEW_ICON_1 0x901
13 #define IDB_TREEVIEW_ICON_2 0x902
14 #define IDB_TREEVIEW_ICON_3 0x903
15 #define IDB_TREEVIEW_ICON_4 0x904
16 #define IDB_TREEVIEW_ICON_5 0x905
17 #define IDB_TREEVIEW_ICON_6 0x906
18 #define IDB_TREEVIEW_ICON_7 0x907
19 #define IDB_TREEVIEW_ICON_8 0x908
20 #define IDB_TREEVIEW_ICON_9 0x909
21 #define IDB_TREEVIEW_ICON_10 0x910
22 #define IDB_TREEVIEW_ICON_11 0x911
23 #define IDB_TREEVIEW_ICON_12 0x912
24 #define IDB_TREEVIEW_ICON_13 0x913
25 /* Dialogs */
26 #define IDD_DOWNLOAD 0x100
27 #define IDD_PROF 6000
28 /* Controls */
29 #define IDC_PROGRESS 0x1000
30 #define IDC_STATUS 0x1001
31 #define IDC_REMOVE 0x1002
32 #define IDC_DOWNLOAD_FOLDER_EDIT 0x1003
33 #define IDC_CHOOSE_BUTTON 0x1004
34 #define IDC_UPDATE_SERVER_EDIT 0x1005
35 #define IDC_DELINST_FILES_CHECKBOX 0x1006
36 /* Strings */
37 #define IDS_WINDOW_TITLE 0
38 #define IDS_WELCOME_TITLE 1
39 #define IDS_WELCOME 2
40 #define IDS_NO_APP_TITLE 3
41 #define IDS_NO_APP 4
42 #define IDS_UPDATE_TITLE 5
43 #define IDS_UPDATE 6
44 #define IDS_HELP_TITLE 7
45 #define IDS_HELP 8
46 #define IDS_NO_APPS 9
47 #define IDS_CHOOSE_APP 10
48 #define IDS_CHOOSE_SUB 11
49 #define IDS_CHOOSE_CATEGORY 12
50 #define IDS_CHOOSE_BOTH 13
51 #define IDS_XMLERROR_1 14
52 #define IDS_XMLERROR_2 15
53 #define IDS_DOWNLOAD_ERROR 16
54 #define IDS_VERSION 17
55 #define IDS_LICENCE 18
56 #define IDS_MAINTAINER 19
57 #define IDS_APPS_TITLE 20
58 #define IDS_CATS_TITLE 21
59 #define IDS_CHOOSE_FOLDER 22
60 #define IDS_NOTCREATE_REGKEY 23
61 #define IDS_DOWNLOAD_FOLDER 24
62 #define IDS_UNABLECREATE_FOLDER 25
63 #define IDS_UPDATE_URL 26
64 #define IDS_INSTALL_DEP 27
65 /* Tool tips */
66 #define TTT_HELPBUTTON 50
67 #define TTT_UPDATEBUTTON 51
68 #define TTT_PROFBUTTON 52
69 /* Other */
70 #define STRING_COUNT 20
71 #define MAX_STRING_LENGHT 0x100