1 #pragma once 2 3 #define IDB_WATERMARK 100 4 #define IDB_HEADER 101 5 6 #define IDC_STATIC -1 7 8 #define IDC_DEVICE 2000 9 #define IDC_RADIO_AUTO 2001 10 #define IDC_RADIO_MANUAL 2002 11 #define IDC_DONOTSHOWDLG 2003 12 #define IDC_RADIO_SEARCHHERE 2004 13 #define IDC_RADIO_CHOOSE 2005 14 #define IDC_CHECK_MEDIA 2006 15 #define IDC_CHECK_PATH 2007 16 #define IDC_WELCOMETITLE 2008 17 #define IDC_BROWSE 2009 18 #define IDC_COMBO_PATH 2010 19 #define IDC_FINISHTITLE 2011 20 21 #define IDD_WELCOMEPAGE 200 22 #define IDD_CHSOURCE 201 23 #define IDD_SEARCHDRV 202 24 #define IDD_INSTALLDRV 203 25 #define IDD_NODRIVER 204 26 #define IDD_INSTALLFAILED 205 27 #define IDD_NEEDREBOOT 206 28 #define IDD_FINISHPAGE 207 29 #define IDD_FIRSTPAGE IDD_WELCOMEPAGE 30 #define IDD_MAXIMUMPAGE 7 31 32 #define IDS_INSTALLWIZARDTITLE 1000 33 #define IDS_UPDATEWIZARDTITLE 1001 34 #define IDS_CHSOURCE_TITLE 1002 35 #define IDS_SEARCHDRV_TITLE 1003 36 #define IDS_INSTALLDRV_TITLE 1004 37