object FormPlayersStats: TFormPlayersStats Left = 907 Height = 300 Top = 570 Width = 746 Caption = 'Players stats' ClientHeight = 300 ClientWidth = 746 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.4.0.0' object ListView1: TListView Left = 5 Height = 290 Top = 5 Width = 736 Align = alClient BorderSpacing.Around = 5 Columns = < item Caption = 'Name' Width = 120 end item Caption = 'Mode' Width = 120 end item Caption = 'Cells' Width = 120 end item Caption = 'Discovered' Width = 120 end item Caption = 'Cities' Width = 120 end item Caption = 'Units' Width = 120 end item Caption = 'Win objective cells' Width = 150 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object PopupMenu1: TPopupMenu Left = 172 Top = 132 object MenuItem1: TMenuItem Action = ASpectate end end object ActionList1: TActionList Left = 448 Top = 136 object ASpectate: TAction Caption = 'Spectate' OnExecute = ASpectateExecute end end object ListViewSort1: TListViewSort ListView = ListView1 OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter Column = 0 Order = soNone Left = 653 Top = 132 end end