object FormConnect: TFormConnect Left = 590 Height = 470 Top = 269 Width = 641 Caption = 'Connection parameters' ClientHeight = 470 ClientWidth = 641 DesignTimePPI = 125 LCLVersion = '3.2.0.0' object EditName: TEdit Left = 222 Height = 39 Top = 22 Width = 269 TabOrder = 0 end object Label1: TLabel Left = 16 Height = 22 Top = 28 Width = 49 Caption = 'Name:' ParentColor = False end object Label2: TLabel Left = 16 Height = 22 Top = 69 Width = 130 Caption = 'Database engine:' ParentColor = False end object ComboBoxDbEngines: TComboBox Left = 222 Height = 38 Top = 62 Width = 269 ItemHeight = 0 Style = csDropDownList TabOrder = 1 OnChange = ComboBoxDbEnginesChange end object ButtonOk: TButton Left = 541 Height = 26 Top = 430 Width = 78 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 423 Height = 26 Top = 430 Width = 78 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object PageControl1: TPageControl Left = 16 Height = 295 Top = 121 Width = 609 ActivePage = TabSheetRegistry Anchors = [akTop, akLeft, akRight] ShowTabs = False TabIndex = 3 TabOrder = 4 object TabSheetXml: TTabSheet ClientHeight = 291 ClientWidth = 599 object Label3: TLabel Left = 15 Height = 22 Top = 21 Width = 58 Caption = 'Xml file:' ParentColor = False end object EditXml: TEdit Left = 95 Height = 39 Top = 14 Width = 385 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end object ButtonXmlBrowse: TButton Left = 489 Height = 32 Top = 16 Width = 98 Anchors = [akTop, akRight] Caption = 'Browse' TabOrder = 1 OnClick = ButtonXmlBrowseClick end end object TabSheetSql: TTabSheet ClientHeight = 291 ClientWidth = 599 object Label4: TLabel Left = 16 Height = 22 Top = 16 Width = 38 Caption = 'Host:' ParentColor = False end object EditHost: TEdit Left = 130 Height = 39 Top = 12 Width = 271 TabOrder = 0 end object Label5: TLabel Left = 16 Height = 22 Top = 62 Width = 34 Caption = 'Port:' ParentColor = False end object SpinEditPort: TSpinEdit Left = 132 Height = 39 Top = 56 Width = 115 MaxValue = 65535 TabOrder = 1 end end object TabSheetSqlite: TTabSheet end object TabSheetRegistry: TTabSheet end end object OpenDialog1: TOpenDialog Left = 549 Top = 28 end end