X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Flib%2Fcpl%2Ftimedate%2FDe.rc;h=9a135150e10d26d244fcc68c946c105bf97d1c6f;hp=00226bfeff61adf144af28453fc901508e0807a3;hb=b8e8ef8580bc3d9787229d8c7c868c373e1c593b;hpb=0a216b2be533e2f25975b970b8be889e1e615eb0 diff --git a/reactos/lib/cpl/timedate/De.rc b/reactos/lib/cpl/timedate/De.rc index 00226bfeff6..9a135150e10 100644 --- a/reactos/lib/cpl/timedate/De.rc +++ b/reactos/lib/cpl/timedate/De.rc @@ -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 - 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 @@ -17,15 +26,18 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION 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_AUTODAYLIGHT, 5, 136, 241, 10, WS_VISIBLE | WS_GROUP | WS_TABSTOP 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." + IDS_TIMEZONETEXT "Aktuelle Zeitzone: %s" + IDS_TIMEZONEINVALID "Ungültig" + IDS_TIMEZONEUNKNOWN "Unbekannt" END