object FormImport: TFormImport Left = 859 Height = 679 Top = 380 Width = 842 Caption = 'Import' ClientHeight = 679 ClientWidth = 842 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonCancel: TButton Left = 578 Height = 37 Top = 631 Width = 113 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 0 end object ButtonImport: TButton Left = 709 Height = 37 Top = 631 Width = 113 Anchors = [akRight, akBottom] Caption = 'Import' ModalResult = 1 OnClick = ButtonImportClick ParentFont = False TabOrder = 1 end object ScrollBox1: TScrollBox Left = 17 Height = 606 Top = 9 Width = 805 HorzScrollBar.Page = 433 VertScrollBar.Page = 225 Anchors = [akTop, akLeft, akRight, akBottom] ClientHeight = 604 ClientWidth = 803 TabOrder = 2 object Label1: TLabel Left = 16 Height = 26 Top = 80 Width = 112 Caption = 'Input format:' ParentColor = False end object ComboBoxInputFormat: TComboBox Left = 208 Height = 42 Top = 76 Width = 225 ItemHeight = 0 OnChange = ComboBoxInputFormatChange ReadOnly = True Style = csDropDownList TabOrder = 0 end object Label2: TLabel Left = 16 Height = 26 Top = 31 Width = 81 Caption = 'Input file:' ParentColor = False end object EditInputFile: TEdit Left = 208 Height = 43 Top = 24 Width = 464 Anchors = [akTop, akLeft, akRight] OnChange = EditInputFileChange TabOrder = 1 end object ButtonBrowse: TButton Left = 680 Height = 38 Top = 24 Width = 113 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonBrowseClick TabOrder = 2 end object ListView1: TListView Left = 19 Height = 414 Top = 168 Width = 775 Anchors = [akTop, akLeft, akRight, akBottom] Columns = <> ReadOnly = True TabOrder = 3 ViewStyle = vsReport end object CheckBoxHumanReadableHeader: TCheckBox Left = 16 Height = 30 Top = 128 Width = 231 Caption = 'Human readable header' TabOrder = 4 end end object OpenDialog1: TOpenDialog Left = 336 Top = 216 end object TimerRedraw: TTimer OnTimer = TimerRedrawTimer Left = 121 Top = 230 end end