object FormExport: TFormExport Left = 281 Height = 785 Top = 221 Width = 1020 Caption = 'Export' ClientHeight = 785 ClientWidth = 1020 DesignTimePPI = 144 Position = poScreenCenter LCLVersion = '3.6.0.0' object ButtonProcess: TButton Left = 22 Height = 38 Top = 11 Width = 167 Caption = 'Process' TabOrder = 0 OnClick = ButtonProcessClick end object ComboBoxDataFormat: TComboBox Left = 409 Height = 38 Top = 11 Width = 218 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'CSV' 'MediaWiki List' 'MediaWiki Table' ) Style = csDropDownList TabOrder = 1 Text = 'CSV' end object ButtonSaveToFile: TButton Left = 784 Height = 38 Top = 11 Width = 217 Anchors = [akTop, akRight] Caption = 'Save to file' TabOrder = 2 OnClick = ButtonSaveToFileClick end object Memo1: TMemo Left = 10 Height = 717 Top = 61 Width = 996 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 3 end object Label1: TLabel Left = 280 Height = 26 Top = 16 Width = 106 Caption = 'Data format:' ParentColor = False ParentFont = False end object SaveDialog1: TSaveDialog Left = 474 Top = 149 end object JobProgressView1: TJobProgressView OwnerDraw = False ShowDelay = 0 AutoClose = True Left = 472 Top = 256 end end