- Add more dialogs
[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_ISFOUNDPAGE 205
24 #define IDD_ISCONNECTEDPAGE 206
25 #define IDD_PROBELISTPAGE 208
26 #define IDD_HWSTATUSPAGE 209
27 #define IDD_SELECTWAYPAGE 210
28 #define IDD_PROGRESSPAGE 211
29 #define IDD_DETECTEDHWPAGE 212
30 #define IDD_FINISHPAGE 213
31 #define IDD_HWTYPESPAGE 214
32
33 /* Controls */
34 #define IDC_FINISHTITLE 300
35 #define IDC_PROBELIST 302
36 #define IDC_STATUSTEXT 312
37 #define IDC_FOUNDHARDWARELIST 314
38 #define IDC_AUTOINSTALL 316
39 #define IDC_MANUALLYINST 317
40 #define IDC_PROGRESSTEXT 318
41 #define IDC_PROGRESSBAR 319
42 #define IDC_TPROGRESSTEXT 320
43 #define IDC_TPROGRESSBAR 321
44 #define IDC_DETECTEDHWTEXT 322
45 #define IDC_DETECTEDHWLIST 323
46 #define IDC_HWTYPESTEXT 324
47 #define IDC_HWTYPESLIST 325
48 #define IDC_HWSTATUSEDIT 436
49 #define IDC_SEARCHICON 438
50 #define IDC_WARNINGICON 502
51 #define IDC_CONNECTED 504
52 #define IDC_NOTCONNECTED 505
53
54 #endif /* __CPL_RESOURCE_H */
55
56 /* EOF */