object LadenForm: TLadenForm Left = 200 Top = 108 BorderIcons = [] BorderStyle = bsDialog Caption = 'Lade...' ClientHeight = 93 ClientWidth = 238 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 10 Top = 22 Width = 39 Height = 39 Picture.Data = {} end object Label1: TLabel Left = 60 Top = 8 Width = 113 Height = 13 Caption = 'Das W-OnLINE pro 97 -' end object Label2: TLabel Left = 60 Top = 26 Width = 167 Height = 13 Caption = 'Installationsprogramm wird geladen.' end object Label3: TLabel Left = 60 Top = 44 Width = 62 Height = 13 Caption = 'Bitte warten !' end object ProgressBar1: TProgressBar Left = 10 Top = 70 Width = 217 Height = 13 Min = 0 Max = 100 TabOrder = 0 end end