object FormScore: TFormScore Left = 669 Height = 352 Top = 492 Width = 706 Caption = 'Score' ClientHeight = 352 ClientWidth = 706 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.6.0.0' object ListView1: TListView Left = 9 Height = 296 Top = 8 Width = 693 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Time' Width = 200 end item Caption = 'Board size' Width = 100 end item Caption = 'Score' Width = 100 end item Caption = 'Biggest tile' Width = 100 end item Caption = 'Moves' Width = 100 end item Caption = 'Undos' Width = 100 end item Caption = 'Disabled tiles' Width = 100 end item Caption = 'Unmergeable tiles' Width = 100 end item Caption = 'Duration' Width = 100 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data end object ButtonClose: TButton Left = 589 Height = 38 Top = 312 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 1 end object ButtonClear: TButton Left = 9 Height = 38 Top = 312 Width = 113 Anchors = [akLeft, akBottom] Caption = 'Clear' TabOrder = 2 OnClick = ButtonClearClick end object ListViewSort1: TListViewSort ListView = ListView1 OnCompareItem = ListViewSort1CompareItem OnFilter = ListViewSort1Filter Column = 2 Order = soDown Left = 253 Top = 153 end end