object FormExport: TFormExport Left = 859 Height = 679 Top = 380 Width = 842 Caption = 'Export' 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 ButtonExport: TButton Left = 709 Height = 37 Top = 631 Width = 113 Anchors = [akRight, akBottom] Caption = 'Export' ModalResult = 1 OnClick = ButtonExportClick 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 = 126 Caption = 'Output format:' ParentColor = False end object ComboBoxOutputFormat: TComboBox Left = 208 Height = 42 Top = 76 Width = 225 ItemHeight = 0 OnChange = ComboBoxOutputFormatChange ReadOnly = True Style = csDropDownList TabOrder = 0 end object Label2: TLabel Left = 16 Height = 26 Top = 31 Width = 95 Caption = 'Output file:' ParentColor = False end object EditOutputFile: TEdit Left = 208 Height = 43 Top = 24 Width = 464 Anchors = [akTop, akLeft, akRight] 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 = 409 Top = 173 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' OnChange = CheckBoxHumanReadableHeaderChange TabOrder = 4 end end object SaveDialog1: TSaveDialog Left = 350 Top = 163 end object TimerRedraw: TTimer Interval = 200 OnTimer = TimerRedrawTimer Left = 205 Top = 277 end end