object FormRecords: TFormRecords Left = 621 Height = 549 Top = 308 Width = 897 Caption = 'Records' ClientHeight = 549 ClientWidth = 897 OnShow = FormShow Position = poMainFormCenter LCLVersion = '1.8.0.4' object ListView1: TListView Left = 4 Height = 505 Top = 4 Width = 889 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 = AModifyExecute OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 36 Top = 513 Width = 897 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 end object ActionList1: TActionList Images = Core.ImageList1 left = 350 top = 168 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 end object PopupMenu1: TPopupMenu Images = Core.ImageList1 left = 492 top = 172 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify Default = True end object MenuItem3: TMenuItem Action = ARemove end end end