object FormDatabases: TFormDatabases Left = 592 Height = 515 Top = 429 Width = 908 Caption = 'Connection profiles' ClientHeight = 515 ClientWidth = 908 DesignTimePPI = 120 OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.0.6' object ListView1: TListView Left = 4 Height = 471 Top = 4 Width = 900 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Name' Width = 200 end item Caption = 'Type' Width = 200 end item Caption = 'Connection string' Width = 483 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 36 Top = 479 Width = 908 Align = alBottom ButtonHeight = 32 ButtonWidth = 32 Images = Core.ImageList1 ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 37 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 73 Top = 2 Action = ARemove end object ToolButton4: TToolButton Left = 109 Top = 2 Action = AOpen end end object PopupMenu1: TPopupMenu Images = Core.ImageList1 left = 569 top = 136 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end object MenuItem4: TMenuItem Action = AOpen Default = True end end object ActionList1: TActionList Images = Core.ImageList1 left = 392 top = 136 object AAdd: TAction Caption = 'New' ImageIndex = 5 OnExecute = AAddExecute end object AModify: TAction Caption = 'Modify' ImageIndex = 3 OnExecute = AModifyExecute end object ARemove: TAction Caption = 'Remove' ImageIndex = 4 OnExecute = ARemoveExecute end object AOpen: TAction Caption = 'Open' ImageIndex = 8 OnExecute = AOpenExecute end end end