object LittleTutor: TLittleTutor Left = 179 Top = 20 BorderIcons = [] BorderStyle = bsDialog Caption = 'LittleTutor ' ClientHeight = 173 ClientWidth = 283 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poDefaultSizeOnly PixelsPerInch = 96 TextHeight = 13 object Info: TMemo Left = 0 Top = 0 Width = 283 Height = 138 Align = alTop Color = clLime Lines.Strings = ( '' '' '' '' '' '' '' '' '' '') ReadOnly = True TabOrder = 0 OnEnter = InfoEnter end object Button1: TButton Left = 3 Top = 145 Width = 75 Height = 25 Caption = 'Beenden' TabOrder = 1 OnClick = Button1Click end object weiter: TButton Left = 88 Top = 145 Width = 24 Height = 25 TabOrder = 2 Visible = False end end