object Form11: TForm11 Left = 0 Top = 0 Width = 495 Height = 425 Caption = 'Extractor' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsMDIChild OldCreateOrder = False Visible = True WindowState = wsMaximized OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object group_select: TGroupBox Left = 0 Top = 0 Width = 191 Height = 398 Align = alClient Caption = '1. Select file(s)' TabOrder = 0 object panel_extension: TPanel Left = 2 Top = 293 Width = 187 Height = 103 Align = alBottom BevelOuter = bvNone TabOrder = 0 OnResize = panel_extensionResize object lbl_filter: TLabel Left = 2 Top = 62 Width = 100 Height = 17 AutoSize = False Caption = 'Filter by &extension:' FocusControl = combo_extension end object combo_extension: TComboBox Left = 2 Top = 76 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 12 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 3 OnClick = combo_extensionClick end object check_zerobyte: TCheckBox Left = 2 Top = 44 Width = 130 Height = 13 Caption = 'Show &zero-byte files' TabOrder = 2 OnClick = check_zerobyteClick end object edit_filtername: TEdit Left = 2 Top = 20 Width = 145 Height = 18 AutoSize = False TabOrder = 1 end object check_filtername: TCheckBox Left = 2 Top = 5 Width = 130 Height = 15 Caption = 'Filter by file&name:' TabOrder = 0 OnClick = check_filternameClick end end object list: TListBox Left = 2 Top = 15 Width = 187 Height = 278 Align = alClient ItemHeight = 13 MultiSelect = True TabOrder = 1 end end object group_extract: TGroupBox Left = 191 Top = 0 Width = 296 Height = 398 Align = alRight Caption = '2. Select extract-method' TabOrder = 1 object group_singlefiles: TGroupBox Left = 8 Top = 16 Width = 281 Height = 185 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 Left = 8 Top = 208 Width = 281 Height = 73 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 Left = 8 Top = 288 Width = 281 Height = 105 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 end end end object saved: TSaveDialog Left = 448 Top = 328 end end