fc3258af2b793add1b515120879332a20161cd21
[reactos.git] / reactos / dll / win32 / newdev / resource.h
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 0
22 #define IDD_CHSOURCE 1
23 #define IDD_SEARCHDRV 2
24 #define IDD_INSTALLDRV 3
25 #define IDD_NODRIVER 4
26 #define IDD_INSTALLFAILED 5
27 #define IDD_NEEDREBOOT 6
28 #define IDD_FINISHPAGE 7
29 #define IDD_MAXIMUMPAGE IDD_FINISHPAGE
30
31 #define IDS_INSTALLWIZARDTITLE 1000
32 #define IDS_UPDATEWIZARDTITLE 1001
33 #define IDS_CHSOURCE_TITLE 1002
34 #define IDS_SEARCHDRV_TITLE 1003
35 #define IDS_INSTALLDRV_TITLE 1004