| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320 |
- object ProgressForm: TProgressForm
- Left = 445
- Top = 291
- HelpType = htKeyword
- HelpKeyword = 'ui_progress'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'Operation'
- ClientHeight = 240
- ClientWidth = 394
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnHide = FormHide
- OnShow = FormShow
- DesignSize = (
- 394
- 240)
- PixelsPerInch = 96
- TextHeight = 13
- object Animate: TAnimate
- Left = 8
- Top = 5
- Width = 299
- Height = 60
- Active = False
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- StopFrame = 23
- end
- object CancelButton: TButton
- Left = 314
- Top = 8
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = CancelButtonClick
- end
- object MinimizeButton: TButton
- Left = 314
- Top = 40
- Width = 73
- Height = 25
- Anchors = [akTop, akRight]
- Caption = '&Minimize'
- TabOrder = 1
- OnClick = MinimizeButtonClick
- end
- object MainPanel: TPanel
- Left = 8
- Top = 65
- Width = 299
- Height = 68
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 3
- DesignSize = (
- 299
- 68)
- object Label1: TLabel
- Left = 0
- Top = 7
- Width = 19
- Height = 13
- Caption = 'File:'
- end
- object FileLabel: TPathLabel
- Left = 56
- Top = 7
- Width = 243
- Height = 13
- IndentHorizontal = 0
- IndentVertical = 0
- Align = alNone
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- end
- object TargetLabel: TLabel
- Left = 0
- Top = 23
- Width = 34
- Height = 13
- Caption = 'Target:'
- end
- object TargetPathLabel: TPathLabel
- Left = 56
- Top = 23
- Width = 243
- Height = 13
- IndentHorizontal = 0
- IndentVertical = 0
- Align = alNone
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- end
- object OperationProgress: TProgressBar
- Left = 0
- Top = 42
- Width = 299
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- end
- object TransferPanel: TPanel
- Left = 8
- Top = 133
- Width = 299
- Height = 79
- Anchors = [akLeft, akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 4
- DesignSize = (
- 299
- 79)
- object StartTimeLabel: TLabel
- Left = 88
- Top = 18
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '00:00:00'
- end
- object TimeLeftLabel: TLabel
- Left = 88
- Top = 18
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '00:00:00'
- end
- object TimeLeftLabelLabel: TLabel
- Left = 0
- Top = 18
- Width = 43
- Height = 13
- Caption = 'Time left:'
- end
- object CPSLabel: TLabel
- Left = 234
- Top = 34
- Width = 65
- Height = 13
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- AutoSize = False
- Caption = '0 KB/s'
- end
- object TimeElapsedLabel: TLabel
- Left = 234
- Top = 18
- Width = 65
- Height = 13
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- AutoSize = False
- Caption = '00:00:00'
- end
- object ResumeLabel: TLabel
- Left = 234
- Top = 2
- Width = 65
- Height = 13
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- AutoSize = False
- Caption = 'Enabled'
- end
- object TransferModeLabel: TLabel
- Left = 88
- Top = 2
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Binary'
- end
- object BytesTransferedLabel: TLabel
- Left = 88
- Top = 34
- Width = 65
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '0 KB'
- end
- object Label3: TLabel
- Left = 162
- Top = 18
- Width = 66
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Time elapsed:'
- end
- object StartTimeLabelLabel: TLabel
- Left = 0
- Top = 18
- Width = 47
- Height = 13
- Caption = 'Start time:'
- end
- object Label4: TLabel
- Left = 0
- Top = 34
- Width = 82
- Height = 13
- Caption = 'Bytes transferred:'
- end
- object Label7: TLabel
- Left = 162
- Top = 34
- Width = 24
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'CPS:'
- end
- object Label10: TLabel
- Left = 0
- Top = 2
- Width = 71
- Height = 13
- Caption = 'Transfer mode:'
- end
- object Label11: TLabel
- Left = 162
- Top = 2
- Width = 42
- Height = 13
- Anchors = [akTop, akRight]
- Caption = 'Resume:'
- end
- object FileProgress: TProgressBar
- Left = 0
- Top = 53
- Width = 299
- Height = 16
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- end
- end
- object DisconnectWhenCompleteCheck: TCheckBox
- Left = 16
- Top = 214
- Width = 289
- Height = 17
- Caption = '&Disconnect when operation finishes'
- TabOrder = 5
- end
- object SpeedPanel: TPanel
- Left = 308
- Top = 89
- Width = 85
- Height = 73
- Anchors = [akTop, akRight]
- BevelOuter = bvNone
- TabOrder = 6
- object SpeedLabel: TLabel
- Left = 8
- Top = 0
- Width = 31
- Height = 13
- Caption = '&Speed'
- FocusControl = SpeedBar
- end
- object SpeedLowLabel: TLabel
- Left = 7
- Top = 48
- Width = 26
- Height = 13
- AutoSize = False
- Caption = '5%'
- end
- object SpeedHighLabel: TLabel
- Left = 46
- Top = 48
- Width = 32
- Height = 13
- Alignment = taRightJustify
- AutoSize = False
- Caption = '100%'
- end
- object SpeedBar: TTrackBar
- Left = 0
- Top = 15
- Width = 85
- Height = 33
- LineSize = 5
- Max = 100
- Min = 5
- Orientation = trHorizontal
- PageSize = 25
- Frequency = 25
- Position = 100
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsManual
- end
- end
- object UpdateTimer: TTimer
- Enabled = False
- OnTimer = UpdateTimerTimer
- Left = 336
- Top = 176
- end
- end
|