home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / Control.exe / 0 / RCDATA / TPREVIEWFORM / TPREVIEWFORM.txt
Text File  |  1998-03-01  |  445b  |  21 lines

  1. object PreviewForm: TPreviewForm
  2.   Left = 200
  3.   Top = 110
  4.   BorderStyle = bsNone
  5.   Caption = 'PreviewForm'
  6.   ClientHeight = 122
  7.   ClientWidth = 164
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnMouseDown = FormMouseDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20. end
  21.