object FormConnect: TFormConnect Left = 795 Height = 452 Top = 509 Width = 616 Caption = 'Connection parameters:' ClientHeight = 452 ClientWidth = 616 DesignTimePPI = 120 OnShow = FormShow LCLVersion = '1.8.0.6' object EditName: TEdit Left = 211 Height = 28 Top = 21 Width = 261 TabOrder = 0 end object Label1: TLabel Left = 16 Height = 20 Top = 26 Width = 43 Caption = 'Name:' ParentColor = False end object Label2: TLabel Left = 16 Height = 20 Top = 67 Width = 115 Caption = 'Database engine:' ParentColor = False end object ComboBox1: TComboBox Left = 213 Height = 28 Top = 67 Width = 260 ItemHeight = 20 OnChange = ComboBox1Change Style = csDropDownList TabOrder = 1 end object ButtonOk: TButton Left = 460 Height = 25 Top = 402 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 336 Height = 25 Top = 400 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object PageControl1: TPageControl Left = 15 Height = 250 Top = 116 Width = 586 ActivePage = TabSheetRegistry Anchors = [akTop, akLeft, akRight] ShowTabs = False TabIndex = 3 TabOrder = 4 object TabSheetXml: TTabSheet ClientHeight = 242 ClientWidth = 578 object Label3: TLabel Left = 14 Height = 20 Top = 20 Width = 54 Caption = 'Xml file:' ParentColor = False end object EditXml: TEdit Left = 92 Height = 28 Top = 21 Width = 372 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonXmlBrowse: TButton Left = 472 Height = 31 Top = 16 Width = 94 Anchors = [akTop, akRight] Caption = 'Browse' OnClick = ButtonXmlBrowseClick TabOrder = 1 end end object TabSheetSql: TTabSheet ClientHeight = 242 ClientWidth = 578 object Label4: TLabel Left = 14 Height = 20 Top = 16 Width = 34 Caption = 'Host:' ParentColor = False end object EditHost: TEdit Left = 125 Height = 28 Top = 12 Width = 260 TabOrder = 0 end object Label5: TLabel Left = 16 Height = 20 Top = 48 Width = 30 Caption = 'Port:' ParentColor = False end object SpinEditPort: TSpinEdit Left = 125 Height = 28 Top = 48 Width = 111 MaxValue = 65535 TabOrder = 1 end end object TabSheetSqlite: TTabSheet Caption = 'TabSheetSqlite' end object TabSheetRegistry: TTabSheet Caption = 'TabSheetRegistry' end end object OpenDialog1: TOpenDialog left = 528 top = 32 end end