object ScanDlg: TScanDlg Left = 340 Top = 181 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Scan for corruption' ClientHeight = 184 ClientWidth = 218 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 201 Height = 129 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 2 Width = 64 Height = 13 Caption = 'What to scan' end object Label2: TLabel Left = 32 Top = 106 Width = 20 Height = 13 Caption = 'from' end object Label3: TLabel Left = 128 Top = 106 Width = 9 Height = 13 Caption = 'to' end object OKBtn: TButton Left = 11 Top = 147 Width = 75 Height = 25 Caption = 'Scan' Default = True TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 131 Top = 147 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Scan1: TRadioButton Left = 16 Top = 24 Width = 185 Height = 17 Caption = 'All checkable tracks' Checked = True TabOrder = 2 TabStop = True OnClick = ScanClick end object Scan2: TRadioButton Left = 16 Top = 44 Width = 185 Height = 17 Caption = 'Selected tracks only' TabOrder = 3 OnClick = ScanClick end object Scan4: TRadioButton Left = 16 Top = 84 Width = 185 Height = 17 Caption = 'Sector range' TabOrder = 4 OnClick = ScanClick end object MinS: TMaskEdit Left = 64 Top = 104 Width = 49 Height = 21 EditMask = '!999999;1; ' MaxLength = 6 TabOrder = 5 Text = ' ' end object MaxS: TMaskEdit Left = 144 Top = 104 Width = 49 Height = 21 EditMask = '!999999;1; ' MaxLength = 6 TabOrder = 6 Text = ' ' end object Scan3: TRadioButton Left = 16 Top = 64 Width = 185 Height = 17 Caption = 'Current session tracks only' TabOrder = 7 OnClick = ScanClick end end