Blame lazarus/scroller/unit1.lfm

24449f
object Form1: TForm1
24449f
  Left = 183
24449f
  Height = 443
24449f
  Top = 258
24449f
  Width = 461
24449f
  Caption = 'Form1'
24449f
  ClientHeight = 443
24449f
  ClientWidth = 461
24449f
  OnCreate = FormCreate
24449f
  OnMouseMove = FormMouseMove
24449f
  LCLVersion = '1.6.2.0'
24449f
  object Label1: TLabel
24449f
    Left = 18
24449f
    Height = 21
24449f
    Top = 18
24449f
    Width = 43
24449f
    Caption = 'Label1'
24449f
    ParentColor = False
24449f
  end
24449f
  object Label2: TLabel
24449f
    Left = 18
24449f
    Height = 21
24449f
    Top = 40
24449f
    Width = 43
24449f
    Caption = 'Label2'
24449f
    ParentColor = False
24449f
  end
24449f
  object Timer1: TTimer
24449f
    Interval = 50
24449f
    OnTimer = Timer1Timer
24449f
    left = 88
24449f
    top = 16
24449f
  end
24449f
end