object ReplaceBox: TReplaceBox
  Left = 210
  Top = 173
  BorderStyle = bsDialog
  Caption = 'Reemplazar archivo'
  ClientHeight = 173
  ClientWidth = 392
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnShow = FormShow
  TextHeight = 13
  object Label3: TLabel
    Left = 60
    Top = 52
    Width = 43
    Height = 13
    Caption = 'Reemplazar:'
  end
  object Target2: TLabel
    Left = 116
    Top = 70
    Width = 37
    Height = 13
    Caption = 'Target2'
  end
  object Label4: TLabel
    Left = 60
    Top = 100
    Width = 25
    Height = 13
    Caption = 'Con:'
  end
  object Source1: TLabel
    Left = 116
    Top = 100
    Width = 40
    Height = 13
    Caption = 'Source1'
  end
  object Target1: TLabel
    Left = 116
    Top = 52
    Width = 37
    Height = 13
    Caption = 'Target1'
  end
  object Source2: TLabel
    Left = 116
    Top = 118
    Width = 40
    Height = 13
    Caption = 'Source2'
  end
  object Image1: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object Label1: TLabel
    Left = 56
    Top = 12
    Width = 247
    Height = 26
    Caption = 'La carpeta destino ya contiene un archivo con el'#13#10'mismo nombre. Est seguro que desea?:'
  end
  object YesBtn: TPicBtn
    Left = 56
    Top = 144
    Width = 80
    Height = 25
    TabOrder = 0
    Kind = bkYes
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object NoBtn: TPicBtn
    Left = 140
    Top = 144
    Width = 80
    Height = 25
    TabOrder = 1
    Kind = bkNo
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object AllBtn: TPicBtn
    Left = 308
    Top = 144
    Width = 80
    Height = 25
    TabOrder = 3
    Kind = bkAll
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object CancelBtn: TPicBtn
    Left = 224
    Top = 144
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
