object FormPlayersStats: TFormPlayersStats Left = 468 Height = 300 Top = 477 Width = 746 Caption = 'Players stats' ClientHeight = 300 ClientWidth = 746 DesignTimePPI = 120 OnClose = FormClose OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 4 Height = 292 Top = 4 Width = 738 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Mode' Width = 100 end item Caption = 'Cells' Width = 100 end item Caption = 'Discovered' Width = 100 end item Caption = 'Cities' Width = 100 end item Caption = 'Units' Width = 100 end item Caption = 'Win objective cells' Width = 100 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object PopupMenu1: TPopupMenu left = 143 top = 110 object MenuItem1: TMenuItem Action = ASpectate end end object ActionList1: TActionList left = 358 top = 111 object ASpectate: TAction Caption = 'Spectate' OnExecute = ASpectateExecute end end object ListViewSort1: TListViewSort ListView = ListView1 OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter Column = 0 Order = soNone left = 544 top = 110 end end