object DVDAutoRemoveForm: TDVDAutoRemoveForm Left = 253 Top = 114 BorderStyle = bsDialog Caption = 'Geavanceerde DVD Kopie Instellingen' ClientHeight = 340 ClientWidth = 314 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 = 151 Top = 312 Width = 75 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnCancel: TButton Left = 231 Top = 312 Width = 75 Height = 23 Cancel = True Caption = 'Annuleren' ModalResult = 2 TabOrder = 2 end object PageControl: TPageControl Left = 8 Top = 8 Width = 299 Height = 297 ActivePage = tsGeneral TabOrder = 0 object tsGeneral: TTabSheet Caption = 'Algemeen' object cbRemoveRegionCode: TCheckBox Left = 8 Top = 48 Width = 217 Height = 17 Caption = 'Verwijder regiocode' Checked = True State = cbChecked TabOrder = 0 Visible = False end object cbRemoveDVDROM: TCheckBox Left = 8 Top = 8 Width = 217 Height = 17 Caption = 'Verwijder DVD-ROM inhoud' TabOrder = 1 end object gbOnlineSettings: TGroupBox Left = 8 Top = 88 Width = 273 Height = 172 TabOrder = 2 object lblProxyServer: TLabel Left = 16 Top = 40 Width = 34 Height = 13 Caption = 'Server:' end object lblProxyPort: TLabel Left = 16 Top = 64 Width = 28 Height = 13 Caption = 'Poort:' end object lblHTTPStatus: TLabel Left = 112 Top = 146 Width = 153 Height = 13 AutoSize = False end object lblProxyUser: TLabel Left = 16 Top = 92 Width = 49 Height = 13 Caption = 'Gebruiker:' end object lblProxyPassword: TLabel Left = 16 Top = 116 Width = 64 Height = 13 Caption = 'Wachtwoord:' end object cbUseProxy: TCheckBox Left = 16 Top = 16 Width = 249 Height = 17 Caption = 'Gebruik Proxy voor toegang tot online database' TabOrder = 0 OnClick = cbUseProxyClick end object edProxyServer: TEdit Left = 80 Top = 37 Width = 177 Height = 21 TabOrder = 1 end object edProxyPort: TEdit Left = 128 Top = 62 Width = 33 Height = 21 MaxLength = 6 TabOrder = 2 Text = '80' end object btnTestConnection: TButton Left = 16 Top = 141 Width = 91 Height = 23 Caption = 'Test Verbinding' TabOrder = 3 OnClick = btnTestConnectionClick end object edProxyUserName: TEdit Left = 128 Top = 87 Width = 129 Height = 21 TabOrder = 4 end object edProxyPassword: TEdit Left = 128 Top = 113 Width = 129 Height = 21 PasswordChar = '*' TabOrder = 5 end end object cbDVDUseInternet: TCheckBox Left = 16 Top = 84 Width = 193 Height = 17 Caption = 'Gebruik online coderings database' TabOrder = 3 OnClick = cbDVDUseInternetClick end end object tsAudio: TTabSheet Caption = 'Audio Sporen' ImageIndex = 2 object Label2: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Verwijder de volgende talen indien aanwezig op de schijf:' WordWrap = True end object clbAudioStreams: TCheckListBox Left = 2 Top = 38 Width = 287 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnAudioDefault: TButton Tag = 1 Left = 3 Top = 243 Width = 90 Height = 23 Caption = '&Standaard' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnAudioCheck: TButton Tag = 1 Left = 101 Top = 243 Width = 90 Height = 23 Caption = '&Selecteer alle' TabOrder = 2 OnClick = onCheckClick end object btnAudioUncheck: TButton Tag = 1 Left = 199 Top = 243 Width = 90 Height = 23 Caption = '&Deselecteer alle' TabOrder = 3 OnClick = onUncheckClick end end object tsSubpicture: TTabSheet Caption = 'Ondertiteling' ImageIndex = 1 object Label1: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Verwijder de volgende talen indien aanwezig op de schijf:' WordWrap = True end object clbSubpictures: TCheckListBox Left = 2 Top = 38 Width = 287 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnSubpictureDefault: TButton Tag = 2 Left = 3 Top = 243 Width = 90 Height = 23 Caption = '&Standaard' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnSubpictureCheck: TButton Tag = 2 Left = 101 Top = 243 Width = 90 Height = 23 Caption = '&Selecteer alle' TabOrder = 2 OnClick = onCheckClick end object btnSubpictureUncheck: TButton Tag = 2 Left = 199 Top = 243 Width = 90 Height = 23 Caption = '&Deselecteer alle' TabOrder = 3 OnClick = onUncheckClick end end object tsUserOp: TTabSheet Caption = 'Blokkeringen' ImageIndex = 3 object Label3: TLabel Left = 4 Top = 3 Width = 285 Height = 30 AutoSize = False Caption = 'Blokkeren van specifieke onderdelen kan leiden tot serieuze prob' + 'lemen bij het afspelen van de DVD.' WordWrap = True end object clbUserOperations: TCheckListBox Left = 0 Top = 38 Width = 289 Height = 200 ItemHeight = 13 TabOrder = 0 end object btnUserOpUncheck: TButton Tag = 3 Left = 199 Top = 243 Width = 90 Height = 23 Caption = '&Deselecteer alle' TabOrder = 1 OnClick = onUncheckClick end object btnUserOpCheck: TButton Tag = 3 Left = 101 Top = 243 Width = 90 Height = 23 Caption = '&Selecteer alle' TabOrder = 2 OnClick = onCheckClick end object btnUserOpDefault: TButton Tag = 3 Left = 3 Top = 243 Width = 90 Height = 23 Caption = '&Standaard' 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 = 'tekst/html' Request.Accept = 'tekst/html, */*' Request.BasicAuthentication = False Request.UserAgent = 'Mozilla/3.0 (compatibel; Indy Library)' HTTPOptions = [hoForceEncodeParams] OnProxyAuthorization = IdHTTPProxyAuthorization Left = 12 Top = 304 end end