Blame lazarus/hide-n-seek/unit1.lfm

5a459c
object Form1: TForm1
5a459c
  Left = 373
5a459c
  Height = 476
5a459c
  Top = 306
5a459c
  Width = 588
5a459c
  Caption = 'Form1'
5a459c
  ClientHeight = 476
5a459c
  ClientWidth = 588
5a459c
  OnMouseMove = FormMouseMove
5a459c
  LCLVersion = '1.6.2.0'
5a459c
  object Shape1: TShape
5a459c
    Left = 58
5a459c
    Height = 61
5a459c
    Top = 75
5a459c
    Width = 86
5a459c
    OnMouseMove = Shape1MouseMove
5a459c
    Shape = stRoundRect
5a459c
  end
5a459c
  object Panel1: TPanel
5a459c
    Left = 344
5a459c
    Height = 61
5a459c
    Top = 131
5a459c
    Width = 216
5a459c
    Caption = 'Another Safe Place'
5a459c
    TabOrder = 0
5a459c
  end
5a459c
  object Panel2: TPanel
5a459c
    Left = 48
5a459c
    Height = 154
5a459c
    Top = 296
5a459c
    Width = 249
5a459c
    Caption = 'Sweet Home'
5a459c
    TabOrder = 1
5a459c
  end
5a459c
  object Timer1: TTimer
5a459c
    Interval = 10
5a459c
    OnTimer = Timer1Timer
5a459c
    left = 26
5a459c
    top = 12
5a459c
  end
5a459c
  object Timer2: TTimer
5a459c
    Interval = 500
5a459c
    OnTimer = Timer2Timer
5a459c
    left = 65
5a459c
    top = 12
5a459c
  end
5a459c
end