object ErrorForm: TErrorForm Left = 262 Top = 117 BorderStyle = bsDialog Caption = 'ErrorForm' ClientHeight = 304 ClientWidth = 348 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Frame: TGroupBox Left = 8 Top = 12 Width = 333 Height = 253 Caption = 'APPLICATION ERROR' Font.Color = clMaroon Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 0 object TechSupport: TLabel Left = 8 Top = 193 Width = 316 Height = 55 AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object LabelError: TLabel Left = 8 Top = 29 Width = 49 Height = 13 AutoSize = False Caption = 'Error:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelVendor: TLabel Left = 8 Top = 102 Width = 49 Height = 13 AutoSize = False Caption = 'Vendor:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelProduct: TLabel Left = 8 Top = 124 Width = 49 Height = 13 AutoSize = False Caption = 'Product:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelHandler: TLabel Left = 8 Top = 146 Width = 49 Height = 13 AutoSize = False Caption = 'Handler:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object LabelServer: TLabel Left = 8 Top = 168 Width = 49 Height = 13 AutoSize = False Caption = 'Server:' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Error: TMemo Left = 60 Top = 25 Width = 265 Height = 72 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 0 end object Vendor: TEdit Left = 60 Top = 98 Width = 265 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 1 end object Product: TEdit Left = 60 Top = 120 Width = 265 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 2 end object Handler: TEdit Left = 60 Top = 142 Width = 265 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 3 end object Server: TEdit Left = 60 Top = 164 Width = 265 Height = 21 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ReadOnly = True TabOrder = 4 end end object CloseButton: TButton Left = 280 Top = 274 Width = 59 Height = 25 Caption = '&Close' Default = True ModalResult = 2 TabOrder = 1 end object PrintButton: TButton Left = 218 Top = 274 Width = 59 Height = 25 Caption = '&Print' TabOrder = 2 OnClick = PrintButtonClick end end