object LoginProfileForm: TLoginProfileForm Left = 276 Height = 395 Top = 147 Width = 527 Caption = 'Connection profile' ClientHeight = 395 ClientWidth = 527 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow Position = poScreenCenter LCLVersion = '0.9.31' object LabelServer: TLabel Left = 262 Height = 18 Top = 63 Width = 47 Anchors = [akTop, akRight] Caption = 'Server:' ParentColor = False end object EditServer: TEdit Left = 345 Height = 27 Top = 56 Width = 178 Anchors = [akTop, akRight] OnChange = EditServerChange TabOrder = 0 end object ListBoxProfiles: TListBox Left = 10 Height = 289 Top = 25 Width = 240 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 OnSelectionChange = ListBoxProfilesSelectionChange ScrollWidth = 236 TabOrder = 1 TopIndex = -1 end object ButtonOk: TButton Left = 448 Height = 25 Top = 362 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 OnClick = ButtonOkClick TabOrder = 2 end object Label1: TLabel Left = 10 Height = 18 Top = 9 Width = 53 Caption = 'Profiles:' ParentColor = False end object Panel1: TPanel Left = 8 Height = 3 Top = 354 Width = 515 Anchors = [akLeft, akRight, akBottom] BevelInner = bvSpace BevelOuter = bvLowered TabOrder = 3 end object SpinEditPort: TSpinEdit Left = 345 Height = 27 Top = 84 Width = 178 Anchors = [akTop, akRight] MaxValue = 65535 OnChange = SpinEditPortChange TabOrder = 4 end object Label2: TLabel Left = 262 Height = 18 Top = 91 Width = 31 Anchors = [akTop, akRight] Caption = 'Port:' ParentColor = False end object Label3: TLabel Left = 262 Height = 18 Top = 117 Width = 58 Anchors = [akTop, akRight] Caption = 'Protocol:' ParentColor = False end object ComboBoxProtocol: TComboBox Left = 345 Height = 27 Top = 113 Width = 178 Anchors = [akTop, akRight] ItemHeight = 0 OnChange = ComboBoxProtocolChange Style = csDropDownList TabOrder = 5 end object Label4: TLabel Left = 262 Height = 18 Top = 152 Width = 67 Anchors = [akTop, akRight] Caption = 'Database:' ParentColor = False end object EditDatabase: TEdit Left = 345 Height = 27 Top = 145 Width = 178 Anchors = [akTop, akRight] OnChange = EditDatabaseChange TabOrder = 6 end object ButtonAdd: TButton Left = 9 Height = 25 Top = 322 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Add' OnClick = ButtonAddClick TabOrder = 7 end object ButtonDelete: TButton Left = 96 Height = 25 Top = 322 Width = 75 Anchors = [akLeft, akBottom] Caption = 'Delete' OnClick = ButtonDeleteClick TabOrder = 8 end object ButtonCancel: TButton Left = 366 Height = 25 Top = 362 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 9 end object EditName: TEdit Left = 343 Height = 27 Top = 26 Width = 179 Anchors = [akTop, akRight] OnChange = EditNameChange TabOrder = 10 end object Label5: TLabel Left = 262 Height = 18 Top = 30 Width = 44 Anchors = [akTop, akRight] Caption = 'Name:' ParentColor = False end end