;the "Tools | Spellcheck..." menu command

object SpellcheckForm: TSpellcheckForm
  ClientHeight = 195
  ClientWidth = 404
  object MisspeltWordLbl: TLabel
    Left = 6
    Top = 5
  end
  object MisspeltWordEdt: TEdit
    Left = 6
    Top = 23
    Width = 150
    Color = -2147483633
    ReadOnly = True
  end
  object RplcWithLbl: TLabel
    Left = 6
    Top = 50
    Caption = 'Sugerencia de &reemplazo:'
  end
  object RplcWithEdt: TEdit
    Left = 6
    Top = 66
    Width = 150
  end
  object SuggestLstBx: TListBox
    Left = 6
    Top = 91
    Width = 150
    Height = 104
  end
  object ChangeBtn: TButton
    Left = 166
    Top = 23
    Width = 114
    Caption = '&Cambiar'
    Default = True
  end
  object ChangeAllBtn: TButton
    Left = 283
    Top = 23
    Width = 114
    Caption = 'Cambiar &todo'
  end
  object IgnoreBtn: TButton
    Left = 166
    Top = 48
    Width = 114
    Caption = '&Ignorar'
  end
  object IgnoreAllBtn: TButton
    Left = 283
    Top = 48
    Width = 114
    Caption = 'Ignorar &todo'
  end
  object AddToLexBtn: TButton
    Left = 166
    Top = 73
    Width = 231
    Caption = '&Añadir palabra del documento al diccionario'
  end
  object AddReplacementToLexBtn: TButton
    Left = 166
    Top = 98
    Width = 231
    Caption = 'Añadir reem&plazo al diccionario'
  end
  object LexCmbBx: TComboBox
    Left = 166
    Top = 123
    Width = 114
    Style = csDropDownList
  end
  object EditLexBtn: TButton
    Left = 283
    Top = 123
    Width = 114
    Caption = '&Editar...'
  end
  object CloseBtn: TButton
    Left = 166
    Top = 169
    Width = 231
    Cancel = True
    Caption = 'Cerrar'
  end
end