;the "Tools | Options..." menu command, the "Load/Save" tab, the "Backup Files..." button, the "Browse..." button

object ChangeSysFolderForm: TChangeSysFolderForm
  ClientHeight = 224
  ClientWidth = 382
  object MainLbl: TLabel
    Left = 10
    Top = 10
    Width = 364
    Height = 68
    AutoSize = False
    Caption = 'Está cambiando la ubicación de una de las carpetas del sistema de Atlantis.'#13#13 +
              'Los archivos presentes en la carpeta del sistema actual de Atlantis pueden ser ignorados, copiados o movidos a la nueva carpeta. Por favor especifique qué acción debe tomarse:'
  end
  object RadBtn1: TRadioButton
    Left = 13
    Top = 85
    Caption = 'Ignorar archivos de la carpeta actual'
    Font.Style = [fsBold]
    OnClick = RadBtnClick
  end
  object RadBtn2: TRadioButton
    Left = 13
    Top = 105
    Caption = 'Copiar archivos a la nueva carpeta'
    Font.Style = [fsBold]
    OnClick = RadBtnClick
  end
  object RadBtn3: TRadioButton
    Left = 13
    Top = 125
    Caption = 'Mover archivos a la nueva carpeta'
    Font.Style = [fsBold]
    OnClick = RadBtnClick
  end
  object OverwriteChkBx: TCheckBox
    Left = 13
    Top = 155
    Caption = 'Sobrescribir archivos en la nueva carpeta (si los hay)'
  end
end