home *** CD-ROM | disk | FTP | other *** search
- object Progress: TProgress
- Left = 162
- Top = 152
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Progress'
- ClientHeight = 152
- ClientWidth = 398
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 9
- Top = 9
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Image2: TImage
- Left = 286
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object PaintBox1: TPaintBox
- Left = 45
- Top = 2
- Width = 236
- Height = 45
- OnPaint = PaintBox1Paint
- end
- object BMP: TImage
- Left = 264
- Top = 12
- Width = 17
- Height = 22
- AutoSize = True
- Picture.Data = {<image002.bmp>}
- Visible = False
- end
- object ProgressBar: TProgressBar
- Left = 10
- Top = 130
- Width = 383
- Height = 16
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object GroupBox2: TGroupBox
- Left = 9
- Top = 56
- Width = 190
- Height = 68
- Caption = 'This File'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- object Label1: TLabel
- Left = 4
- Top = 14
- Width = 57
- Height = 13
- Caption = 'Transferred:'
- end
- object Label2: TLabel
- Left = 4
- Top = 32
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object Label3: TLabel
- Left = 4
- Top = 49
- Width = 47
- Height = 13
- Caption = 'Time Left:'
- end
- object TransferLbl: TLabel
- Left = 72
- Top = 14
- Width = 88
- Height = 13
- AutoSize = False
- end
- object TimeLbl: TLabel
- Left = 72
- Top = 32
- Width = 89
- Height = 13
- AutoSize = False
- end
- object TimeLeftLbl: TLabel
- Left = 74
- Top = 48
- Width = 88
- Height = 13
- AutoSize = False
- end
- end
- object GroupBox1: TGroupBox
- Left = 207
- Top = 56
- Width = 185
- Height = 68
- Caption = 'All Files'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- object Label4: TLabel
- Left = 5
- Top = 13
- Width = 57
- Height = 13
- Caption = 'Transferred:'
- end
- object Label5: TLabel
- Left = 5
- Top = 31
- Width = 26
- Height = 13
- Caption = 'Time:'
- end
- object Label6: TLabel
- Left = 5
- Top = 49
- Width = 68
- Height = 13
- Caption = 'Transfer Rate:'
- end
- object TotTransferLbl: TLabel
- Left = 72
- Top = 14
- Width = 88
- Height = 13
- AutoSize = False
- end
- object TotTimeLbl: TLabel
- Left = 72
- Top = 31
- Width = 89
- Height = 13
- AutoSize = False
- end
- object TransferRateLbl: TLabel
- Left = 81
- Top = 49
- Width = 79
- Height = 13
- AutoSize = False
- end
- end
- object CancelBtn: TButton
- Left = 324
- Top = 4
- Width = 65
- Height = 45
- Caption = 'Cancel'
- TabOrder = 3
- TabStop = False
- OnClick = CancelBtnClick
- end
- end
-