home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / CHIP_08_99.BIN / online / tools / webspect / ws20.exe / WEBSPECTOR.EXE / 0 / RCDATA / TINFOTOOLFORM / TINFOTOOLFORM.txt
Encoding:
Text File  |  1999-08-11  |  3.6 KB  |  153 lines

  1. object infotoolform: Tinfotoolform
  2.   Left = 201
  3.   Top = 154
  4.   Width = 398
  5.   Height = 220
  6.   Caption = 'Information'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 390
  24.     Height = 193
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 8
  29.       Top = 8
  30.       Width = 377
  31.       Height = 145
  32.     end
  33.     object Label1: TLabel
  34.       Left = 16
  35.       Top = 16
  36.       Width = 56
  37.       Height = 13
  38.       Caption = 'URL Name:'
  39.     end
  40.     object urlname: TLabel
  41.       Left = 104
  42.       Top = 16
  43.       Width = 273
  44.       Height = 13
  45.       Caption = 'None'
  46.       ParentShowHint = False
  47.       ShowHint = True
  48.     end
  49.     object Label2: TLabel
  50.       Left = 16
  51.       Top = 40
  52.       Width = 69
  53.       Height = 13
  54.       Caption = 'URL Location:'
  55.     end
  56.     object urllocation: TLabel
  57.       Left = 104
  58.       Top = 40
  59.       Width = 273
  60.       Height = 13
  61.       Caption = 'None'
  62.       ParentShowHint = False
  63.       ShowHint = True
  64.     end
  65.     object Label3: TLabel
  66.       Left = 16
  67.       Top = 64
  68.       Width = 83
  69.       Height = 13
  70.       Caption = 'Date of Retrieval:'
  71.     end
  72.     object dateofretrieval: TLabel
  73.       Left = 104
  74.       Top = 64
  75.       Width = 273
  76.       Height = 13
  77.       Caption = 'None'
  78.     end
  79.     object Label4: TLabel
  80.       Left = 16
  81.       Top = 88
  82.       Width = 66
  83.       Height = 13
  84.       Caption = 'Last Modified:'
  85.     end
  86.     object lastmodified: TLabel
  87.       Left = 104
  88.       Top = 88
  89.       Width = 273
  90.       Height = 13
  91.       Caption = 'None'
  92.     end
  93.     object Label6: TLabel
  94.       Left = 16
  95.       Top = 112
  96.       Width = 23
  97.       Height = 13
  98.       Caption = 'Size:'
  99.     end
  100.     object size: TLabel
  101.       Left = 104
  102.       Top = 112
  103.       Width = 273
  104.       Height = 13
  105.       Caption = 'None'
  106.     end
  107.     object Label5: TLabel
  108.       Left = 16
  109.       Top = 134
  110.       Width = 74
  111.       Height = 13
  112.       Caption = 'Local Filename:'
  113.     end
  114.     object localfilename: TLabel
  115.       Left = 104
  116.       Top = 135
  117.       Width = 273
  118.       Height = 13
  119.       Caption = 'None'
  120.       ParentShowHint = False
  121.       ShowHint = True
  122.     end
  123.     object BitBtn1: TBitBtn
  124.       Left = 310
  125.       Top = 160
  126.       Width = 75
  127.       Height = 25
  128.       Cancel = True
  129.       Caption = 'Close'
  130.       TabOrder = 0
  131.       OnClick = BitBtn1Click
  132.       Glyph.Data = {
  133.         DE010000424DDE01000000000000760000002800000024000000120000000100
  134.         0400000000006801000000000000000000001000000000000000000000000000
  135.         80000080000000808000800000008000800080800000C0C0C000808080000000
  136.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  137.         3333333333333FFFFF333333000033333388888833333333333F888888FFF333
  138.         000033338811111188333333338833FFF388FF33000033381119999111833333
  139.         38F338888F338FF30000339119933331111833338F388333383338F300003391
  140.         13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
  141.         33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
  142.         33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
  143.         000039183811193333918338F8F833F83333838F000039118111933339118338
  144.         F3833F83333833830000339111193333391833338F33F8333FF838F300003391
  145.         11833338111833338F338FFFF883F83300003339111888811183333338FF3888
  146.         83FF83330000333399111111993333333388FFFFFF8833330000333333999999
  147.         3333333333338888883333330000333333333333333333333333333333333333
  148.         0000}
  149.       NumGlyphs = 2
  150.     end
  151.   end
  152. end
  153.