object FormImport: TFormImport Left = 575 Height = 608 Top = 256 Width = 782 Caption = 'Import' ClientHeight = 608 ClientWidth = 782 DesignTimePPI = 144 Position = poScreenCenter LCLVersion = '3.6.0.0' object ButtonProcess: TButton Left = 16 Height = 38 Top = 10 Width = 128 Caption = 'Process' ParentFont = False TabOrder = 0 OnClick = ButtonProcessClick end object Memo1: TMemo Left = 10 Height = 533 Top = 64 Width = 765 Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False ScrollBars = ssAutoBoth TabOrder = 3 end object ComboBoxDataFormat: TComboBox Left = 317 Height = 38 Top = 11 Width = 168 ItemHeight = 0 ItemIndex = 0 Items.Strings = ( 'CSV' 'MediaWiki' ) ParentFont = False Style = csDropDownList TabOrder = 1 Text = 'CSV' end object Label1: TLabel Left = 184 Height = 26 Top = 16 Width = 106 Caption = 'Data format:' ParentColor = False ParentFont = False end object ButtonLoadFromFile: TButton Left = 608 Height = 38 Top = 10 Width = 167 Anchors = [akTop, akRight] Caption = 'Load from file' ParentFont = False TabOrder = 2 OnClick = ButtonLoadFromFileClick end object OpenDialog1: TOpenDialog Left = 397 Top = 224 end end