Blob Blame Raw
object Form1: TForm1
  Left = 373
  Height = 147
  Top = 306
  Width = 451
  Caption = 'Form1'
  ClientHeight = 147
  ClientWidth = 451
  LCLVersion = '1.6.2.0'
  object Edit1: TEdit
    Left = 8
    Height = 32
    Top = 8
    Width = 344
    Font.Name = 'Monospace'
    ParentFont = False
    TabOrder = 0
    Text = 'Edit1'
  end
  object Edit2: TEdit
    Left = 8
    Height = 32
    Top = 48
    Width = 344
    Font.Name = 'Monospace'
    ParentFont = False
    TabOrder = 1
    Text = 'Edit2'
  end
  object Timer1: TTimer
    Interval = 100
    OnTimer = Timer1Timer
    left = 16
    top = 94
  end
end