a333c804f861e9af8fe21e7449b47d86e6c99d2e
[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_PROBELISTTITLE 1005
17 #define IDS_SEARCHTEXT 1020
18 #define IDS_SEARCHTITLE 1025
19 #define IDS_ISCONNECTED 1113
20
21 /* Dialogs */
22 #define IDD_STARTPAGE 200
23 #define IDD_SEARCHPAGE 204
24 #define IDD_ISFOUNDPAGE 205
25 #define IDD_ISCONNECTEDPAGE 206
26 #define IDD_NOTCONNECTEDPAGE 207
27 #define IDD_PROBELISTPAGE 208
28 #define IDD_HWSTATUSPAGE 209
29 #define IDD_SELECTWAYPAGE 210
30 #define IDD_PROGRESSPAGE 211
31 #define IDD_DETECTEDHWPAGE 212
32 #define IDD_FINISHPAGE 213
33 #define IDD_HWTYPESPAGE 214
34
35 /* Controls */
36 #define IDC_FINISHTITLE 300
37 #define IDC_PROBELIST 302
38 #define IDC_STATUSTEXT 312
39 #define IDC_FOUNDHARDWARELIST 314
40 #define IDC_AUTOINSTALL 316
41 #define IDC_MANUALLYINST 317
42 #define IDC_PROGRESSTEXT 318
43 #define IDC_PROGRESSBAR 319
44 #define IDC_TPROGRESSTEXT 320
45 #define IDC_TPROGRESSBAR 321
46 #define IDC_DETECTEDHWTEXT 322
47 #define IDC_DETECTEDHWLIST 323
48 #define IDC_HWTYPESTEXT 324
49 #define IDC_HWTYPESLIST 325
50 #define IDC_HWSTATUSEDIT 436
51 #define IDC_SEARCHICON 438
52 #define IDC_WARNINGICON 502
53 #define IDC_CONNECTED 504
54 #define IDC_NOTCONNECTED 505
55 #define IDC_TURNOFFCHECKBOX 506
56
57 #endif /* __CPL_RESOURCE_H */
58
59 /* EOF */