object Form3: TForm3 Left = 309 Top = 229 ActiveControl = TrackName BorderIcons = [] BorderStyle = bsNone Caption = 'Track Name ' ClientHeight = 65 ClientWidth = 423 Color = clSilver Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnActivate = FormActivate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TrackName: TEdit Left = 17 Top = 15 Width = 392 Height = 32 Font.Color = clWindowText Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] MaxLength = 255 ParentFont = False TabOrder = 0 Text = 'Track Namen eingeben' OnExit = TrackNameExit end object Edit1: TEdit Left = 0 Top = 0 Width = 0 Height = 21 TabOrder = 1 Text = 'Edit1' end end