1 #pragma once 2 3 /* Icons */ 4 #define IDI_CPLICON 100 5 #define IDI_WARNINGICON 102 6 #define IDI_SEARCHICON 103 7 8 /* Bitmaps */ 9 #define IDB_WATERMARK 50 10 #define IDB_HEADER 51 11 12 /* Strings */ 13 #define IDS_CPLNAME 1000 14 #define IDS_CPLDESCRIPTION 1001 15 #define IDS_PROBELISTTITLE 1005 16 #define IDS_SEARCHTEXT 1020 17 #define IDS_SEARCHTITLE 1025 18 #define IDS_SELECTWAYTITLE 1027 19 #define IDS_HDTYPESTITLE 1061 20 #define IDS_ADDNEWDEVICE 1081 21 #define IDS_ISCONNECTED 1113 22 23 /* Dialogs */ 24 #define IDD_STARTPAGE 200 25 #define IDD_SEARCHPAGE 204 26 #define IDD_ISFOUNDPAGE 205 27 #define IDD_ISCONNECTEDPAGE 206 28 #define IDD_NOTCONNECTEDPAGE 207 29 #define IDD_PROBELISTPAGE 208 30 #define IDD_HWSTATUSPAGE 209 31 #define IDD_SELECTWAYPAGE 210 32 #define IDD_PROGRESSPAGE 211 33 #define IDD_DETECTEDHWPAGE 212 34 #define IDD_FINISHPAGE 213 35 #define IDD_HWTYPESPAGE 214 36 37 /* Controls */ 38 #define IDC_FINISHTITLE 300 39 #define IDC_PROBELIST 302 40 #define IDC_STATUSTEXT 312 41 #define IDC_FOUNDHARDWARELIST 314 42 #define IDC_AUTOINSTALL 316 43 #define IDC_MANUALLYINST 317 44 #define IDC_PROGRESSTEXT 318 45 #define IDC_PROGRESSBAR 319 46 #define IDC_TPROGRESSTEXT 320 47 #define IDC_TPROGRESSBAR 321 48 #define IDC_DETECTEDHWTEXT 322 49 #define IDC_DETECTEDHWLIST 323 50 #define IDC_HWTYPESTEXT 324 51 #define IDC_HWTYPESLIST 325 52 #define IDC_HWSTATUSEDIT 436 53 #define IDC_SEARCHICON 438 54 #define IDC_WARNINGICON 502 55 #define IDC_CONNECTED 504 56 #define IDC_NOTCONNECTED 505 57 #define IDC_TURNOFFCHECKBOX 506 58