object FormImport: TFormImport Left = 575 Height = 608 Top = 256 Width = 782 Caption = 'Import' ClientHeight = 608 ClientWidth = 782 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.12.0' object ButtonProcess: TButton Left = 19 Height = 30 Top = 10 Width = 128 Caption = 'Process' OnClick = ButtonProcessClick ParentFont = False TabOrder = 0 end object Memo1: TMemo Left = 10 Height = 549 Top = 48 Width = 765 Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False ScrollBars = ssAutoBoth TabOrder = 3 end object ComboBoxDataFormat: TComboBox Left = 317 Height = 38 Top = 6 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 = 24 Top = 11 Width = 106 Caption = 'Data format:' ParentColor = False ParentFont = False end object ButtonLoadFromFile: TButton Left = 604 Height = 30 Top = 10 Width = 167 Anchors = [akTop, akRight] Caption = 'Load from file' OnClick = ButtonLoadFromFileClick ParentFont = False TabOrder = 2 end object OpenDialog1: TOpenDialog Left = 397 Top = 224 end end