;the "Tools | Default Language..." menu command

object DefLangForm: TDefLangForm
  Caption = 'Idioma predeterminado'
  ClientHeight = 107
  ClientWidth = 312
  object ChkBx: TCheckBox
    Left = 7
    Top = 10
    Caption = 'Asociar todo el nuevo texto con el siguiente idioma:'
    OnClick = ChkBxClick
  end
  object CmbBx: TComboBox
    Left = 25
    Top = 33
    Width = 254
    Style = csOwnerDrawFixed
    OnDrawItem = CmbBxDrawItem
  end
  object DefBtn: TButton
    Left = 7
    Top = 77
    Width = 105
    Caption = 'Predeterminado...'
    OnClick = DefBtnClick
  end
end