object FormGameSystems: TFormGameSystems Left = 779 Height = 300 Top = 236 Width = 400 Caption = 'Game systems' ClientHeight = 300 ClientWidth = 400 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 0 Height = 268 Top = 0 Width = 400 Align = alClient Columns = < item Caption = 'Name' Width = 388 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 Top = 268 Width = 400 Align = alBottom Images = Core.ImageListSmall ParentFont = False TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 30 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 59 Top = 2 Action = ARemove end object ToolButton4: TToolButton Left = 88 Top = 2 Action = AClone end end object ActionList1: TActionList Images = Core.ImageListSmall left = 173 top = 136 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 = 293 top = 133 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