- Move new hardware wizard code to wizard.c
[reactos.git] / reactos / dll / win32 / newdev / resource.h
index fad5d93..35ce4b6 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef RESOURCE_H
 #define RESOURCE_H
 
-#define IDB_WATERMARK                                  100
-#define IDB_HEADER                                             101
+#define IDB_WATERMARK                   100
+#define IDB_HEADER                      101
 
-#define IDC_STATIC                                             -1
+#define IDC_STATIC                      -1
 
 #define IDC_DEVICE                      2000
 #define IDC_RADIO_AUTO                  2001
 #define IDC_RADIO_CHOOSE                2005
 #define IDC_CHECK_MEDIA                 2006
 #define IDC_CHECK_PATH                  2007
-#define IDC_WELCOMETITLE                               2008
+#define IDC_WELCOMETITLE                2008
 #define IDC_BROWSE                      2009
 #define IDC_COMBO_PATH                  2010
 #define IDC_FINISHTITLE                 2011
 
-#define IDD_WELCOMEPAGE                                        0
+#define IDD_WELCOMEPAGE                 0
 #define IDD_CHSOURCE                    1
 #define IDD_SEARCHDRV                   2
-#define IDD_FINISHPAGE                  3
+#define IDD_INSTALLDRV                  3
 #define IDD_NODRIVER                    4
+#define IDD_FINISHPAGE                  5
 
 #endif /* RESOURCE_H */