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