Fill the time zone list.
[reactos.git] / reactos / lib / cpl / timedate / De.rc
index 00226bf..92fe37c 100644 (file)
@@ -6,9 +6,18 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
 CAPTION "Datum && Uhrzeit"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
 CAPTION "Datum && Uhrzeit"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
-  GROUPBOX "&Datum", -1, 4, 2, 122, 125
-  GROUPBOX "&Zeit", -1, 132, 2, 113, 125
-  LTEXT "Aktuelle Zeitzone: %s", IDC_TIMEZONE, 4, 136, 241, 8
+    GROUPBOX "&Datum", -1, 4, 2, 122, 125
+    CONTROL "", IDC_DATEPICKER, "SysDateTimePick32",
+            DTS_SHORTDATEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
+            11, 17, 108, 12
+    CONTROL "", IDC_MONTHCALENDAR, "SysMonthCal32",
+            WS_CHILD | WS_VISIBLE | WS_TABSTOP,
+            11, 37, 108, 80
+    GROUPBOX "&Zeit", -1, 132, 2, 113, 125
+    CONTROL "", IDC_TIMEPICKER, "SysDateTimePick32",
+            DTS_TIMEFORMAT | WS_CHILD | WS_VISIBLE | WS_TABSTOP,
+            144, 17, 90, 12
+    LTEXT "Aktuelle Zeitzone: %s", IDC_TIMEZONE, 4, 136, 241, 8
 END
 
 
 END
 
 
@@ -17,15 +26,15 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
 CAPTION "Zeitzone"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
 CAPTION "Zeitzone"
 FONT 8, "MS Shell Dlg", 0, 0, 0x0
 BEGIN
-  COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136,
-           CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
-  AUTOCHECKBOX "&Uhr automatisch auf Sommer-/Winterzeit umstellen",
-               IDC_AUTOADJUST, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP
+    COMBOBOX IDC_TIMEZONELIST, 5, 4, 241, 136,
+             CBS_DROPDOWNLIST | WS_VSCROLL | WS_VISIBLE | WS_TABSTOP
+    AUTOCHECKBOX "&Uhr automatisch auf Sommer-/Winterzeit umstellen",
+                 IDC_AUTOADJUST, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP
 END
 
 
 STRINGTABLE
 BEGIN
 END
 
 
 STRINGTABLE
 BEGIN
-  IDS_CPLNAME "Datum/Zeit"
-  IDS_CPLDESCRIPTION "Ändert die Uhrzeit, Datum und Zeitzone."
+    IDS_CPLNAME "Datum/Zeit"
+    IDS_CPLDESCRIPTION "Ändert die Uhrzeit, Datum und Zeitzone."
 END
 END