1LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL 2 3IDD_ACPPAGESHEET DIALOGEX 0, 0, 224, 226 4STYLE DS_SHELLFONT | WS_CHILD | WS_DISABLED | WS_CAPTION 5CAPTION "Kompatibilität" 6FONT 8, "MS Shell Dlg", 0, 0, 0x0 7BEGIN 8 LTEXT "Falls dieses Programm Probleme verursacht, wählen Sie einen Kompatibilitätsmodus, unter dem das Programm möglicherweise korrekt funktioniert.\nBitte beachten Sie dass sich diese Funktion aktuell in Entwicklung befindet.", -1, 7, 7, 210, 31 9 GROUPBOX "Kompatibilitätsmodus", IDC_COMPATGROUP, 7, 41, 210, 49 10 CHECKBOX "Programm im Kompatibilitätsmodus ausführen für:", IDC_CHKRUNCOMPATIBILITY, 18, 57, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP 11 COMBOBOX IDC_COMPATIBILITYMODE, 18, 70, 188, 85, CBS_HASSTRINGS | CBS_DROPDOWNLIST | WS_TABSTOP | WS_DISABLED 12 GROUPBOX "Anzeigeeinstellungen", -1, 7, 99, 210, 61, BS_GROUPBOX 13 CHECKBOX "Mit 256 Farben ausführen", IDC_CHKRUNIN256COLORS, 18, 114, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP 14 CHECKBOX "In Bildschirmauflösung 640 x 480 ausführen", IDC_CHKRUNIN640480RES, 18, 129, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP 15 CHECKBOX "Visuelle Designs deaktivieren", IDC_CHKDISABLEVISUALTHEMES, 18, 144, 188, 10, BS_AUTOCHECKBOX | WS_TABSTOP 16 PUSHBUTTON "Kompatibilitätsmodus ändern", IDC_EDITCOMPATIBILITYMODES, 117, 167, 100, 15 17 LTEXT "",IDC_ENABLED_LAYERS,7,185,210,21 18 CONTROL "Weitere Informationen über <A>Programmkompatibilität</A>.", IDC_INFOLINK, "SysLink", WS_CHILD | WS_TABSTOP | WS_VISIBLE, 7, 207, 210, 10, WS_EX_NOPARENTNOTIFY 19END 20 21IDD_EDITCOMPATIBILITYMODES DIALOGEX 0, 0, 230, 139 22STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU 23CAPTION "Kompatibilitätsmodus ändern" 24FONT 8, "MS Shell Dlg", 0, 0, 0x0 25BEGIN 26 COMBOBOX IDC_NEWCOMPATIBILITYMODE, 9, 6, 148, 14, CBS_HASSTRINGS | CBS_DROPDOWN | WS_VSCROLL 27 LISTBOX IDC_COMPATIBILITYMODE, 9, 25, 148, 86, LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_WANTKEYBOARDINPUT | WS_BORDER 28 PUSHBUTTON "&Hinzufügen...", IDC_ADD, 162, 6, 60, 14, WS_DISABLED 29 PUSHBUTTON "&Ändern...", IDC_EDIT, 162, 24, 60, 14, WS_DISABLED 30 PUSHBUTTON "&Löschen", IDC_DELETE, 162, 42, 60, 14, WS_DISABLED 31 PUSHBUTTON "&OK", IDOK, 95, 116, 60, 14 32 PUSHBUTTON "&Abbrechen", IDCANCEL, 162, 116, 60, 14 33END 34 35STRINGTABLE 36BEGIN 37 IDS_COMPAT_TITLE "Kompatibilität" 38 IDS_FAILED_NETWORK "Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da es sich auf einem Netzlaufwerk befindet." 39 IDS_FAILED_PROTECTED "Kompatibilitätsmodi können auf diesem Programm nicht angewendet werden, da es Teil von ReactOS ist." 40 IDS_YOU_DID_NOT_ADD "Sie haben den Modus nicht hinzugefügt, möchten Sie ihn jetzt hinzufügen?" 41END 42