home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / ybrowser.exe / 0 / RCDATA / TFRMERROR / TFRMERROR.txt < prev   
Text File  |  2013-04-03  |  3KB  |  167 lines

  1. object frmError: TfrmError
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'Script Error'
  6.   ClientHeight = 255
  7.   ClientWidth = 360
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AImage: TImage
  19.     Left = 16
  20.     Top = 16
  21.     Width = 33
  22.     Height = 32
  23.     IncrementalDisplay = True
  24.     ParentShowHint = False
  25.     Picture.Data = {<image000.bmp>}
  26.     Proportional = True
  27.     ShowHint = False
  28.     Transparent = True
  29.   end
  30.   object lblInfo: TTntLabel
  31.     Left = 67
  32.     Top = 24
  33.     Width = 3
  34.     Height = 13
  35.   end
  36.   object Bevel: TBevel
  37.     Left = 8
  38.     Top = 206
  39.     Width = 345
  40.     Height = 2
  41.     Shape = bsTopLine
  42.   end
  43.   object lblTLine: TTntLabel
  44.     Left = 16
  45.     Top = 55
  46.     Width = 55
  47.     Height = 13
  48.     Alignment = taRightJustify
  49.     AutoSize = False
  50.     Caption = 'Line:'
  51.   end
  52.   object lblTChar: TTntLabel
  53.     Left = 16
  54.     Top = 74
  55.     Width = 55
  56.     Height = 13
  57.     Alignment = taRightJustify
  58.     AutoSize = False
  59.     Caption = 'Char:'
  60.   end
  61.   object lblTCode: TTntLabel
  62.     Left = 16
  63.     Top = 93
  64.     Width = 55
  65.     Height = 13
  66.     Alignment = taRightJustify
  67.     AutoSize = False
  68.     Caption = 'Code:'
  69.   end
  70.   object lblTError: TTntLabel
  71.     Left = 16
  72.     Top = 112
  73.     Width = 55
  74.     Height = 13
  75.     Alignment = taRightJustify
  76.     AutoSize = False
  77.     Caption = 'Error:'
  78.   end
  79.   object lblTURL: TTntLabel
  80.     Left = 16
  81.     Top = 131
  82.     Width = 55
  83.     Height = 13
  84.     Alignment = taRightJustify
  85.     AutoSize = False
  86.     Caption = 'URL:'
  87.   end
  88.   object lblLine: TTntLabel
  89.     Left = 77
  90.     Top = 55
  91.     Width = 270
  92.     Height = 13
  93.     AutoSize = False
  94.     WordWrap = True
  95.   end
  96.   object lblChar: TTntLabel
  97.     Left = 77
  98.     Top = 74
  99.     Width = 270
  100.     Height = 13
  101.     AutoSize = False
  102.     WordWrap = True
  103.   end
  104.   object lblCode: TTntLabel
  105.     Left = 77
  106.     Top = 93
  107.     Width = 270
  108.     Height = 13
  109.     AutoSize = False
  110.     WordWrap = True
  111.   end
  112.   object lblError: TTntLabel
  113.     Left = 77
  114.     Top = 112
  115.     Width = 270
  116.     Height = 13
  117.     AutoSize = False
  118.     WordWrap = True
  119.   end
  120.   object btnClose: TTntButton
  121.     Left = 255
  122.     Top = 216
  123.     Width = 90
  124.     Height = 25
  125.     Caption = 'Close'
  126.     ModalResult = 2
  127.     TabOrder = 0
  128.   end
  129.   object btnPrev: TTntButton
  130.     Left = 154
  131.     Top = 171
  132.     Width = 90
  133.     Height = 25
  134.     Caption = 'Previous'
  135.     TabOrder = 1
  136.     OnClick = btnPrevClick
  137.   end
  138.   object btnNext: TTntButton
  139.     Left = 255
  140.     Top = 171
  141.     Width = 90
  142.     Height = 25
  143.     Caption = 'Next'
  144.     TabOrder = 2
  145.     OnClick = btnNextClick
  146.   end
  147.   object btnSource: TTntButton
  148.     Left = 16
  149.     Top = 171
  150.     Width = 97
  151.     Height = 25
  152.     Caption = 'View Source'
  153.     TabOrder = 3
  154.     OnClick = btnSourceClick
  155.   end
  156.   object mmURL: TMemo
  157.     Left = 77
  158.     Top = 131
  159.     Width = 270
  160.     Height = 32
  161.     BorderStyle = bsNone
  162.     ParentColor = True
  163.     ReadOnly = True
  164.     TabOrder = 4
  165.   end
  166. end
  167.