object Form1: TForm1 Left = 199 Top = 114 Width = 278 Height = 300 Caption = 'Canvas' Color = clBlack Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate OnPaint = FormPaint OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 24 Top = 16 end end