;the "Tools | Customize | Hot Keys..." menu command, the "Show All Assigned Hot Keys..." button

object AssignedHotKeysForm: TAssignedHotKeysForm
  Caption = 'Teclas de acceso rápido asignadas'
  ClientHeight = 362
  ClientWidth = 528
  object HotKeyLbl: TLabel
    Left = 17
    Top = 10
    Caption = 'Teclas de acceso rápido:'
  end
  object CmdLbl: TLabel
    Left = 200
    Top = 10
    Caption = 'Comandos:'
  end
  object LstBx: TListBox
    Left = 10
    Top = 29
    Width = 507
    Height = 289
    ItemHeight = 15
    Style = lbOwnerDrawFixed
    OnDrawItem = LstBxDrawItem
  end
  object CopyBtn: TButton
    Left = 165
    Top = 330
    Width = 128
    Caption = '&Copiar al portapapeles'
    OnClick = CopyBtnClick
  end
  object CloseBtn: TButton
    Left = 297
    Top = 330
    Width = 75
    Cancel = True
    Caption = 'Cerrar'
    Default = True
    ModalResult = 1
  end
end