home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / picdll.zip / FERN.DFM / FERN.txt
Text File  |  1995-06-16  |  424b  |  24 lines

  1. object Ferns: TFerns
  2.   Left = 200
  3.   Top = 100
  4.   AutoScroll = False
  5.   Caption = 'Ferns'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   OnResize = FormResize
  16.   TextHeight = 16
  17.   object Timer1: TTimer
  18.     Interval = 1
  19.     OnTimer = Timer1Timer
  20.     Left = 8
  21.     Top = 8
  22.   end
  23. end
  24.