object PaintForm: TPaintForm Left = 296 Top = 203 BorderIcons = [] BorderStyle = bsDialog Caption = 'Paint Form' ClientHeight = 354 ClientWidth = 429 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object PaintBox1: TPaintBox Left = 0 Top = 0 Width = 429 Height = 354 Align = alClient OnPaint = PaintBox1Paint end end