object ExtractDlg: TExtractDlg Left = 340 Top = 181 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Extract %s' ClientHeight = 364 ClientWidth = 367 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 192 Top = 56 Width = 169 Height = 177 Shape = bsFrame end object Label1: TLabel Left = 16 Top = 8 Width = 64 Height = 13 Caption = '&Extract %s to:' FocusControl = PathEdit end object Label2: TLabel Left = 200 Top = 50 Width = 65 Height = 13 Caption = 'Extract tracks' end object Label3: TLabel Left = 200 Top = 72 Width = 47 Height = 13 Caption = 'Mode&1 as' end object Label4: TLabel Left = 200 Top = 104 Width = 47 Height = 13 Caption = 'Mode&2 as' end object Label5: TLabel Left = 200 Top = 136 Width = 32 Height = 13 Caption = '&CDI as' end object Label6: TLabel Left = 200 Top = 168 Width = 41 Height = 13 Caption = '&Audio as' end object Label7: TLabel Left = 200 Top = 202 Width = 37 Height = 13 Caption = 'CD&G as' end object Bevel3: TBevel Left = 8 Top = 56 Width = 177 Height = 121 Shape = bsFrame end object Label9: TLabel Left = 16 Top = 50 Width = 105 Height = 13 Caption = 'Track naming scheme' end object Label10: TLabel Left = 15 Top = 88 Width = 83 Height = 13 Caption = '?n - track number' end object Label11: TLabel Left = 15 Top = 104 Width = 76 Height = 13 Caption = '?m - track mode' end object Label12: TLabel Left = 104 Top = 88 Width = 70 Height = 13 Caption = '?s - sector size' end object Label13: TLabel Left = 104 Top = 104 Width = 74 Height = 13 Caption = '?i - image name' end object Label14: TLabel Left = 15 Top = 120 Width = 151 Height = 13 Caption = '?e - default track type extension' end object Bevel2: TBevel Left = 192 Top = 240 Width = 169 Height = 81 Shape = bsFrame end object Label8: TLabel Left = 200 Top = 234 Width = 60 Height = 13 Caption = 'If error found' end object ExtractBtn: TButton Left = 59 Top = 331 Width = 75 Height = 25 Caption = 'Extract' Default = True TabOrder = 14 OnClick = ExtractBtnClick end object CancelBtn: TButton Left = 243 Top = 331 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 15 end object PathEdit: TEdit Left = 8 Top = 24 Width = 329 Height = 21 TabOrder = 0 end object BrowseBt: TButton Left = 344 Top = 24 Width = 17 Height = 22 Caption = '...' TabOrder = 1 OnClick = BrowseBtClick end object Mode1As: TComboBox Left = 254 Top = 68 Width = 99 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 7 Items.Strings = ( 'Mode1/2352' 'Mode1/2048' 'Mode2/2352' 'Mode2/2336' 'VirtualCD file' 'Virtual Drive file') end object Mode2As: TComboBox Left = 254 Top = 100 Width = 99 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 8 OnChange = Mode2AsChange Items.Strings = ( 'Mode2/2352' 'Mode2/2336' 'Mode1/2352' 'Mode1/2048' 'VirtualCD file' 'Virtual Drive file') end object CDIAs: TComboBox Left = 254 Top = 132 Width = 99 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 9 Items.Strings = ( 'CDI/2352' 'CDI/2336') end object AudioAs: TComboBox Left = 254 Top = 164 Width = 99 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 10 Items.Strings = ( 'Audio/2352' 'Wave file') end object CDGAs: TComboBox Left = 254 Top = 196 Width = 99 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 TabOrder = 11 Items.Strings = ( 'CDG/2448' 'Audio/2352' 'Wave file') end object SchemeEdit: TEdit Left = 16 Top = 64 Width = 161 Height = 21 TabOrder = 2 end object DefaultEBt: TButton Left = 40 Top = 144 Width = 113 Height = 25 Caption = 'Default extensions...' TabOrder = 3 OnClick = DefaultEBtClick end object Ordering: TRadioGroup Left = 8 Top = 179 Width = 177 Height = 54 Caption = 'Sector numbers' Enabled = False ItemIndex = 0 Items.Strings = ( 'Start &numbering from:' '&Use numbers of source track') TabOrder = 4 OnClick = OrderingClick end object Options: TRadioGroup Left = 8 Top = 235 Width = 177 Height = 86 Caption = 'Options' ItemIndex = 2 Items.Strings = ( '&Overwrite all existing files' '&Skip all existing files' '&Prompt for action if file exists' 'S&top extraction if file exists') TabOrder = 6 end object StartSector: TMaskEdit Left = 136 Top = 190 Width = 44 Height = 21 AutoSize = False Enabled = False EditMask = '999999;0; ' MaxLength = 6 TabOrder = 5 Text = '150' end object Keep: TCheckBox Left = 201 Top = 300 Width = 136 Height = 17 Caption = '&Keep broken files' Checked = True State = cbChecked TabOrder = 13 end object Panel1: TPanel Left = 194 Top = 248 Width = 157 Height = 52 BevelOuter = bvNone TabOrder = 12 object error1: TRadioButton Left = 6 Top = 0 Width = 105 Height = 17 Caption = 'Stop extraction' Enabled = False TabOrder = 0 end object error2: TRadioButton Left = 6 Top = 17 Width = 147 Height = 17 Caption = 'Replace with empty sector' Enabled = False TabOrder = 1 end object error3: TRadioButton Left = 6 Top = 34 Width = 137 Height = 17 Caption = 'Ignore' Enabled = False TabOrder = 2 end end end