object DVDAutoRemoveForm: TDVDAutoRemoveForm Left = 253 Top = 114 BorderStyle = bsDialog Caption = 'Param'#232'tres de copie de DVD avanc'#233's' ClientHeight = 340 ClientWidth = 348 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 = 271 Top = 312 Width = 75 Height = 23 Cancel = True Caption = 'Annuler' ModalResult = 2 TabOrder = 2 end object PageControl: TPageControl Left = 8 Top = 8 Width = 337 Height = 297 ActivePage = tsGeneral TabOrder = 0 object tsGeneral: TTabSheet Caption = 'G'#233'n'#233'ral' object cbRemoveRegionCode: TCheckBox Left = 8 Top = 48 Width = 217 Height = 17 Caption = 'Supprimer code r'#233'gion' Checked = True State = cbChecked TabOrder = 0 Visible = False end object cbRemoveDVDROM: TCheckBox Left = 8 Top = 8 Width = 217 Height = 17 Caption = 'Supprimer contenu du DVD-ROM' TabOrder = 1 end object gbOnlineSettings: TGroupBox Left = 8 Top = 88 Width = 313 Height = 172 TabOrder = 2 object lblProxyServer: TLabel Left = 16 Top = 40 Width = 43 Height = 13 Caption = 'Serveur :' end object lblProxyPort: TLabel Left = 16 Top = 64 Width = 25 Height = 13 Caption = 'Port :' end object lblHTTPStatus: TLabel Left = 112 Top = 146 Width = 153 Height = 13 AutoSize = False end object lblProxyUser: TLabel Left = 16 Top = 92 Width = 52 Height = 13 Caption = 'Utilisateur :' end object lblProxyPassword: TLabel Left = 16 Top = 116 Width = 70 Height = 13 Caption = 'Mot de passe :' end object cbUseProxy: TCheckBox Left = 16 Top = 16 Width = 289 Height = 17 Caption = 'Utiliser proxy pour acc'#233'der '#224' la base de donn'#233'es en ligne' TabOrder = 0 OnClick = cbUseProxyClick end object edProxyServer: TEdit Left = 96 Top = 37 Width = 177 Height = 21 TabOrder = 1 end object edProxyPort: TEdit Left = 96 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 = 'Tester connexion' TabOrder = 3 OnClick = btnTestConnectionClick end object edProxyUserName: TEdit Left = 96 Top = 87 Width = 129 Height = 21 TabOrder = 4 end object edProxyPassword: TEdit Left = 96 Top = 113 Width = 129 Height = 21 PasswordChar = '*' TabOrder = 5 end end object cbDVDUseInternet: TCheckBox Left = 16 Top = 84 Width = 265 Height = 17 Caption = 'Utiliser la base de donn'#233'es de transcodage en ligne' TabOrder = 3 OnClick = cbDVDUseInternetClick end end object tsAudio: TTabSheet Caption = 'Streams audio' ImageIndex = 2 object Label2: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Supprimer les langues suivantes si pr'#233'sentes sur le disque :' 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 = 'Par &d'#233'faut' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnAudioCheck: TButton Tag = 1 Left = 117 Top = 243 Width = 90 Height = 23 Caption = '&Cocher tout' TabOrder = 2 OnClick = onCheckClick end object btnAudioUncheck: TButton Tag = 1 Left = 231 Top = 243 Width = 90 Height = 23 Caption = '&D'#233'cocher tout' TabOrder = 3 OnClick = onUncheckClick end end object tsSubpicture: TTabSheet Caption = 'Sous-titres' ImageIndex = 1 object Label1: TLabel Left = 5 Top = 5 Width = 285 Height = 30 AutoSize = False Caption = 'Supprimer les langues suivantes si pr'#233'sentes sur le disque :' 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 = 'Par &d'#233'fault' Enabled = False TabOrder = 1 OnClick = onDefaultClick end object btnSubpictureCheck: TButton Tag = 2 Left = 117 Top = 243 Width = 90 Height = 23 Caption = '&Cocher tout' TabOrder = 2 OnClick = onCheckClick end object btnSubpictureUncheck: TButton Tag = 2 Left = 231 Top = 243 Width = 90 Height = 23 Caption = '&D'#233'cocher tout' TabOrder = 3 OnClick = onUncheckClick end end object tsUserOp: TTabSheet Caption = 'Interdictions utilisateur' ImageIndex = 3 object Label3: TLabel Left = 4 Top = 3 Width = 285 Height = 30 AutoSize = False Caption = 'Supprimer les interdictions utilisateur peut cr'#233'er de graves pro' + 'bl'#232'mes '#224' la lecture du DVD.' 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 = 231 Top = 243 Width = 90 Height = 23 Caption = '&D'#233'cocher tout' TabOrder = 1 OnClick = onUncheckClick end object btnUserOpCheck: TButton Tag = 3 Left = 117 Top = 243 Width = 90 Height = 23 Caption = '&Cocher tout' TabOrder = 2 OnClick = onCheckClick end object btnUserOpDefault: TButton Tag = 3 Left = 3 Top = 243 Width = 90 Height = 23 Caption = 'Par &d'#233'faut' 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 (compatible ; Indy Library)' HTTPOptions = [hoForceEncodeParams] OnProxyAuthorization = IdHTTPProxyAuthorization Left = 12 Top = 304 end end