[APPWIZ] Do not hardcode the strings (#1208)
[reactos.git] / dll / cpl / appwiz / resource.h
1 #pragma once
2
3 /* Icons */
4 #define IDI_CPLSYSTEM 1500
5 #define IDI_APPICO 1501
6 #define IDI_INSTICO 1502
7 #define IDI_RECBINICO 1503
8 #define IDI_DOWNLOADICO 1504
9 #define IDI_APPINETICO 1505
10
11 /* Dialogs */
12 #define IDD_SHORTCUT_LOCATION 203
13 #define IDD_SHORTCUT_FINISH 204
14 #define IDD_CONFIG_STARTMENU 400
15
16 /* Bitmaps */
17 #define IDB_WATERMARK 5001
18 #define IDB_SHORTCUT 5002
19
20 /* Strings */
21 #define IDS_CPLSYSTEMNAME 1001
22 #define IDS_CPLSYSTEMDESCRIPTION 2001
23 #define IDS_CREATE_SHORTCUT 2021
24 #define IDS_ERROR_NOT_FOUND 2022
25 #define IDS_NEW_INTERNET_SHORTCUT 2023
26 #define IDS_CANTMAKEINETSHORTCUT 2024
27 #define IDS_CANTMAKESHORTCUT 2025
28 #define IDS_NO_MEMORY 2026
29 #define IDS_NO_DIRECTORY 2027
30 #define IDS_INVALID_PATH 2028
31
32 #define IDS_DOWNLOADING 14
33 #define IDS_INSTALLING 15
34 #define IDS_INVALID_SHA 16
35 #define IDS_DWL_FAILED 17
36
37 /* Controls */
38 #define IDC_SHORTCUT_LOCATION 107
39 #define IDC_SHORTCUT_BROWSE 108
40 #define IDC_SHORTCUT_NAME 109
41 #define IDC_STARTMENU_TREE 110
42 #define IDC_REMOVE_ENTRIES 111
43
44 #define ID_DWL_GECKO_DIALOG 1200
45 #define ID_DWL_PROGRESS 1201
46 #define ID_DWL_INSTALL 1202
47 #define ID_DWL_STATUS 1203
48
49 /* EOF */