object FormGameSystems: TFormGameSystems Left = 1080 Height = 300 Top = 570 Width = 400 Caption = 'Game systems' ClientHeight = 300 ClientWidth = 400 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.4.0.0' object ListView1: TListView Left = 0 Height = 262 Top = 0 Width = 400 Align = alClient Columns = < item Caption = 'Name' Width = 466 end> MultiSelect = True OwnerData = True ParentFont = False PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = AModifyExecute OnKeyPress = ListView1KeyPress OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 38 Top = 262 Width = 400 Align = alBottom Images = Core.ImageListSmall ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 36 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 71 Top = 2 Action = ARemove end object ToolButton4: TToolButton Left = 106 Top = 2 Action = AClone end end object ActionList1: TActionList Images = Core.ImageListSmall Left = 208 Top = 163 object AAdd: TAction Caption = 'Add' ImageIndex = 16 OnExecute = AAddExecute end object AModify: TAction Caption = 'Modify' ImageIndex = 6 OnExecute = AModifyExecute end object ARemove: TAction Caption = 'Remove' ImageIndex = 18 OnExecute = ARemoveExecute end object AClone: TAction Caption = 'Clone' ImageIndex = 17 end object ASelectAll: TAction Caption = 'Select all' OnExecute = ASelectAllExecute ShortCut = 16449 end end object PopupMenu1: TPopupMenu Images = Core.ImageListSmall Left = 352 Top = 160 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end object MenuItem4: TMenuItem Action = AClone end object MenuItem5: TMenuItem Action = ASelectAll end end end