Blob Blame Raw
object Form1: TForm1
  Left = 125
  Height = 587
  Top = 175
  Width = 903
  Caption = 'Form1'
  Color = clBlack
  OnCreate = FormCreate
  OnPaint = FormPaint
  LCLVersion = '1.6.2.0'
  object Timer1: TTimer
    Interval = 10
    OnTimer = Timer1Timer
    left = 24
    top = 20
  end
end