1b6d2c6397d8dc6abbabaa797ffaeb95a38b6741
[reactos.git] / reactos / dll / cpl / hdwwiz / resource.h
1 #ifndef __CPL_RESOURCE_H
2 #define __CPL_RESOURCE_H
3
4 /* Icons */
5 #define IDI_CPLICON 100
6 #define IDI_WARNINGICON 102
7 #define IDI_SEARCHICON 103
8
9 /* Bitmaps */
10 #define IDB_WATERMARK 50
11 #define IDB_HEADER 51
12
13 /* Strings */
14 #define IDS_CPLNAME 1000
15 #define IDS_CPLDESCRIPTION 1001
16 #define IDS_SEARCHTEXT 1020
17 #define IDS_SEARCHTITLE 1025
18 #define IDS_ISCONNECTED 1113
19
20 /* Dialogs */
21 #define IDD_STARTPAGE 200
22 #define IDD_SEARCHPAGE 204
23 #define IDD_ISCONNECTEDPAGE 206
24 #define IDD_FINISHPAGE 213
25
26 /* Controls */
27 #define IDC_FINISHTITLE 300
28 #define IDC_STATUSTEXT 312
29 #define IDC_SEARCHICON 438
30 #define IDC_WARNINGICON 502
31 #define IDC_CONNECTED 504
32 #define IDC_NOTCONNECTED 505
33
34 #endif /* __CPL_RESOURCE_H */
35
36 /* EOF */