object ImportStructureForm: TImportStructureForm Left = 323 Height = 461 Top = 147 Width = 549 Caption = 'Import structure' ClientHeight = 461 ClientWidth = 549 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '0.9.31' object EditSchema: TEdit Left = 8 Height = 21 Top = 150 Width = 168 TabOrder = 0 end object Label1: TLabel Left = 8 Height = 14 Top = 136 Width = 42 Caption = 'Schema:' ParentColor = False end object Label2: TLabel Left = 8 Height = 14 Top = 8 Width = 27 Caption = 'Host:' ParentColor = False end object EditHost: TEdit Left = 8 Height = 21 Top = 27 Width = 168 TabOrder = 1 end object Label3: TLabel Left = 8 Height = 14 Top = 53 Width = 27 Caption = 'User:' ParentColor = False end object EditUser: TEdit Left = 6 Height = 21 Top = 71 Width = 170 TabOrder = 2 end object Label4: TLabel Left = 8 Height = 14 Top = 96 Width = 51 Caption = 'Password:' ParentColor = False end object EditPassword: TEdit Left = 8 Height = 21 Top = 112 Width = 168 TabOrder = 3 end object Button1: TButton Left = 469 Height = 25 Top = 429 Width = 75 Anchors = [akRight, akBottom] Caption = 'Import' OnClick = Button1Click TabOrder = 4 end object Memo1: TMemo Left = 184 Height = 408 Top = 8 Width = 356 Anchors = [akTop, akLeft, akRight, akBottom] ScrollBars = ssAutoBoth TabOrder = 5 end end