object FormHistory: TFormHistory Left = 670 Height = 367 Top = 572 Width = 526 Caption = 'Moves history' ClientHeight = 367 ClientWidth = 526 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '3.6.0.0' object PaintBox1: TPaintBox Left = 8 Height = 244 Top = 75 Width = 511 Align = alCustom Anchors = [akTop, akLeft, akRight, akBottom] OnPaint = PaintBox1Paint end object Panel1: TPanel Left = 0 Height = 75 Top = 0 Width = 526 Align = alTop BevelOuter = bvNone ClientHeight = 75 ClientWidth = 526 TabOrder = 0 object TrackBar1: TTrackBar Left = 16 Height = 58 Top = 8 Width = 494 OnChange = TrackBar1Change Position = 0 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end end object ButtonClose: TButton Left = 406 Height = 38 Top = 327 Width = 113 Anchors = [akRight, akBottom] Caption = 'Close' ModalResult = 11 TabOrder = 1 end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer Left = 108 Top = 123 end end