Enable automatic adjustment of daylight savings changes.
[reactos.git] / reactos / lib / syssetup / resource.h
index ab86ff2..8931c36 100644 (file)
 #define IDC_STATIC                     -1
 
 #define IDD_WELCOMEPAGE                        1000
+#define IDC_WELCOMETITLE               1001
 
-#define IDD_OWNERPAGE                  1001
-#define IDC_OWNERNAME                  1002
-#define IDC_OWNERORGANIZATION          1003
+#define IDD_OWNERPAGE                  1002
+#define IDC_OWNERNAME                  1003
+#define IDC_OWNERORGANIZATION          1004
 
-#define IDD_COMPUTERPAGE               1004
-#define IDC_COMPUTERNAME               1005
-#define IDC_ADMINPASSWORD1             1006
-#define IDC_ADMINPASSWORD2             1007
+#define IDD_COMPUTERPAGE               1005
+#define IDC_COMPUTERNAME               1006
+#define IDC_ADMINPASSWORD1             1007
+#define IDC_ADMINPASSWORD2             1008
 
-#define IDD_LOCALEPAGE                 1008
-#define IDC_LOCALETEXT                 1009
-#define IDC_CUSTOMLOCALE               1010
-#define IDC_LAYOUTTEXT                 1011
-#define IDC_CUSTOMLAYOUT               1012
+#define IDD_LOCALEPAGE                 1009
+#define IDC_LOCALETEXT                 1010
+#define IDC_CUSTOMLOCALE               1011
+#define IDC_LAYOUTTEXT                 1012
+#define IDC_CUSTOMLAYOUT               1013
+
+#define IDD_DATETIMEPAGE               1014
+#define IDC_DATEPICKER                 1015
+#define IDC_TIMEPICKER                 1016
+#define IDC_TIMEZONELIST               1017
+#define IDC_AUTODAYLIGHT               1018
+
+#define IDD_PROCESSPAGE                        1020
+#define IDC_PROCESSPROGRESS            1021
 
 #define IDD_FINISHPAGE                 1050
+#define IDC_FINISHTITLE                        1051
 
 
 #define IDD_RESTART                    2000
 #define IDS_LOCALETITLE                        3004
 #define IDS_LOCALESUBTITLE             3005
 
+#define IDS_DATETIMETITLE              3006
+#define IDS_DATETIMESUBTITLE           3007
+
+#define IDS_PROCESSTITLE               3008
+#define IDS_PROCESSSUBTITLE            3009
+
 #endif /* RESOURCE_H */