home *** CD-ROM | disk | FTP | other *** search
- object XferDisplay: TXferDisplay
- Left = 282
- Top = 127
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'XferDisplay'
- ClientHeight = 137
- ClientWidth = 348
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LTransfer: TLabel
- Left = 96
- Top = 16
- Width = 69
- Height = 13
- Caption = 'Transfer Staus'
- WordWrap = True
- end
- object LStatus: TLabel
- Left = 8
- Top = 16
- Width = 41
- Height = 13
- Caption = 'Status:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LBytes: TLabel
- Left = 8
- Top = 48
- Width = 62
- Height = 13
- Caption = 'Bytes Sent'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LBytesSent: TLabel
- Left = 99
- Top = 48
- Width = 100
- Height = 13
- Caption = 'XK of XK (at XK/sec)'
- end
- object LPercent: TLabel
- Left = 316
- Top = 72
- Width = 22
- Height = 13
- Caption = 'XX%'
- end
- object bCancel: TButton
- Left = 256
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = bCancelClick
- end
- object ProgressBar: TProgressBar
- Left = 8
- Top = 72
- Width = 299
- Height = 13
- Min = 0
- Max = 100
- Position = 100
- TabOrder = 1
- end
- object bOK: TButton
- Left = 168
- Top = 104
- Width = 75
- Height = 25
- Caption = 'OK'
- TabOrder = 2
- OnClick = bOKClick
- end
- object bRetry: TButton
- Left = 80
- Top = 104
- Width = 75
- Height = 25
- Caption = 'Retry'
- TabOrder = 3
- OnClick = bRetryClick
- end
- object CloseTimer: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = CloseTimerTimer
- Left = 16
- Top = 104
- end
- end
-