2006-02-17 00:04:10 +00:00
|
|
|
#ifndef RESOURCE_H
|
|
|
|
#define RESOURCE_H
|
|
|
|
|
2006-05-25 22:55:13 +00:00
|
|
|
#define IDB_WATERMARK 100
|
|
|
|
#define IDB_HEADER 101
|
2006-02-17 00:04:10 +00:00
|
|
|
|
2006-05-25 22:55:13 +00:00
|
|
|
#define IDC_STATIC -1
|
2006-02-17 00:04:10 +00:00
|
|
|
|
|
|
|
#define IDC_DEVICE 2000
|
|
|
|
#define IDC_RADIO_AUTO 2001
|
|
|
|
#define IDC_RADIO_MANUAL 2002
|
|
|
|
#define IDC_DONOTSHOWDLG 2003
|
|
|
|
#define IDC_RADIO_SEARCHHERE 2004
|
|
|
|
#define IDC_RADIO_CHOOSE 2005
|
|
|
|
#define IDC_CHECK_MEDIA 2006
|
|
|
|
#define IDC_CHECK_PATH 2007
|
2006-05-25 22:55:13 +00:00
|
|
|
#define IDC_WELCOMETITLE 2008
|
2006-02-17 00:04:10 +00:00
|
|
|
#define IDC_BROWSE 2009
|
|
|
|
#define IDC_COMBO_PATH 2010
|
|
|
|
#define IDC_FINISHTITLE 2011
|
|
|
|
|
2006-05-25 22:55:13 +00:00
|
|
|
#define IDD_WELCOMEPAGE 0
|
2006-02-17 00:04:10 +00:00
|
|
|
#define IDD_CHSOURCE 1
|
|
|
|
#define IDD_SEARCHDRV 2
|
2006-05-25 22:55:13 +00:00
|
|
|
#define IDD_INSTALLDRV 3
|
2006-02-17 00:04:10 +00:00
|
|
|
#define IDD_NODRIVER 4
|
2006-05-28 20:21:43 +00:00
|
|
|
#define IDD_INSTALLFAILED 5
|
2006-07-12 15:30:09 +00:00
|
|
|
#define IDD_NEEDREBOOT 6
|
|
|
|
#define IDD_FINISHPAGE 7
|
|
|
|
#define IDD_MAXIMUMPAGE IDD_FINISHPAGE
|
2006-02-17 00:04:10 +00:00
|
|
|
|
|
|
|
#endif /* RESOURCE_H */
|