object frmHotkeyList: TfrmHotkeyList Left = 139 Top = 155 Width = 501 Height = 282 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Hotkey List' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlHotkeys: TPanel Left = 0 Top = 0 Width = 493 Height = 255 Align = alClient BevelOuter = bvNone BorderWidth = 4 Caption = 'pnlHotkeys' TabOrder = 0 object lvHotkeys: TListView Left = 4 Top = 4 Width = 485 Height = 247 Align = alClient ColumnClick = False OnDblClick = lvHotkeysDblClick Columns = < item Caption = 'Description' Width = 145 end item Caption = 'Action' Width = 100 end item Caption = 'Data' Width = 130 end item Caption = 'Hotkey' Width = 90 end> ReadOnly = True HideSelection = False RowSelect = True SortType = stText TabOrder = 0 ViewStyle = vsReport OnKeyPress = lvHotkeysKeyPress end end end