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

  1. object queueform: Tqueueform
  2.   Left = 176
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'URLs in Retrieval Queue'
  7.   ClientHeight = 265
  8.   ClientWidth = 429
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 417
  26.     Height = 249
  27.   end
  28.   object Label1: TLabel
  29.     Left = 16
  30.     Top = 16
  31.     Width = 100
  32.     Height = 13
  33.     Caption = 'URLs in queue as of:'
  34.   end
  35.   object timequeue: TLabel
  36.     Left = 120
  37.     Top = 16
  38.     Width = 17
  39.     Height = 13
  40.     Caption = 'Idle'
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 344
  44.     Top = 224
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Help'
  48.     TabOrder = 0
  49.     OnClick = BitBtn1Click
  50.     Kind = bkHelp
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 264
  54.     Top = 224
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Close'
  59.     TabOrder = 1
  60.     OnClick = BitBtn2Click
  61.     Glyph.Data = {
  62.       DE010000424DDE01000000000000760000002800000024000000120000000100
  63.       0400000000006801000000000000000000001000000000000000000000000000
  64.       80000080000000808000800000008000800080800000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  66.       3333333333333FFFFF333333000033333388888833333333333F888888FFF333
  67.       000033338811111188333333338833FFF388FF33000033381119999111833333
  68.       38F338888F338FF30000339119933331111833338F388333383338F300003391
  69.       13333381111833338F8F3333833F38F3000039118333381119118338F38F3338
  70.       33F8F38F000039183333811193918338F8F333833F838F8F0000391833381119
  71.       33918338F8F33833F8338F8F000039183381119333918338F8F3833F83338F8F
  72.       000039183811193333918338F8F833F83333838F000039118111933339118338
  73.       F3833F83333833830000339111193333391833338F33F8333FF838F300003391
  74.       11833338111833338F338FFFF883F83300003339111888811183333338FF3888
  75.       83FF83330000333399111111993333333388FFFFFF8833330000333333999999
  76.       3333333333338888883333330000333333333333333333333333333333333333
  77.       0000}
  78.     NumGlyphs = 2
  79.   end
  80.   object queuelist: TListView
  81.     Left = 16
  82.     Top = 32
  83.     Width = 401
  84.     Height = 185
  85.     Columns = <>
  86.     GridLines = True
  87.     HotTrackStyles = []
  88.     TabOrder = 2
  89.     ViewStyle = vsReport
  90.   end
  91.   object BitBtn3: TBitBtn
  92.     Left = 184
  93.     Top = 224
  94.     Width = 75
  95.     Height = 25
  96.     Caption = 'Refresh'
  97.     TabOrder = 3
  98.     OnClick = BitBtn3Click
  99.     Glyph.Data = {
  100.       76010000424D7601000000000000760000002800000020000000100000000100
  101.       04000000000000010000120B0000120B00001000000000000000000000000000
  102.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  103.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00370777033333
  104.       3330337F3F7F33333F3787070003333707303F737773333373F7007703333330
  105.       700077337F3333373777887007333337007733F773F333337733700070333333
  106.       077037773733333F7F37703707333300080737F373333377737F003333333307
  107.       78087733FFF3337FFF7F33300033330008073F3777F33F777F73073070370733
  108.       078073F7F7FF73F37FF7700070007037007837773777F73377FF007777700730
  109.       70007733FFF77F37377707700077033707307F37773F7FFF7337080777070003
  110.       3330737F3F7F777F333778080707770333333F7F737F3F7F3333080787070003
  111.       33337F73FF737773333307800077033333337337773373333333}
  112.     NumGlyphs = 2
  113.   end
  114. end
  115.