object FormNations: TFormNations Left = 693 Height = 360 Top = 329 Width = 480 Caption = 'Nations' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 0 Height = 321 Top = 0 Width = 480 Align = alClient Columns = < item Caption = 'Name' Width = 150 end item Caption = 'Color' Width = 100 end item Caption = 'Bonuses' Width = 215 end> MultiSelect = True OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnCustomDrawSubItem = ListView1CustomDrawSubItem OnData = ListView1Data OnDblClick = AModifyExecute OnKeyPress = ListView1KeyPress OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 39 Top = 321 Width = 480 Align = alBottom Images = Core.ImageListSmall 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 = 207 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 OnExecute = ACloneExecute 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