object ErrorDlg: TErrorDlg Left = 127 Top = 140 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Error Report' ClientHeight = 165 ClientWidth = 339 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 339 Height = 125 Align = alTop BevelInner = bvRaised BevelOuter = bvNone BorderWidth = 4 TabOrder = 0 object Panel2: TPanel Left = 5 Top = 5 Width = 84 Height = 115 Align = alLeft BevelOuter = bvNone BorderWidth = 8 TabOrder = 0 object Image1: TImage Left = 8 Top = 8 Width = 68 Height = 99 Align = alClient Center = True Picture.Data = {} Transparent = True end end object Panel3: TPanel Left = 89 Top = 5 Width = 245 Height = 115 Align = alClient BevelInner = bvLowered BevelOuter = bvNone BorderWidth = 8 Caption = 'Panel3' TabOrder = 1 object Panel4: TPanel Left = 9 Top = 9 Width = 227 Height = 97 Align = alClient BevelOuter = bvNone TabOrder = 0 object Label2: TLabel Left = 0 Top = 0 Width = 227 Height = 13 Align = alTop Alignment = taCenter Caption = 'Error!' Color = clHighlight Font.Charset = DEFAULT_CHARSET Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentColor = False ParentFont = False end object Panel5: TPanel Left = 0 Top = 13 Width = 227 Height = 84 Align = alClient BevelOuter = bvNone BorderWidth = 4 TabOrder = 0 object Label1: TLabel Left = 4 Top = 4 Width = 219 Height = 76 Align = alClient Alignment = taCenter Caption = 'Error!' WordWrap = True end end end end end object Button1: TButton Left = 264 Top = 132 Width = 67 Height = 25 Caption = '&Ok' TabOrder = 1 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 8 Top = 136 Width = 133 Height = 17 Caption = 'Error Reporting Enabled.' TabOrder = 2 end end