object EXECForm: TEXECForm Left = 5000 Top = 5000 BorderStyle = bsToolWindow Caption = 'Ausf�hren...' ClientHeight = 82 ClientWidth = 312 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 32 Height = 13 Caption = 'Label1' end object Label2: TLabel Left = 16 Top = 32 Width = 32 Height = 13 Caption = 'Label2' end object Label3: TLabel Left = 16 Top = 64 Width = 32 Height = 13 Caption = 'Label3' end end