object FormPlayersStats: TFormPlayersStats Left = 689 Height = 308 Top = 437 Width = 737 Caption = 'Players stats' ClientHeight = 308 ClientWidth = 737 Constraints.MinHeight = 120 Constraints.MinWidth = 120 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.6.0.0' object ListView1: TListView Left = 10 Height = 247 Top = 10 Width = 717 Align = alTop Anchors = [akTop, akLeft, akRight, akBottom] BorderSpacing.Around = 10 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 ButtonClose: TButton Left = 614 Height = 37 Top = 265 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' TabOrder = 1 OnClick = ButtonCloseClick 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