object ProgressBox: TProgressBox
  Left = 216
  Top = 150
  Cursor = crHourGlass
  BorderIcons = []
  BorderStyle = bsDialog
  Caption = 'ProgressBox'
  ClientHeight = 149
  ClientWidth = 370
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnHide = FormHide
  OnShow = FormShow
  TextHeight = 13
  object FileLabel: TLabel
    Left = 60
    Top = 24
    Width = 301
    Height = 13
    AutoSize = False
    Caption = 'filename'
    WordWrap = True
  end
  object FromText: TLabel
    Left = 12
    Top = 60
    Width = 26
    Height = 13
    Caption = 'Desde:'
  end
  object FromLabel: TLabel
    Left = 60
    Top = 60
    Width = 301
    Height = 13
    AutoSize = False
    Caption = 'Fuente'
  end
  object ToText: TLabel
    Left = 12
    Top = 76
    Width = 16
    Height = 13
    Caption = 'Hacia:'
  end
  object ToLabel: TLabel
    Left = 60
    Top = 76
    Width = 301
    Height = 13
    AutoSize = False
    Caption = 'Destino'
  end
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object BytesLabel: TLabel
    Left = 60
    Top = 92
    Width = 34
    Height = 13
    Caption = '0 bytes'
    Visible = False
  end
  object Gauge: TWin95Gauge
    Left = 12
    Top = 116
    Width = 263
    Height = 14
    ForeColor = clNavy
    BackColor = clSilver
    Progress = 30
  end
  object CopiedLabel: TLabel
    Left = 12
    Top = 92
    Width = 36
    Height = 13
    Caption = 'Copiado:'
  end
  object CancelBtn: TPicBtn
    Left = 284
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 0
    OnClick = CancelBtnClick
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
