inherited Form_Extractor: TForm_Extractor Caption = 'Extractor' PixelsPerInch = 96 TextHeight = 13 inherited Splitter1: TSplitter Left = 483 Align = alRight Visible = False ExplicitLeft = 172 ExplicitTop = -8 ExplicitHeight = 423 end inherited panel_files: TPanel Width = 184 Align = alClient ExplicitWidth = 184 inherited filelist: TListBox Width = 184 ExplicitWidth = 184 end inherited panel_extension: TPanel Width = 184 ExplicitWidth = 184 inherited combo_extension: TComboBox Width = 176 ExplicitWidth = 176 end inherited edit_filtername: TEdit Width = 176 ExplicitWidth = 176 end end end inherited content: TPanel Left = 184 Width = 299 Align = alRight ExplicitLeft = 184 ExplicitWidth = 299 object group_extract: TGroupBox Left = 3 Top = 0 Width = 296 Height = 423 Align = alRight Caption = '2. Select extract-method' TabOrder = 0 object group_singlefiles: TGroupBox AlignWithMargins = True Left = 8 Top = 16 Width = 280 Height = 185 Margins.Left = 6 Margins.Top = 1 Margins.Right = 6 Align = alTop Caption = 'Write data into single files' TabOrder = 0 object btn_sel_dat: TButton Left = 8 Top = 16 Width = 129 Height = 49 Caption = 'Selected files (dat contents only)' TabOrder = 0 WordWrap = True OnClick = Extract end object btn_sel_datraw: TButton Left = 8 Top = 72 Width = 129 Height = 49 Caption = 'Selected files (dat+raw)' TabOrder = 1 WordWrap = True OnClick = Extract end object btn_sel_datraw_convert: TButton Left = 8 Top = 128 Width = 129 Height = 49 Caption = 'Selected files (dat+raw) (with convert if possible)' TabOrder = 2 WordWrap = True OnClick = Extract end object btn_all_dat: TButton Left = 144 Top = 16 Width = 129 Height = 49 Caption = 'All files in list (dat contents only)' TabOrder = 3 WordWrap = True OnClick = Extract end object btn_all_datraw: TButton Left = 144 Top = 72 Width = 129 Height = 49 Caption = 'All files in list (dat+raw)' TabOrder = 4 WordWrap = True OnClick = Extract end object btn_all_datraw_convert: TButton Left = 144 Top = 128 Width = 129 Height = 49 BiDiMode = bdLeftToRight Caption = 'All files in list (dat+raw) (with convert if possible)' ParentBiDiMode = False TabOrder = 5 WordWrap = True OnClick = Extract end end object group_onefile: TGroupBox AlignWithMargins = True Left = 8 Top = 205 Width = 280 Height = 73 Margins.Left = 6 Margins.Top = 1 Margins.Right = 6 Align = alTop Caption = 'Write data into one file' TabOrder = 1 object btn_sel_files_toone: TButton Left = 8 Top = 16 Width = 129 Height = 49 Caption = 'Selected files (dat contents only)' TabOrder = 0 WordWrap = True OnClick = Extract end object btn_all_files_toone: TButton Left = 144 Top = 16 Width = 129 Height = 49 Caption = 'All files in list (dat contents only)' TabOrder = 1 WordWrap = True OnClick = Extract end end object group_progress: TGroupBox AlignWithMargins = True Left = 8 Top = 282 Width = 280 Height = 132 Margins.Left = 6 Margins.Top = 1 Margins.Right = 6 Margins.Bottom = 7 Align = alClient Caption = 'Progress ...' TabOrder = 2 Visible = False object lbl_progress: TLabel Left = 8 Top = 40 Width = 265 Height = 17 AutoSize = False Caption = 'Files done: 0/0' end object lbl_estimated: TLabel Left = 8 Top = 56 Width = 265 Height = 17 AutoSize = False Caption = 'Estimated finishing time: 00:00:00' end object progress: TProgressBar Left = 8 Top = 16 Width = 265 Height = 17 Smooth = True TabOrder = 0 end object btn_abort: TButton Left = 8 Top = 72 Width = 97 Height = 23 Caption = 'Abort' Enabled = False TabOrder = 1 OnClick = btn_abortClick end end end end object saved: TSaveDialog [3] Left = 448 Top = 328 end end