object PreviewForm: TPreviewForm Left = 200 Top = 110 BorderStyle = bsNone Caption = 'PreviewForm' ClientHeight = 122 ClientWidth = 164 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 13 end