Blob Blame Raw
object Form1: TForm1
  Left = 192
  Height = 530
  Top = 183
  Width = 860
  Caption = 'Form1'
  Color = clBlack
  OnPaint = FormPaint
  LCLVersion = '1.6.2.0'
  object Timer1: TTimer
    Interval = 20
    OnTimer = Timer1Timer
    left = 24
    top = 14
  end
end