object FormImport: TFormImport Left = 575 Height = 507 Top = 256 Width = 652 Caption = 'Import' ClientHeight = 507 ClientWidth = 652 Position = poScreenCenter LCLVersion = '1.6.0.4' object ButtonImport: TButton Left = 16 Height = 25 Top = 8 Width = 107 Caption = 'Process' OnClick = ButtonImportClick TabOrder = 0 end object Memo1: TMemo Left = 8 Height = 458 Top = 40 Width = 638 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 3 end object ComboBoxDataFormat: TComboBox Left = 264 Height = 28 Top = 5 Width = 140 ItemHeight = 20 ItemIndex = 0 Items.Strings = ( 'CSV' 'MediaWiki' ) Style = csDropDownList TabOrder = 1 Text = 'CSV' end object Label1: TLabel Left = 153 Height = 20 Top = 9 Width = 84 Caption = 'Data format:' ParentColor = False end object ButtonLoadFromFile: TButton Left = 504 Height = 25 Top = 8 Width = 139 Anchors = [akTop, akRight] Caption = 'Load from file' OnClick = ButtonLoadFromFileClick TabOrder = 2 end object OpenDialog1: TOpenDialog left = 331 top = 187 end end