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

  1. object detailsform: Tdetailsform
  2.   Left = 30
  3.   Top = 181
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Transfer Details'
  7.   ClientHeight = 182
  8.   ClientWidth = 684
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 673
  23.     Height = 169
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 40
  28.     Width = 25
  29.     Height = 13
  30.     Caption = 'URL:'
  31.   end
  32.   object urlinfo: TLabel
  33.     Left = 80
  34.     Top = 40
  35.     Width = 63
  36.     Height = 13
  37.     Caption = 'Not Available'
  38.   end
  39.   object Label2: TLabel
  40.     Left = 16
  41.     Top = 64
  42.     Width = 29
  43.     Height = 13
  44.     Caption = 'Bytes:'
  45.   end
  46.   object byteinfo: TLabel
  47.     Left = 80
  48.     Top = 64
  49.     Width = 63
  50.     Height = 13
  51.     Caption = 'Not Available'
  52.   end
  53.   object lastact: TLabel
  54.     Left = 16
  55.     Top = 88
  56.     Width = 56
  57.     Height = 13
  58.     Caption = 'Last Action:'
  59.   end
  60.   object actioninfo: TLabel
  61.     Left = 80
  62.     Top = 88
  63.     Width = 63
  64.     Height = 13
  65.     Caption = 'Not Available'
  66.   end
  67.   object Label3: TLabel
  68.     Left = 16
  69.     Top = 16
  70.     Width = 43
  71.     Height = 13
  72.     Caption = 'Retrieve:'
  73.   end
  74.   object retrieveinfo: TLabel
  75.     Left = 80
  76.     Top = 16
  77.     Width = 63
  78.     Height = 13
  79.     Caption = 'Not Available'
  80.   end
  81.   object infotimer: TTimer
  82.     Enabled = False
  83.     OnTimer = infotimerTimer
  84.     Left = 296
  85.     Top = 8
  86.   end
  87. end
  88.