home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TEVALUATEFORM / TEVALUATEFORM.txt
Text File  |  1996-11-23  |  3KB  |  168 lines

  1. object EvaluateForm: TEvaluateForm
  2.   Left = 146
  3.   Top = 126
  4.   Width = 594
  5.   Height = 357
  6.   Caption = 'Web Page Details'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   ShowHint = True
  14.   OnActivate = FormActivate
  15.   OnShow = FormShow
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 45
  20.     Width = 50
  21.     Height = 16
  22.     Caption = 'Located:'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 140
  26.     Top = 45
  27.     Width = 49
  28.     Height = 16
  29.     Caption = 'Missing:'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 105
  33.     Top = 30
  34.     Width = 42
  35.     Height = 16
  36.     Caption = 'Images'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 270
  40.     Top = 45
  41.     Width = 93
  42.     Height = 16
  43.     Caption = 'Link References'
  44.   end
  45.   object Label5: TLabel
  46.     Left = 380
  47.     Top = 45
  48.     Width = 85
  49.     Height = 16
  50.     Caption = 'Page Markers:'
  51.   end
  52.   object Label6: TLabel
  53.     Left = 482
  54.     Top = 47
  55.     Width = 90
  56.     Height = 16
  57.     Caption = 'Missing Pages:'
  58.   end
  59.   object OutsideLinks: TListBox
  60.     Left = 225
  61.     Top = 195
  62.     Width = 121
  63.     Height = 97
  64.     ItemHeight = 16
  65.     TabOrder = 8
  66.     Visible = False
  67.   end
  68.   object EvaluateOutside: TButton
  69.     Left = 95
  70.     Top = 225
  71.     Width = 116
  72.     Height = 33
  73.     Caption = 'Evaluate Outside'
  74.     TabOrder = 9
  75.     Visible = False
  76.     OnClick = EvaluateOutsideClick
  77.   end
  78.   object FilesFound: TListBox
  79.     Left = 10
  80.     Top = 65
  81.     Width = 121
  82.     Height = 97
  83.     ItemHeight = 16
  84.     TabOrder = 0
  85.     OnClick = FilesFoundClick
  86.   end
  87.   object FilesMissing: TListBox
  88.     Left = 140
  89.     Top = 65
  90.     Width = 121
  91.     Height = 97
  92.     ItemHeight = 16
  93.     TabOrder = 1
  94.     OnClick = FilesFoundClick
  95.   end
  96.   object WebDetails: TMemo
  97.     Left = 0
  98.     Top = 174
  99.     Width = 586
  100.     Height = 156
  101.     Hint = 'Double click line to view location on page'
  102.     Align = alBottom
  103.     ScrollBars = ssBoth
  104.     TabOrder = 2
  105.     Visible = False
  106.     OnDblClick = WebDetailsDblClick
  107.   end
  108.   object Evaluate: TButton
  109.     Left = 3
  110.     Top = 304
  111.     Width = 89
  112.     Height = 23
  113.     Caption = '&Evaluate'
  114.     TabOrder = 3
  115.     Visible = False
  116.     OnClick = EvaluateClick
  117.   end
  118.   object Links: TListBox
  119.     Left = 265
  120.     Top = 65
  121.     Width = 106
  122.     Height = 97
  123.     Hint = 'Double click to pass URL to Netscape, or email address to Eudora'
  124.     ItemHeight = 16
  125.     ParentShowHint = False
  126.     ShowHint = True
  127.     TabOrder = 4
  128.     OnClick = FilesFoundClick
  129.     OnDblClick = LinksDblClick
  130.   end
  131.   object Header1: THeader
  132.     Left = 0
  133.     Top = 0
  134.     Width = 586
  135.     Height = 25
  136.     Align = alTop
  137.     BorderStyle = bsNone
  138.     TabOrder = 5
  139.   end
  140.   object PageMarkers: TListBox
  141.     Left = 380
  142.     Top = 65
  143.     Width = 96
  144.     Height = 97
  145.     ItemHeight = 16
  146.     TabOrder = 6
  147.     OnClick = FilesFoundClick
  148.   end
  149.   object MissingPages: TListBox
  150.     Left = 480
  151.     Top = 65
  152.     Width = 91
  153.     Height = 97
  154.     ItemHeight = 16
  155.     TabOrder = 7
  156.     OnClick = FilesFoundClick
  157.   end
  158.   object Scaler1: TScaler
  159.     PixelsPerInch = 96
  160.     Xdevelop = 800
  161.     Ydevelop = 600
  162.     ClientWidth = 586
  163.     ClientHeight = 330
  164.     Left = 279
  165.     Top = 151
  166.   end
  167. end
  168.