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

object HyphOptForm: THyphOptForm
  Caption = 'Guionización: %s'
;%s - un idioma
  ClientHeight = 162
  ClientWidth = 350
  object AutoBx: TCheckBox
    Left = 13
    Top = 13
    Caption = 'Separación silábica &automática'
  end
  object CustBtn: TButton
    Left = 250
    Top = 10
    Width = 86
    Caption = '&Personalizar...'
    OnClick = CustBtnClick
  end
  object CapsBx: TCheckBox
    Left = 13
    Top = 36
    Caption = 'Separar palabras en MA&YÚSCULAS con guiones'
  end
  object HyphZoneLbl: TLabel
    Left = 13
    Top = 67
    Caption = '&Zona de guionización:'
  end
  object HyphZoneEdt: TUpDownEdit
    Left = 175
    Top = 64
  end
  object HyphLimitLbl: TLabel
    Left = 13
    Top = 96
    Caption = '&Límite de guiones consecutivos:'
  end
  object HyphLimitEdt: TUpDownEdit
    Left = 175
    Top = 93
    SepDigits = 0
    Increment = 1
  end
  object ManBtn: TButton
    Left = 12
    Top = 131
    Width = 75
    Caption = '&Manual...'
  end
end