object FormConnection: TFormConnection Left = 416 Height = 165 Top = 171 Width = 328 Caption = 'Connection settings' ClientHeight = 165 ClientWidth = 328 LCLVersion = '1.1' object ButtonConnect: TButton Left = 240 Height = 25 Top = 133 Width = 75 Anchors = [akRight, akBottom] Caption = 'Connect' Default = True ModalResult = 1 TabOrder = 0 end object ButtonCancel: TButton Left = 152 Height = 25 Top = 133 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object Label1: TLabel Left = 9 Height = 13 Top = 15 Width = 26 Caption = 'Host:' ParentColor = False end object EditHostName: TEdit Left = 151 Height = 21 Top = 11 Width = 156 TabOrder = 2 end object Label2: TLabel Left = 9 Height = 13 Top = 44 Width = 26 Caption = 'User:' ParentColor = False end object EditUserName: TEdit Left = 151 Height = 21 Top = 40 Width = 156 TabOrder = 3 end object EditSchema: TEdit Left = 151 Height = 21 Top = 97 Width = 156 TabOrder = 5 end object Label3: TLabel Left = 9 Height = 13 Top = 72 Width = 50 Caption = 'Password:' ParentColor = False end object Label4: TLabel Left = 9 Height = 13 Top = 101 Width = 41 Caption = 'Schema:' ParentColor = False end object EditPassword: TEdit Left = 151 Height = 21 Top = 68 Width = 156 EchoMode = emPassword PasswordChar = '*' TabOrder = 4 end end