object FormHistory: TFormHistory Left = 659 Height = 360 Top = 560 Width = 480 Caption = 'Moves history' ClientHeight = 360 ClientWidth = 480 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.0.2.0' object PaintBox1: TPaintBox Left = 0 Height = 285 Top = 75 Width = 480 Align = alClient OnPaint = PaintBox1Paint end object Panel1: TPanel Left = 0 Height = 75 Top = 0 Width = 480 Align = alTop BevelOuter = bvNone ClientHeight = 75 ClientWidth = 480 TabOrder = 0 object TrackBar1: TTrackBar Left = 16 Height = 58 Top = 8 Width = 448 OnChange = TrackBar1Change Position = 0 Anchors = [akTop, akLeft, akRight] TabOrder = 0 end end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer left = 108 top = 123 end end