Blame lazarus/text-effect/unit1.lfm

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