object FormTables: TFormTables Left = 731 Height = 688 Top = 117 Width = 1019 Caption = 'Tables' ClientHeight = 688 ClientWidth = 1019 DesignTimePPI = 125 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.2.0.0' object ListViewTables: TListView Left = 4 Height = 643 Top = 4 Width = 1011 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Name' Width = 521 end item Caption = 'Records' Width = 477 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewTablesData OnDblClick = AShowRecordsExecute OnSelectItem = ListViewTablesSelectItem end object ToolBar1: TToolBar Left = 0 Height = 37 Top = 651 Width = 1019 Align = alBottom ButtonHeight = 33 ButtonWidth = 33 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 = AShowRecords end object ToolButton5: TToolButton Left = 145 Top = 2 Action = AShowFields end end object ActionList1: TActionList Images = Core.ImageList1 Left = 319 Top = 150 object AAdd: TAction Caption = 'Add' 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 AShowRecords: TAction Caption = 'Records' ImageIndex = 7 OnExecute = AShowRecordsExecute end object AShowFields: TAction Caption = 'Design' ImageIndex = 6 OnExecute = AShowFieldsExecute end end object PopupMenu1: TPopupMenu Images = Core.ImageList1 Left = 484 Top = 150 object MenuItem4: TMenuItem Action = AShowRecords Default = True end object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end object MenuItem5: TMenuItem Action = AShowFields end end end