Blob Blame Raw
object Form1: TForm1
  Left = 141
  Height = 523
  Top = 235
  Width = 823
  Caption = 'Form1'
  OnCreate = FormCreate
  OnPaint = FormPaint
  LCLVersion = '1.6.2.0'
  object Timer1: TTimer
    Interval = 10
    OnTimer = Timer1Timer
    left = 30
    top = 26
  end
end