object Form1: TForm1 Left = 192 Top = 107 Width = 582 Height = 466 Caption = 'die Welt des Wurms' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnActivate = FormActivate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object dieWelt: TImage Left = 32 Top = 16 Width = 401 Height = 401 end object btnE: TButton Left = 496 Top = 344 Width = 25 Height = 25 Caption = '^' TabOrder = 0 OnClick = btnEClick end object btnD: TButton Left = 496 Top = 392 Width = 25 Height = 25 Caption = 'v' TabOrder = 1 OnClick = btnDClick end object btnS: TButton Left = 472 Top = 368 Width = 25 Height = 25 Caption = '<' TabOrder = 2 OnClick = btnSClick end object btnF: TButton Left = 520 Top = 368 Width = 25 Height = 25 Caption = '>' TabOrder = 3 OnClick = btnFClick end object Timer1: TTimer Interval = 50 OnTimer = Timer1Timer Left = 496 Top = 40 end end