home *** CD-ROM | disk | FTP | other *** search
- object detailsform: Tdetailsform
- Left = 30
- Top = 181
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Transfer Details'
- ClientHeight = 182
- ClientWidth = 684
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 673
- Height = 169
- end
- object Label1: TLabel
- Left = 16
- Top = 40
- Width = 25
- Height = 13
- Caption = 'URL:'
- end
- object urlinfo: TLabel
- Left = 80
- Top = 40
- Width = 63
- Height = 13
- Caption = 'Not Available'
- end
- object Label2: TLabel
- Left = 16
- Top = 64
- Width = 29
- Height = 13
- Caption = 'Bytes:'
- end
- object byteinfo: TLabel
- Left = 80
- Top = 64
- Width = 63
- Height = 13
- Caption = 'Not Available'
- end
- object lastact: TLabel
- Left = 16
- Top = 88
- Width = 56
- Height = 13
- Caption = 'Last Action:'
- end
- object actioninfo: TLabel
- Left = 80
- Top = 88
- Width = 63
- Height = 13
- Caption = 'Not Available'
- end
- object Label3: TLabel
- Left = 16
- Top = 16
- Width = 43
- Height = 13
- Caption = 'Retrieve:'
- end
- object retrieveinfo: TLabel
- Left = 80
- Top = 16
- Width = 63
- Height = 13
- Caption = 'Not Available'
- end
- object infotimer: TTimer
- Enabled = False
- OnTimer = infotimerTimer
- Left = 296
- Top = 8
- end
- end
-