object Ferns: TFerns Left = 200 Top = 100 AutoScroll = False Caption = 'Ferns' ClientHeight = 273 ClientWidth = 427 Color = clBlack Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 OnCreate = FormCreate OnResize = FormResize TextHeight = 16 object Timer1: TTimer Interval = 1 OnTimer = Timer1Timer Left = 8 Top = 8 end end