;the "Tools | AutoCorrect Options..." menu command

object AutocorrectOptionsForm: TAutocorrectOptionsForm
  Caption = 'Opciones de autocorrección: %s'
;%s - a language
  ClientHeight = 417
  ClientWidth = 582
  object AsYouTypeChkBx: TCheckBox
    Left = 10
    Top = 12
    Caption = 'Autocorregir &mientras escribe'
    OnClick = ControlChange
  end
  object InitCapsChkBx: TCheckBox
    Left = 10
    Top = 34
    Caption = 'Corregir dos LEtras MA&yúsculas iniciales'
    OnClick = ControlChange
  end
  object CapSentChkBx: TCheckBox
    Left = 305
    Top = 34
    Caption = 'Capitalizar la &primera letra'
    OnClick = ControlChange
  end
  object CapSentExceptBtn: TButton
    Left = 486
    Top = 32
    Width = 88
    Height = 20
    Caption = 'E&xcepciones...'
    OnClick = ControlChange
  end
  object CapsLockChkBx: TCheckBox
    Left = 10
    Top = 56
    Caption = 'Corregir &uso accidental de la tecla MAYÚS'
    OnClick = ControlChange
  end
  object RmvSpacesChkBx: TCheckBox
    Left = 305
    Top = 56
    Caption = 'Gestión &inteligente de espacios'
    OnClick = ControlChange
  end
  object RulesBtn: TButton
    Left = 486
    Top = 55
    Width = 88
    Height = 20
    Caption = 'Re&glas...'
    OnClick = ControlChange
  end
  object RplcQuotesChkBx: TCheckBox
    Left = 10
    Top = 78
    Caption = 'Reemplazar &comillas'
    OnClick = ControlChange
  end
  object SmartQuotesRadBtn: TRadioButton
    Left = 134
    Top = 78
    Font.Name = 'Times New Roman'
    Caption = '“ ”'
    OnClick = ControlChange
  end
  object FrQuotesRadBtn: TRadioButton
    Left = 174
    Top = 78
    Font.Name = 'Times New Roman'
    Caption = '« »'
    OnClick = ControlChange
  end
  object GerQuotesRadBtn: TRadioButton
    Left = 214
    Top = 78
    Font.Name = 'Times New Roman'
    Caption = '„ “'
    OnClick = ControlChange
  end
  object GerGuillQuotesRadBtn: TRadioButton
    Left = 254
    Top = 78
    Font.Name = 'Times New Roman'
    Caption = '» «'
    OnClick = ControlChange
  end
  object FmtUrlChkBx: TCheckBox
    Left = 305
    Top = 78
    Caption = 'Formatear direcciones de Internet con &hipervínculos'
    OnClick = ControlChange
  end
  object OrdinalChkBx: TCheckBox
    Left = 10
    Top = 100
    Caption = 'Formatear ordinales (&1ro, 2do, etc.) con superíndice'
    OnClick = ControlChange
  end
  object OrdinalBtn: TButton
    Left = 293
    Top = 98
    Width = 76
    Height = 20
    Caption = 'Ord&inales...'
    OnClick = ControlChange
  end
  object FileExtBtn: TButton
    Left = 419
    Top = 97
    Width = 155
    Height = 20
    Caption = 'Archivos &soportados...'
    OnClick = ControlChange
  end
  object FractChkBx: TCheckBox
    Left = 10
    Top = 122
    Caption = 'Formatear &fracciones (1/2) con superíndice y subíndice (½)'
    OnClick = ControlChange
  end
  object OtherExBtn: TButton
    Left = 419
    Top = 120
    Width = 155
    Height = 20
    Caption = '&Otras excepciones...'
    OnClick = ControlChange
  end
  object NumberingChkBx: TCheckBox
    Left = 10
    Top = 144
    Caption = 'Listas con &viñetas y numeradas automáticas'
    OnClick = ControlChange
  end
  object BulOptBtn: TSpeedButton
    Top = 142
    Width = 19
    Height = 20
    OnClick = ControlChange
  end
  object HRChkBx: TCheckBox
    Left = 305
    Top = 144
    Caption = 'Reemplazar guiones con &líneas horizontales'
    OnClick = ControlChange
  end
  object RplcChkBx: TCheckBox
    Left = 10
    Top = 166
    Caption = 'Reemplazar &texto'
    OnClick = ControlChange
  end
  object RplcOptBtn: TSpeedButton
    Top = 164
    Width = 19
    Height = 20
    OnClick = ControlChange
  end
  object Bevel1: TBevel
    Top = 173
    Height = 2
  end
  object RplcLbl: TLabel
    Left = 10
    Top = 191
    Caption = 'Reemplazar:'
  end
  object RplcEdt: TEdit
    Top = 210
    OnChange = ControlChange
    OnKeyDown = RplcEdtKeyDown
  end
  object WithLbl: TLabel
    Top = 191
    Caption = 'Con:'
  end
  object WithEdt: TEdit
    Top = 210
    OnChange = ControlChange
  end
  object RplcLstBx: TListBox
    Left = 10
    Top = 236
    Width = 428
    Height = 134
    Style = lbOwnerDrawFixed
    OnClick = RplcLstBxClick
    OnDrawItem = RplcLstBxDrawItem
  end
  object AddBtn: TButton
    Left = 450
    Top = 210
    Width = 124
    Caption = '&Añadir'
    OnClick = ControlChange
  end
  object RplcBtn: TButton
    Left = 450
    Top = 236
    Width = 124
    Caption = 'Reempla&zar'
    OnClick = ControlChange
  end
  object DelBtn: TButton
    Left = 450
    Top = 262
    Width = 124
    Caption = '&Eliminar'
    OnClick = ControlChange
  end
  object LoadBtn: TButton
    Left = 450
    Top = 288
    Width = 124
    Caption = 'Importar...'
    OnClick = ControlChange
  end
  object SaveBtn: TButton
    Left = 450
    Top = 314
    Width = 124
    Caption = '&Exportar...'
    OnClick = ControlChange
  end
  object RestoreBtn: TButton
    Left = 450
    Top = 340
    Width = 124
    Caption = 'Pr&edeterminados...'
    OnClick = ControlChange
  end
  object Bevel2: TBevel
    Left = 10
    Top = 376
    Width = 564
    Height = 2
  end
  object MoreOptBtn: TButton
    Left = 8
    Top = 387
    Width = 120
    Caption = 'Más opcio&nes...'
    OnClick = ControlChange
  end
  object OpenDlg: TOpenDialog
    Filter = 'Plain text (*.txt)|*.txt|All files (*.*)|*.*'
    Options = [ofPathMustExist, ofFileMustExist]
    Title = 'Importar'
  end
  object SaveDlg: TSaveDialog
    Filter = 'Plain text (*.txt)|*.txt'
    Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofNoReadOnlyReturn]
    Title = 'Exportar'
  end
end