object DVDAutoRemoveForm: TDVDAutoRemoveForm Left = 253 Top = 114 BorderStyle = bsDialog Caption = 'Erweiterte DVD Copy Einstellungen' ClientHeight = 340 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object btnOK: TButton Left = 191 Top = 312 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 270 Top = 312 Width = 75 Height = 23 Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 2 end object PageControl: TPageControl Left = 8 Top = 8 Width = 337 Height = 297 ActivePage = tsGeneral TabOrder = 0 object tsGeneral: TTabSheet Caption = 'Allgemein' object cbRemoveRegionCode: TCheckBox Left = 8 Top = 48 Width = 217 Height = 17 Caption = 'Regioncode entfernen' Checked = True State = cbChecked TabOrder = 0 Visible = False end object cbRemoveDVDROM: TCheckBox Left = 8 Top = 8 Width = 217 Height = 17 Caption = 'DVD-ROM Inhalt entfernen' TabOrder = 1 end object gbOnlineSettings: TGroupBox Left = 8 Top = 88 Width = 313 Height = 172 TabOrder = 2 object lblProxyServer: TLabel Left = 16 Top = 40 Width = 34 Height = 13 Caption = 'Server:' end object lblProxyPort: TLabel Left = 16 Top = 65 Width = 22 Height = 13 Caption = 'Port:' end object lblHTTPStatus: TLabel Left = 128 Top = 146 Width = 153 Height = 13 AutoSize = False end object lblProxyUser: TLabel Left = 16 Top = 90 Width = 45 Height = 13 Caption = 'Benutzer:' end object lblProxyPassword: TLabel Left = 16 Top = 116 Width = 46 Height = 13 Caption = 'Passwort:' end object cbUseProxy: TCheckBox Left = 16 Top = 16 Width = 249 Height = 17 Caption = 'Proxy f'#252'r Online-Datenbank-Zugriff benutzen' TabOrder = 0 OnClick = cbUseProxyClick end object edProxyServer: TEdit Left = 80 Top = 37 Width = 177 Height = 21 TabOrder = 1 end object edProxyPort: TEdit Left = 80 Top = 62 Width = 33 Height = 21 MaxLength = 6 TabOrder = 2 Text = '80' end object btnTestConnection: TButton Left = 16 Top = 141 Width = 105 Height = 23 Caption = 'Verbindung testen' TabOrder = 3 OnClick = btnTestConnectionClick end object edProxyUserName: TEdit Left = 80 Top = 87 Width = 129 Height = 21 TabOrder = 4 end object edProxyPassword: TEdit Left = 80 Top = 113 Width = 129 Height = 21 PasswordChar = '*' TabOrder = 5 end end object cbDVDUseInternet: TCheckBox Left = 16 Top = 84 Width = 209 Height = 17 Caption = 'Online-Transcoding-Datenbank nutzen' TabOrder = 3 OnClick = cbDVDUseInternetClick end end object tsAudio: TTabSheet Caption = 'Audio Datenstr'#246'me' ImageIndex = 2 object Label2: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Folgende Sprachen l'#246'schen, falls auf der Festplatte vorhanden:' WordWrap = True end object clbAudioStreams: TCheckListBox Left = 2 Top = 38 Width = 319 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnAudioDefault: TButton Tag = 1 Left = 3 Top = 243 Width = 90 Height = 23 Caption = 'Stan&dard' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnAudioCheck: TButton Tag = 1 Left = 100 Top = 243 Width = 90 Height = 23 Caption = '&Alle ausw'#228'hlen' TabOrder = 2 OnClick = onCheckClick end object btnAudioUncheck: TButton Tag = 1 Left = 198 Top = 243 Width = 98 Height = 23 Caption = 'A&uswahl aufheben' TabOrder = 3 OnClick = onUncheckClick end end object tsSubpicture: TTabSheet Caption = 'Untertitel' ImageIndex = 1 object Label1: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Folgende Sprachen l'#246'schen, falls auf der Festplatte vorhanden:' WordWrap = True end object clbSubpictures: TCheckListBox Left = 2 Top = 38 Width = 319 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnSubpictureDefault: TButton Tag = 2 Left = 3 Top = 243 Width = 90 Height = 23 Caption = 'Stan&dard' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnSubpictureCheck: TButton Tag = 2 Left = 100 Top = 243 Width = 90 Height = 23 Caption = '&Alle ausw'#228'hlen' TabOrder = 2 OnClick = onCheckClick end object btnSubpictureUncheck: TButton Tag = 2 Left = 198 Top = 243 Width = 99 Height = 23 Caption = 'A&uswahl aufheben' TabOrder = 3 OnClick = onUncheckClick end end object tsUserOp: TTabSheet Caption = 'Benutzereinschr'#228'nkungen' ImageIndex = 3 object Label3: TLabel Left = 4 Top = 3 Width = 285 Height = 30 AutoSize = False Caption = 'Das Entfernen der Benutzereinschr'#228'nkungen kann schwere Probleme ' + 'beim Abspielen einer DVD verursachen' WordWrap = True end object clbUserOperations: TCheckListBox Left = 0 Top = 38 Width = 321 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnUserOpUncheck: TButton Tag = 3 Left = 198 Top = 243 Width = 99 Height = 23 Caption = 'A&uswahl aufheben' TabOrder = 1 OnClick = onUncheckClick end object btnUserOpCheck: TButton Tag = 3 Left = 100 Top = 243 Width = 90 Height = 23 Caption = '&Alle ausw'#228'hlen' TabOrder = 2 OnClick = onCheckClick end object btnUserOpDefault: TButton Tag = 3 Left = 3 Top = 243 Width = 90 Height = 23 Caption = 'Stan&dard' TabOrder = 3 OnClick = btnUserOpDefaultClick end end end object IdHTTP: TIdHTTP OnStatus = IdHTTPStatus MaxLineAction = maException ReadTimeout = 0 AllowCookies = True ProxyParams.BasicAuthentication = False ProxyParams.ProxyPort = 0 Request.ContentLength = -1 Request.ContentRangeEnd = 0 Request.ContentRangeStart = 0 Request.ContentType = 'text/html' Request.Accept = 'text/html, */*' Request.BasicAuthentication = False Request.UserAgent = 'Mozilla/3.0 (kompatibel; Indy Library)' HTTPOptions = [hoForceEncodeParams] OnProxyAuthorization = IdHTTPProxyAuthorization Left = 12 Top = 304 end end