- Remove appwiz-new
[reactos.git] / reactos / dll / cpl / appwiz / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* metrics */
5 #define PROPSHEETWIDTH 380
6 #define PROPSHEETHEIGHT 228
7 #define PROPSHEETPADDING 6
8
9 /* icons */
10 #define IDI_CPLSYSTEM 1500
11 #define IDI_APPICO 1501
12 #define IDI_INSTICO 1502
13 #define IDI_RECBINICO 1503
14 #define IDI_DOWNLOADICO 1504
15 #define IDI_APPINETICO 1505
16
17 /* dialogs */
18 #define IDD_SHORTCUT_LOCATION 203
19 #define IDD_SHORTCUT_FINISH 204
20
21 /* bitmaps */
22 #define IDB_WATERMARK 5001
23
24 /* strings */
25 #define IDS_CPLSYSTEMNAME 1001
26 #define IDS_CPLSYSTEMDESCRIPTION 2001
27 #define IDS_CREATE_SHORTCUT 2021
28 #define IDS_ERROR_NOT_FOUND 2022
29
30 /* controls */
31 #define IDC_SHORTCUT_LOCATION 107
32 #define IDC_SHORTCUT_BROWSE 108
33 #define IDC_SHORTCUT_NAME 109
34
35 #endif /* __CPL_RESOURCE_H */
36
37 /* EOF */