object FormExport: TFormExport Left = 281 Height = 654 Top = 221 Width = 850 Caption = 'Export' ClientHeight = 654 ClientWidth = 850 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object ButtonProcess: TButton Left = 18 Height = 33 Top = 9 Width = 139 Caption = 'Process' OnClick = ButtonProcessClick TabOrder = 0 end object ComboBoxDataFormat: TComboBox Left = 341 Height = 28 Top = 5 Width = 182 ItemHeight = 20 ItemIndex = 0 Items.Strings = ( 'CSV' 'MediaWiki List' 'MediaWiki Table' ) Style = csDropDownList TabOrder = 1 Text = 'CSV' end object ButtonSaveToFile: TButton Left = 653 Height = 33 Top = 9 Width = 181 Anchors = [akTop, akRight] Caption = 'Save to file' OnClick = ButtonSaveToFileClick TabOrder = 2 end object Memo1: TMemo Left = 8 Height = 597 Top = 51 Width = 830 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 3 end object SaveDialog1: TSaveDialog left = 395 top = 124 end end