;the "Tools | Hyphenation..." menu command, the "Manual..." button

object ManualHyphForm: TManualHyphForm
  Caption = 'Guionización Manual: %s'
;%s - a language
  ClientHeight = 142
  ClientWidth = 318
  object Lbl1: TLabel
    Left = 10
    Top = 10
    Caption = 'Haga clic donde desea insertar un guion:'
  end
  object Lbl2: TLabel
    Left = 10
    Top = 60
    Caption = 'Las líneas rojas muestran la guionización sugerida por Atlantis.'
  end
  object YesBtn: TButton
    Width = 68
    Caption = '&Guionar'
    ModalResult = 6
  end
  object NoBtn: TButton
    Width = 68
    Caption = 'No &guionar'
    ModalResult = 7
  end
  object CustomizeBtn: TButton
    Width = 80
    Caption = 'Per&sonalizar...'
    OnClick = CustomizeBtnClick
  end
  object CancelBtn: TButton
    Width = 68
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
end