object PaintForm: TPaintForm Left = 300 Top = 221 Width = 429 Height = 354 BorderIcons = [] Caption = 'Paint Form' Color = clBackground Font.Color = clText Font.Height = 11 Font.Name = 'MS Sans Serif' Font.Pitch = fpVariable Font.Style = [] Font.Weight = 0 ParentFont = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 TextWidth = 5 object PaintBox1: TPaintBox Left = 0 Top = 0 Width = 429 Height = 354 Align = alClient OnPaint = PaintBox1Paint end end