;the "Tools | AutoCorrect Options..." menu command, the "Rules..." button

object AutocorrectRulesForm: TAutocorrectRulesForm
  Caption = 'Gestión inteligente de espacios'
  ClientHeight = 219
  ClientWidth = 380
  object RLbl: TLabel
    Left = 10
    Top = 15
    Caption = 'Espacio &ANTES de los siguientes caracteres:'
  end
  object REdt: TEdit
    Left = 10
    Top = 33
    Width = 330
    Font.Size = 10
    Font.Name = 'Times New Roman'
  end
  object LLbl: TLabel
    Left = 10
    Top = 67
    Caption = 'Espacio &DESPUÉS de los siguientes caracteres:'
  end
  object LEdt: TEdit
    Left = 10
    Top = 85
    Width = 330
    Font.Size = 10
    Font.Name = 'Times New Roman'
  end
  object TwoSpacesBox: TCheckBox
    Left = 10
    Top = 125
    Caption = 'Permitir do&ble espacio entre oraciones'
  end
  object NbspBox: TCheckBox
    Left = 10
    Top = 143
    Caption = 'Usar espacios &no separables cuando sea necesario'
    OnClick = NbspBoxClick
  end
  object ThinNbspLbl: TLabel
    Left = 45
    Top = 161
    Caption = 'Usar espacios no separables de&lgados con'
  end
  object ThinNbspBox1: TCheckBox
    Left = 225
    Top = 161
    Caption = '; ! ?'
  end
  object ThinNbspBox2: TCheckBox
    Left = 275
    Top = 161
    Caption = '« »'
  end
  object ThinNbspBox3: TCheckBox
    Left = 325
    Top = 161
    Caption = ':'
  end
end