- Move new hardware wizard code to wizard.c
[reactos.git] / reactos / dll / win32 / newdev / resource.h
1 #ifndef RESOURCE_H
2 #define RESOURCE_H
3
4 #define IDB_WATERMARK 100
5 #define IDB_HEADER 101
6
7 #define IDC_STATIC -1
8
9 #define IDC_DEVICE 2000
10 #define IDC_RADIO_AUTO 2001
11 #define IDC_RADIO_MANUAL 2002
12 #define IDC_DONOTSHOWDLG 2003
13 #define IDC_RADIO_SEARCHHERE 2004
14 #define IDC_RADIO_CHOOSE 2005
15 #define IDC_CHECK_MEDIA 2006
16 #define IDC_CHECK_PATH 2007
17 #define IDC_WELCOMETITLE 2008
18 #define IDC_BROWSE 2009
19 #define IDC_COMBO_PATH 2010
20 #define IDC_FINISHTITLE 2011
21
22 #define IDD_WELCOMEPAGE 0
23 #define IDD_CHSOURCE 1
24 #define IDD_SEARCHDRV 2
25 #define IDD_INSTALLDRV 3
26 #define IDD_NODRIVER 4
27 #define IDD_FINISHPAGE 5
28
29 #endif /* RESOURCE_H */