object FormTables: TFormTables Left = 731 Height = 660 Top = 117 Width = 978 Caption = 'Tables' ClientHeight = 660 ClientWidth = 978 DesignTimePPI = 120 OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.8.0.6' object ListView1: TListView Left = 4 Height = 616 Top = 4 Width = 970 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Name' Width = 500 end item Caption = 'Records' Width = 453 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = AShowRecordsExecute OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 36 Top = 624 Width = 978 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 = AShowRecords end object ToolButton5: TToolButton Left = 145 Top = 2 Action = AShowFields end end object ActionList1: TActionList Images = Core.ImageList1 left = 322 top = 142 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 = 464 top = 144 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