- Start implementing of hdwwiz
[reactos.git] / reactos / dll / cpl / hdwwiz / resource.h
index 864e7b8..1b6d2c6 100644 (file)
@@ -1,11 +1,35 @@
 #ifndef __CPL_RESOURCE_H
 #define __CPL_RESOURCE_H
 
-/* ids */
+/* Icons */
+#define IDI_CPLICON               100
+#define IDI_WARNINGICON           102
+#define IDI_SEARCHICON            103
 
-#define IDI_CPLICON               1
-#define IDS_CPLNAME               2
-#define IDS_CPLDESCRIPTION        3
+/* Bitmaps */
+#define IDB_WATERMARK             50
+#define IDB_HEADER                51
+
+/* Strings */
+#define IDS_CPLNAME               1000
+#define IDS_CPLDESCRIPTION        1001
+#define IDS_SEARCHTEXT            1020
+#define IDS_SEARCHTITLE           1025
+#define IDS_ISCONNECTED           1113
+
+/* Dialogs */
+#define IDD_STARTPAGE             200
+#define IDD_SEARCHPAGE            204
+#define IDD_ISCONNECTEDPAGE       206
+#define IDD_FINISHPAGE            213
+
+/* Controls */
+#define IDC_FINISHTITLE           300
+#define IDC_STATUSTEXT            312
+#define IDC_SEARCHICON            438
+#define IDC_WARNINGICON           502
+#define IDC_CONNECTED             504
+#define IDC_NOTCONNECTED          505
 
 #endif /* __CPL_RESOURCE_H */