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

object AutocorrectForm: TAutocorrectForm
  ClientHeight = 87
  ClientWidth = 474
  OnClose = FormClose
  object Lbl1: TLabel
    Left = 9
    Top = 15
    Caption = 'Corrección sugerida:'
  end
  object Lbl2: TLabel
    Left = 9
    Top = 35
    Width = 242
    Height = 45
    AutoSize = False
    Font.Style = [fsBold]
  end
  object AcceptBtn: TButton
    Left = 263
    Top = 7
    Width = 100
    Caption = '&Aceptar'
    Default = True
  end
  object AcceptAllBtn: TButton
    Left = 263
    Top = 33
    Width = 100
    Caption = 'Aceptar t&odo'
  end
  object AutoAllBtn: TButton
    Left = 263
    Top = 59
    Width = 100
    Caption = 'A&utocorregir todo'
  end
  object RejectBtn: TButton
    Left = 367
    Top = 7
    Width = 100
    Caption = '&Rechazar'
  end
  object RejectAllBtn: TButton
    Left = 367
    Top = 33
    Width = 100
    Caption = 'R&echazar todo'
  end
  object CancelBtn: TButton
    Left = 367
    Top = 59
    Width = 100
    Cancel = True
    Caption = 'Cancelar'
  end
end