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

  1. object selurlform: Tselurlform
  2.   Left = 200
  3.   Top = 104
  4.   Width = 354
  5.   Height = 366
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Select a URL'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 346
  21.     Height = 339
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object Bevel1: TBevel
  25.       Left = 8
  26.       Top = 8
  27.       Width = 329
  28.       Height = 289
  29.     end
  30.     object Label1: TLabel
  31.       Left = 16
  32.       Top = 13
  33.       Width = 285
  34.       Height = 26
  35.       Caption = 
  36.         'The URL you entered contains frames. Please select one to monito' +
  37.         'r from the list and click '#39'OK.'#39
  38.       WordWrap = True
  39.     end
  40.     object urltoaddlist: TListBox
  41.       Left = 16
  42.       Top = 48
  43.       Width = 313
  44.       Height = 241
  45.       ItemHeight = 13
  46.       TabOrder = 0
  47.     end
  48.     object BitBtn1: TBitBtn
  49.       Left = 184
  50.       Top = 304
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'OK'
  54.       Default = True
  55.       TabOrder = 1
  56.       OnClick = BitBtn1Click
  57.       Glyph.Data = {
  58.         DE010000424DDE01000000000000760000002800000024000000120000000100
  59.         0400000000006801000000000000000000001000000000000000000000000000
  60.         80000080000000808000800000008000800080800000C0C0C000808080000000
  61.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  62.         3333333333333333333333330000333333333333333333333333F33333333333
  63.         00003333344333333333333333388F3333333333000033334224333333333333
  64.         338338F3333333330000333422224333333333333833338F3333333300003342
  65.         222224333333333383333338F3333333000034222A22224333333338F338F333
  66.         8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  67.         33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  68.         0000333333333A222433333333333338F338F33300003333333333A222433333
  69.         333333338F338F33000033333333333A222433333333333338F338F300003333
  70.         33333333A222433333333333338F338F00003333333333333A22433333333333
  71.         3338F38F000033333333333333A223333333333333338F830000333333333333
  72.         333A333333333333333338330000333333333333333333333333333333333333
  73.         0000}
  74.       NumGlyphs = 2
  75.     end
  76.     object BitBtn2: TBitBtn
  77.       Left = 264
  78.       Top = 304
  79.       Width = 75
  80.       Height = 25
  81.       Cancel = True
  82.       Caption = 'Cancel'
  83.       TabOrder = 2
  84.       OnClick = BitBtn2Click
  85.       Glyph.Data = {
  86.         DE010000424DDE01000000000000760000002800000024000000120000000100
  87.         0400000000006801000000000000000000001000000000000000000000000000
  88.         80000080000000808000800000008000800080800000C0C0C000808080000000
  89.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  90.         333333333333333333333333000033338833333333333333333F333333333333
  91.         0000333911833333983333333388F333333F3333000033391118333911833333
  92.         38F38F333F88F33300003339111183911118333338F338F3F8338F3300003333
  93.         911118111118333338F3338F833338F3000033333911111111833333338F3338
  94.         3333F8330000333333911111183333333338F333333F83330000333333311111
  95.         8333333333338F3333383333000033333339111183333333333338F333833333
  96.         00003333339111118333333333333833338F3333000033333911181118333333
  97.         33338333338F333300003333911183911183333333383338F338F33300003333
  98.         9118333911183333338F33838F338F33000033333913333391113333338FF833
  99.         38F338F300003333333333333919333333388333338FFF830000333333333333
  100.         3333333333333333333888330000333333333333333333333333333333333333
  101.         0000}
  102.       NumGlyphs = 2
  103.     end
  104.   end
  105. end
  106.