;the "Insert | Symbol..." menu command, the "Character Map" tab, the "Change..." button

object HotKeyForm: THotKeyForm
  Caption = 'Tecla rápida'
  ClientHeight = 170
  ClientWidth = 259
  ActiveControl = HotKey
  object Lbl1: TLabel
    Left = 9
    Top = 9
    Caption = 'Tecla rápida:'
  end
  object HotKey: THotKey
    Left = 9
    Top = 28
    Width = 171
  end
  object ChooseBtn: TButton
    Left = 182
    Top = 28
    Width = 21
    Height = 21
    Hint = 'Elija de la lista de teclas rápidas no utilizadas'
    Caption = '...'
    OnClick = ChooseBtnClick
  end
  object ClearBtn: TButton
    Left = 205
    Top = 28
    Width = 45
    Height = 21
    Caption = 'Borrar'
    OnClick = ClearBtnClick
  end
  object Lbl2: TLabel
    Left = 9
    Top = 60
    Width = 240
    Height = 81
    AutoSize = False
    Caption = 'Haga clic en el cuadro "Tecla rápida" arriba y presione la tecla rápida requerida en su teclado.'#13'O haga clic en el botón de los tres puntos en este diálogo, para elegir de la lista de teclas rápidas no utilizadas.'
  end
end