;the "Convert text between keyboard layouts" command of the "Edit" category

object ChooseKeyLayoutForm: TChooseKeyLayoutForm
  Caption = 'Convertir entre distribuciones de teclado'
  ClientHeight = 158
  ClientWidth = 385
  object SrcLbl: TLabel
    Left = 9
    Top = 12
    Width = 175
    Height = 30
    AutoSize = False
    Caption = 'Distribución de teclado &usada incorrectamente para escribir texto:'
  end
  object SrcBx: TListBox
    Left = 9
    Top = 44
    Width = 177
    Height = 69
    OnClick = BxClick
  end
  object DestLbl: TLabel
    Left = 198
    Top = 12
    Width = 175
    Height = 31
    AutoSize = False
    Caption = 'Distribución de teclado que se &usará para escribir texto:'
  end
  object DestBx: TListBox
    Left = 198
    Top = 44
    Width = 177
    Height = 69
    OnClick = BxClick
  end
end