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