;the "Tools | Quick Personalization..." menu command

object PersonalizeForm: TPersonalizeForm2
  Caption = 'Personalización rápida'
  ClientHeight = 340
  ClientWidth = 635
  object PaintBoxL: TPaintBox
    Width = 175
    Height = 340
    Align = alLeft
    OnPaint = PaintBoxLPaint
  end
  object PaintBoxT: TPaintBox
    Left = 175
    Width = 460
    Height = 45
    OnPaint = PaintBoxTPaint
  end
  object Panel1: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl1: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 62
      AutoSize = False
      Caption = 'La mayoría de los comandos y funciones de Atlantis Word Processor se pueden acceder a través de sus barras de herramientas.'#13#13'Puede elegir entre dos estilos de barra de herramientas:'
    end
    object ToolBandBtn: TRadioButton
      Left = 30
      Top = 95
      Caption = 'Bandas de herramientas'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object ClassicBtn: TRadioButton
      Left = 246
      Top = 95
      Caption = 'Barras de herramientas clásicas'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object Lbl1_2: TLabel
      Left = 30
      Top = 125
      Width = 190
      Height = 100
      AutoSize = False
      Caption = 'Cada una de las bandas de herramientas incluye comandos pertenecientes a una categoría específica. Al pasar el ratón sobre una banda de herramientas, pueden aparecer comandos adicionales pertenecientes a la misma categoría.'
    end
    object Lbl1_3: TLabel
      Left = 250
      Top = 125
      Width = 170
      Height = 100
      AutoSize = False
      Caption = 'Las barras de herramientas clásicas contienen múltiples filas continuas de comandos de diferentes categorías.'
    end
  end
  object Panel2: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl2: TLabel
      Left = 15
      Top = 20
      Caption = 'Elija el tamaño de los botones de la barra de herramientas:'
    end
    object SmallBtn: TRadioButton
      Left = 90
      Top = 55
      Caption = 'Pequeño'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object NormalBtn: TRadioButton
      Left = 190
      Top = 55
      Caption = 'Normal'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object LargeBtn: TRadioButton
      Left = 290
      Top = 55
      Caption = 'Grande'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object SpacingPanel: TPanel
      Top = 89
      Width = 460
      Height = 108
      BevelOuter = bvNone
      object Lbl2_2: TLabel
        Left = 15
        Top = 10
        Caption = 'Elija el espacio entre los botones de la barra de herramientas:'
      end
      object CompactBtn: TRadioButton
        Left = 125
        Top = 45
        Caption = 'Compacto'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object NoncompactBtn: TRadioButton
        Left = 225
        Top = 45
        Caption = 'No condensado'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
    end
  end
  object Panel3: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object ColModeLbl: TLabel
      Left = 15
      Top = 18
      Caption = 'Modo de color:'
    end
    object ColModeCmbBx: TComboBox
      Left = 95
      Top = 15
      Width = 100
      Style = csDropDownList
      Items.Strings = (
        'Claro'
        'Oscuro'
        'Personalizado')
      OnChange = ControlChange
    end
    object AutoColModeChkBx: TCheckBox
      Left = 230
      Top = 15
      Caption = 'Cambiar automáticamente entre'#13'los modos Claro y Oscuro'
      OnClick = ControlChange
    end
    object CustomizeColLbl: TLabel
      Left = 15
      Top = 60
      Caption = 'Colores del modo seleccionado'
    end
    object CustomizeColBevel: TBevel
      Left = 163
      Top = 66
      Width = 284
      Height = 2
    end
    object GUIColLbl: TLabel
      Left = 15
      Top = 105
      Caption = 'Color principal de la interfaz gráfica:'
    end
    object GUIColorCmbBx: TGUIColorPalComboBox
      Left = 194
      Top = 97
      Width = 146
      Style = csOwnerDrawFixed
      ItemHeight = 22
      OnChange = ControlChange
    end
    object ColSchemeLbl: TLabel
      Left = 15
      Top = 147
      Caption = 'Preajuste de color del documento:'
    end
    object ColSchemeCmbBx: TComboBox
      Left = 15
      Top = 165
      Width = 235
      Style = csDropDownList
      OnChange = ControlChange
    end
  end
  object Panel4: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl4: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 35
      AutoSize = False
      Caption = 'Con la Barra de Documentos puedes cambiar entre documentos abiertos tan fácilmente como cambias entre programas en ejecución a través de la barra de tareas de Windows.'
    end
    object DocBarBtn: TCheckBox
      Left = 15
      Top = 60
      Caption = 'Mostrar Barra de Documentos'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object DocBarPanel: TPanel
      Top = 90
      Width = 460
      Height = 152
      BevelOuter = bvNone
      object Lbl4_2: TLabel
        Left = 15
        Width = 430
        Height = 60
        AutoSize = False
        Caption = 'La Barra de Documentos se puede acoplar a cualquiera de los 4 lados de la ventana de Atlantis. También se puede incrustar en las barras de herramientas de Atlantis para ganar espacio para el contenido del documento en la ventana de Atlantis. Elija la posición de la Barra de Documentos:'
      end
      object DocBarBtnT: TRadioButton
        Left = 110
        Top = 65
        Caption = 'Arriba'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object DocBarBtnL: TRadioButton
        Left = 50
        Top = 85
        Caption = 'Izquierda'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object DocBarBTnR: TRadioButton
        Left = 170
        Top = 85
        Caption = 'Derecha'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object DocBarBtnB: TRadioButton
        Left = 110
        Top = 105
        Caption = 'Abajo'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object DocBarBtnE: TRadioButton
        Left = 250
        Top = 85
        Caption = 'Incrustado en barras'#13'de herramientas'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object DocBarHideBtn: TCheckBox
        Left = 15
        Top = 133
        Caption = 'Ocultar Barra de Documentos para un solo documento abierto'
        OnClick = ControlChange
      end
    end
  end
  object Panel5: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl5: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 42
      AutoSize = False
      Caption = 'Para liberar espacio para el contenido del documento en la ventana de Atlantis, puede configurar Atlantis para que oculte automáticamente sus propias barras de herramientas, al igual que puede configurar Windows para ocultar automáticamente su barra de tareas.'
    end
    object AutohideBtn: TCheckBox
      Left = 15
      Top = 80
      Caption = 'Habilitar ocultación automática de la barra de herramientas'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
  end
  object Panel6: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl6: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 44
      AutoSize = False
      Caption = 'El Tablero de Control de Atlantis reúne varias herramientas y comandos para el diseño de documentos. Es un conjunto de paneles, cada uno de los cuales trata una característica específica del documento activo.'
    end
    object CBoardBtn: TCheckBox
      Left = 15
      Top = 80
      Caption = 'Mostrar Tablero de Control'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object CBoardPanel: TPanel
      Top = 105
      Width = 460
      Height = 137
      BevelOuter = bvNone
      object Lbl6_2: TLabel
        Left = 15
        Top = 10
        Caption = '¿A qué lado de la ventana principal de Atlantis quiere que se acople el Tablero de Control?'
      end
      object CBoardBtnL: TRadioButton
        Left = 15
        Top = 47
        Caption = 'Izquierda'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object CBoardBtnR: TRadioButton
        Left = 92
        Top = 47
        Caption = 'Derecha'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
      object CBoardBtnLR: TRadioButton
        Left = 165
        Top = 47
        Caption = 'Izquierda y Derecha'
        Font.Style = [fsBold]
        OnClick = ControlChange
      end
    end
  end
  object Panel7: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl7: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 39
      AutoSize = False
      Caption = 'Las reglas le permiten controlar los márgenes de la página y la sangría de los párrafos. También pueden usarse para gestionar las posiciones de las tabulaciones y ajustar los anchos de las columnas del periódico.'
    end
    object RulerBtn: TCheckBox
      Left = 15
      Top = 65
      Caption = 'Mostrar las reglas'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
  end
  object Panel8: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl8: TLabel
      Left = 15
      Top = 20
      Caption = 'Tipo de letra y tamaño de fuente para nuevos documentos:'
    end
    object FntBx: TAdvComboBox
      Left = 15
      Top = 40
      Width = 220
      Style = csDropDownList
      OnChange = ControlChange
    end
    object FntSzBx: TComboBox
      Left = 245
      Top = 40
      Width = 75
      Style = csDropDownList
      OnChange = ControlChange
    end
    object SoundBx: TCheckBox
      Left = 15
      Top = 76
      Caption = 'Reproducir sonidos de máquina de escribir cuando escribo texto en Atlantis:'
      OnClick = ControlChange
    end
    object TWBox: TComboBox
      Left = 35
      Top = 96
      Width = 140
      Style = csDropDownList
      OnChange = ControlChange
    end
    object InsCharAnimBx: TCheckBox
      Left = 15
      Top = 130
      Caption = 'Animación al escribir texto'
      OnClick = ControlChange
    end
    object CaretOptBtn: TButton
      Left = 15
      Top = 170
      Width = 170
      Caption = 'Opciones de Cursor de Texto...'
      OnClick = ControlChange
    end
    object Lbl10: TLabel
      Left = 200
      Top = 130
      Caption = 'Correctores ortográficos que podría necesitar:'
    end
    object SpellLstBx: TCheckListBox
      Left = 200
      Top = 150
      Width = 244
      Height = 92
    end
  end
  object Panel9: TPanel
    Left = 175
    Top = 45
    Width = 460
    Height = 242
    BevelOuter = bvNone
    object Lbl9: TLabel
      Left = 15
      Top = 20
      Width = 430
      Height = 60
      AutoSize = False
      Caption = 'Atlantis puede crear copias de seguridad automáticas y regulares de todos los documentos abiertos. Las versiones sucesivas de cada documento se guardan en una carpeta especial. De esta manera, siempre podrás volver a versiones anteriores de cualquier documento.'
    end
    object BackupBtn1: TCheckBox
      Left = 15
      Top = 100
      Caption = 'Habilitar la creación automática de Archivos de Respaldo'
      Font.Style = [fsBold]
      OnClick = ControlChange
    end
    object BackupBtn2: TButton
      Left = 365
      Top = 97
      Width = 80
      Caption = 'Personalizar...'
      OnClick = ControlChange
    end
  end
  object InfoBtn: TButton
    Left = 190
    Top = 310
    Width = 110
    Caption = 'Más información...'
    OnClick = ControlChange
  end
  object BackBtn: TButton
    Left = 391
    Top = 310
    Width = 74
    OnClick = ControlChange
  end
  object NextBtn: TButton
    Left = 471
    Top = 310
    Width = 74
    Default = True
    OnClick = ControlChange
  end
  object CancelBtn: TButton
    Left = 551
    Top = 310
    Width = 74
    Cancel = True
    Caption = 'Cancelar'
    OnClick = ControlChange
  end
end