;the "Tools | Factory Settings..." menu command

object FactSettingsForm: TFactSettingsForm
  Caption = 'Configuraciones de fábrica'
  ClientHeight = 279
  ClientWidth = 473
  object Lbl1: TLabel
    Left = 20
    Top = 20
    Width = 220
    Height = 111
    AutoSize = False
    Caption = 'Si Atlantis está funcionando mal'#13'en su sistema, podría estar relacionado con su configuración actual de Atlantis.'#13#13'Para verificar esto, puede iniciar una copia de prueba de Atlantis con su configuración de fábrica predeterminada.'
  end
  object Btn1: TButton
    Left = 250
    Top = 36
    Width = 207
    Height = 60
    Caption = 'Iniciar una copia de prueba'#13'de Atlantis con configuración'#13'de fábrica'
    Font.Style = [fsBold]
    OnClick = Btn1Click
  end
  object Lbl2: TLabel
    Left = 20
    Top = 160
    Width = 208
    Height = 60
    AutoSize = False
    Caption = 'Si Atlantis funciona correctamente bajo su configuración de fábrica predeterminada, es posible que desee restaurarlas.'
  end
  object Btn2: TButton
    Left = 250
    Top = 150
    Width = 207
    Height = 60
    Caption = 'Cambiar a configuración'#13'de fábrica'
    Font.Style = [fsBold]
    OnClick = Btn2Click
  end
  object CloseBtn: TButton
    Left = 381
    Top = 249
    Width = 75
    Cancel = True
    Caption = 'Cerrar'
    Default = True
    ModalResult = 1
  end
end