object Form1: TForm1 Left = 0 Top = 0 Caption = 'Draw Canvas Test 1' ClientHeight = 600 ClientWidth = 800 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] OnClick = FormClick OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnPaint = FormPaint TextHeight = 15 object Timer1: TTimer OnTimer = Timer1Timer Left = 56 Top = 80 end end