object FormConnect: TFormConnect Left = 795 Height = 542 Top = 509 Width = 739 Caption = 'Connection parameters' ClientHeight = 542 ClientWidth = 739 DesignTimePPI = 144 OnCreate = FormCreate LCLVersion = '2.2.2.0' object EditName: TEdit Left = 256 Height = 43 Top = 25 Width = 310 TabOrder = 0 end object Label1: TLabel Left = 18 Height = 26 Top = 32 Width = 56 Caption = 'Name:' ParentColor = False end object Label2: TLabel Left = 18 Height = 26 Top = 80 Width = 147 Caption = 'Database engine:' ParentColor = False end object ComboBoxDbEngines: TComboBox Left = 256 Height = 42 Top = 72 Width = 310 ItemHeight = 0 OnChange = ComboBoxDbEnginesChange Style = csDropDownList TabOrder = 1 end object ButtonOk: TButton Left = 624 Height = 30 Top = 496 Width = 90 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 488 Height = 30 Top = 496 Width = 90 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object PageControl1: TPageControl Left = 18 Height = 340 Top = 139 Width = 703 ActivePage = TabSheetRegistry Anchors = [akTop, akLeft, akRight] ShowTabs = False TabIndex = 3 TabOrder = 4 object TabSheetXml: TTabSheet ClientHeight = 336 ClientWidth = 693 object Label3: TLabel Left = 17 Height = 26 Top = 24 Width = 69 Caption = 'Xml file:' ParentColor = False end object EditXml: TEdit Left = 110 Height = 43 Top = 16 Width = 446 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonXmlBrowse: TButton Left = 566 Height = 37 Top = 19 Width = 113 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonXmlBrowseClick TabOrder = 1 end end object TabSheetSql: TTabSheet ClientHeight = 336 ClientWidth = 693 object Label4: TLabel Left = 19 Height = 26 Top = 19 Width = 44 Caption = 'Host:' ParentColor = False end object EditHost: TEdit Left = 150 Height = 43 Top = 14 Width = 312 TabOrder = 0 end object Label5: TLabel Left = 19 Height = 26 Top = 72 Width = 40 Caption = 'Port:' ParentColor = False end object SpinEditPort: TSpinEdit Left = 152 Height = 43 Top = 64 Width = 133 MaxValue = 65535 TabOrder = 1 end end object TabSheetSqlite: TTabSheet end object TabSheetRegistry: TTabSheet end end object OpenDialog1: TOpenDialog Left = 632 Top = 32 end end