object frmError: TfrmError Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Script Error' ClientHeight = 255 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object AImage: TImage Left = 16 Top = 16 Width = 33 Height = 32 IncrementalDisplay = True ParentShowHint = False Picture.Data = {} Proportional = True ShowHint = False Transparent = True end object lblInfo: TTntLabel Left = 67 Top = 24 Width = 3 Height = 13 end object Bevel: TBevel Left = 8 Top = 206 Width = 345 Height = 2 Shape = bsTopLine end object lblTLine: TTntLabel Left = 16 Top = 55 Width = 55 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Line:' end object lblTChar: TTntLabel Left = 16 Top = 74 Width = 55 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Char:' end object lblTCode: TTntLabel Left = 16 Top = 93 Width = 55 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Code:' end object lblTError: TTntLabel Left = 16 Top = 112 Width = 55 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'Error:' end object lblTURL: TTntLabel Left = 16 Top = 131 Width = 55 Height = 13 Alignment = taRightJustify AutoSize = False Caption = 'URL:' end object lblLine: TTntLabel Left = 77 Top = 55 Width = 270 Height = 13 AutoSize = False WordWrap = True end object lblChar: TTntLabel Left = 77 Top = 74 Width = 270 Height = 13 AutoSize = False WordWrap = True end object lblCode: TTntLabel Left = 77 Top = 93 Width = 270 Height = 13 AutoSize = False WordWrap = True end object lblError: TTntLabel Left = 77 Top = 112 Width = 270 Height = 13 AutoSize = False WordWrap = True end object btnClose: TTntButton Left = 255 Top = 216 Width = 90 Height = 25 Caption = 'Close' ModalResult = 2 TabOrder = 0 end object btnPrev: TTntButton Left = 154 Top = 171 Width = 90 Height = 25 Caption = 'Previous' TabOrder = 1 OnClick = btnPrevClick end object btnNext: TTntButton Left = 255 Top = 171 Width = 90 Height = 25 Caption = 'Next' TabOrder = 2 OnClick = btnNextClick end object btnSource: TTntButton Left = 16 Top = 171 Width = 97 Height = 25 Caption = 'View Source' TabOrder = 3 OnClick = btnSourceClick end object mmURL: TMemo Left = 77 Top = 131 Width = 270 Height = 32 BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 4 end end