object AdvancedParamsForm: TAdvancedParamsForm Left = 236 Top = 192 HelpType = htKeyword HelpKeyword = '/files/params.html' BorderStyle = bsDialog Caption = 'Advanced Parameters' ClientHeight = 268 ClientWidth = 492 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object PanelBottom: TPanel Left = 0 Top = 230 Width = 492 Height = 38 Align = alBottom BevelOuter = bvNone TabOrder = 0 object ButtonOk: TButton Left = 232 Top = 8 Width = 75 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 316 Top = 8 Width = 75 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object ButtonHelp: TButton Left = 408 Top = 8 Width = 75 Height = 23 Caption = '&Help' TabOrder = 2 OnClick = ButtonHelpClick end end object MainPageControl: TPageControl Left = 0 Top = 0 Width = 492 Height = 230 ActivePage = LanguageTabSheet Align = alClient TabOrder = 1 object DriveTabSheet: TTabSheet HelpType = htKeyword HelpKeyword = '/files/params.driveaccess.html' Caption = '&Drive Access' ImageIndex = 1 object DriveLabel1: TLabel Left = 16 Top = 24 Width = 104 Height = 13 Caption = 'Drive access settings:' end object DriveLabel2: TLabel Left = 32 Top = 56 Width = 121 Height = 13 Caption = 'Number of retry aptempts:' end object DriveLabel3: TLabel Left = 48 Top = 72 Width = 222 Height = 13 Caption = 'Increase if your medium is physically damaged. ' end object DriveLabel4: TLabel Left = 32 Top = 104 Width = 164 Height = 13 Caption = 'Number of sectors to read at once:' end object DriveLabel5: TLabel Left = 56 Top = 120 Width = 208 Height = 13 Caption = 'Increase this number for better performance.' end object DriveEditRetryCount: TSpinEdit Left = 232 Top = 48 Width = 65 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 0 Value = 0 end object DriveEditSectorsToRead: TSpinEdit Left = 232 Top = 95 Width = 65 Height = 22 MaxValue = 10000 MinValue = 1 TabOrder = 1 Value = 1 end end object AdvancedTabSheet: TTabSheet HelpType = htKeyword HelpKeyword = '/files/params.advanced.html' Caption = '&Advanced' ImageIndex = 3 object AdvancedLabel1: TLabel Left = 40 Top = 48 Width = 369 Height = 105 AutoSize = False Caption = 'Allow editing of internal recovery script. Use this option if yo' + 'u know binary file format you wish to rescue.' WordWrap = True end object AdvancedCheckBoxExpertMode: TCheckBox Left = 16 Top = 24 Width = 393 Height = 17 Caption = 'Expert mode' TabOrder = 0 end end object LanguageTabSheet: TTabSheet HelpType = htKeyword HelpKeyword = '/files/params.language.html' Caption = 'Interface &Language' ImageIndex = 6 object LanguageLabel1: TLabel Left = 72 Top = 32 Width = 51 Height = 13 Caption = 'Language:' end object LanguageNoteLabel: TLabel Left = 16 Top = 64 Width = 402 Height = 13 Caption = 'NOTE: After changing interface language program should be restar' + 'ted.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object LanguageReadHelpLabel: TLabel Left = 16 Top = 112 Width = 408 Height = 13 Caption = 'Please press F1 button to get more information about localizatio' + 'n of your program copy.' WordWrap = True end object LanguageImage1: TImage Left = 16 Top = 16 Width = 32 Height = 32 AutoSize = True Picture.Data = {} Transparent = True end object LanguageSelectComboBox: TComboBox Left = 168 Top = 24 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end end end end