object StruErr: TStruErr Left = 200 Top = 108 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Fehler' ClientHeight = 72 ClientWidth = 313 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 0 Width = 313 Height = 72 Visible = False end object Label1: TLabel Left = 8 Top = 13 Width = 185 Height = 45 AutoSize = False WordWrap = True end object BitBtn1: TBitBtn Left = 215 Top = 24 Width = 86 Height = 25 TabOrder = 0 Kind = bkCancel end end