object fmStatistics: TfmStatistics
  Left = 938
  Height = 435
  Top = 318
  Width = 523
  Caption = 'Statistics'
  ClientHeight = 435
  ClientWidth = 523
  KeyPreview = True
  OnCreate = FormCreate
  OnHide = FormHide
  OnKeyPress = FormKeyPress
  OnPaint = FormPaint
  OnShow = FormShow
  LCLVersion = '1.7'
  object pcStatistics: TPageControl
    Left = 0
    Height = 435
    Top = 0
    Width = 523
    ActivePage = tsLocal
    Align = alClient
    TabIndex = 0
    TabOrder = 0
    object tsLocal: TTabSheet
      Caption = 'Local'
      ClientHeight = 407
      ClientWidth = 519
      object lvStatistics: TListView
        Left = 0
        Height = 407
        Top = 0
        Width = 519
        Align = alClient
        Anchors = [akTop, akLeft, akBottom]
        BorderSpacing.InnerBorder = 20
        Columns = <        
          item
            AutoSize = True
            MinWidth = 50
            Width = 100
          end        
          item
            Alignment = taRightJustify
            AutoSize = True
            MinWidth = 50
            Width = 100
          end        
          item
            Alignment = taRightJustify
            MinWidth = 50
            Width = 373
          end>
        ScrollBars = ssAutoBoth
        TabOrder = 0
        ViewStyle = vsReport
      end
    end
    object tsNetwork: TTabSheet
      Caption = 'Network'
      ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
      ChildSizing.ShrinkHorizontal = crsHomogenousChildResize
      ChildSizing.Layout = cclLeftToRightThenTopToBottom
      ChildSizing.ControlsPerLine = 2
      ClientHeight = 407
      ClientWidth = 519
      TabVisible = False
      object chRating: TChart
        Left = 0
        Height = 142
        Top = 265
        Width = 519
        AllowZoom = False
        AxisList = <        
          item
            TickLength = 0
            AxisPen.Visible = True
            Marks.Distance = 3
            Minors = <>
            Range.Min = 1
            Range.UseMin = True
            Title.LabelFont.Orientation = 900
            Title.Visible = True
            Title.Caption = 'Count'
          end        
          item
            TickLength = 0
            Alignment = calBottom
            Marks.Distance = 3
            Minors = <>
            Title.Visible = True
            Title.Caption = 'Rating'
          end>
        BackColor = clDefault
        Foot.Brush.Color = clBtnFace
        Foot.Font.Color = clBlue
        Legend.UseSidebar = False
        Title.Brush.Color = clBtnFace
        Title.Font.Color = clBlue
        Title.Text.Strings = (
          'Distribution of rating'
        )
        Align = alBottom
        ParentShowHint = False
        ShowHint = True
        OnResize = ChartResize
        object Bars: TBarSeries
          Legend.Visible = False
          Marks.Distance = 1
          Marks.Visible = False
          AxisIndexY = 0
          BarBrush.Color = clGreen
        end
        object Lines: TConstantLine
          Legend.Visible = False
          LineStyle = lsVertical
          Pen.Color = clMaroon
          Pen.Width = 3
          Position = 2
          ZPosition = 1
        end
      end
      object spHorz: TSplitter
        Cursor = crVSplit
        Left = 0
        Height = 5
        Top = 260
        Width = 519
        Align = alBottom
        ResizeAnchor = akBottom
      end
      object pnTop: TPanel
        Left = 0
        Height = 260
        Top = 0
        Width = 519
        Align = alClient
        Caption = 'pnTop'
        ClientHeight = 260
        ClientWidth = 519
        TabOrder = 2
        object pnMiddle: TPanel
          AnchorSideBottom.Side = asrBottom
          Left = 260
          Height = 525
          Top = 0
          Width = 0
          Anchors = [akTop, akBottom]
          BevelOuter = bvNone
          TabOrder = 0
        end
        object chWin: TChart
          AnchorSideLeft.Control = pnTop
          AnchorSideTop.Control = pnTop
          AnchorSideRight.Control = pnMiddle
          AnchorSideBottom.Control = pnTop
          AnchorSideBottom.Side = asrBottom
          Left = 2
          Height = 258
          Top = 1
          Width = 258
          AllowZoom = False
          AxisList = <          
            item
              Minors = <>
              Title.LabelFont.Orientation = 900
            end          
            item
              Alignment = calBottom
              Minors = <>
            end>
          AxisVisible = False
          Foot.Brush.Color = clBtnFace
          Foot.Font.Color = clBlue
          Frame.Visible = False
          Title.Brush.Color = clBtnFace
          Title.Font.Color = clBlue
          Title.Text.Strings = (
            'Wins'
          )
          Title.Visible = True
          Anchors = [akTop, akLeft, akRight, akBottom]
          BorderSpacing.Left = 1
          OnClick = chWinLossClick
          OnResize = ChartResize
          object chWinPie: TPieSeries
            Marks.Distance = 10
            Marks.LabelFont.Color = clInfoText
            Marks.Format = '%2:s %0:.9g'
            Marks.LabelBrush.Color = clInfoBk
            Marks.Style = smsLabelValue
          end
        end
        object chLoss: TChart
          AnchorSideLeft.Control = pnMiddle
          AnchorSideTop.Control = pnTop
          AnchorSideRight.Control = pnTop
          AnchorSideRight.Side = asrBottom
          AnchorSideBottom.Control = pnTop
          AnchorSideBottom.Side = asrBottom
          Left = 260
          Height = 258
          Top = 1
          Width = 258
          AllowZoom = False
          AxisList = <          
            item
              Minors = <>
              Title.LabelFont.Orientation = 900
            end          
            item
              Alignment = calBottom
              Minors = <>
            end>
          AxisVisible = False
          Foot.Brush.Color = clBtnFace
          Foot.Font.Color = clBlue
          Frame.Visible = False
          Title.Brush.Color = clBtnFace
          Title.Font.Color = clRed
          Title.Text.Strings = (
            'Losses'
          )
          Title.Visible = True
          Anchors = [akTop, akLeft, akRight, akBottom]
          OnClick = chWinLossClick
          object chLossPie: TPieSeries
            Marks.Distance = 10
            Marks.LabelFont.Color = clInfoText
            Marks.Format = '%2:s %0:.9g'
            Marks.LabelBrush.Color = clInfoBk
            Marks.Style = smsLabelValue
          end
        end
      end
    end
  end
end
