object FormKeyShortcuts: TFormKeyShortcuts Left = 528 Height = 437 Top = 303 Width = 527 Caption = 'Key shortcuts' ClientHeight = 437 ClientWidth = 527 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 4 Height = 429 Top = 4 Width = 519 Align = alClient BorderSpacing.Around = 4 Columns = < item Caption = 'Action' Width = 200 end item Caption = 'Window' Width = 200 end item Caption = 'Shortcut' Width = 80 end> LargeImages = Core.ImageListLarge PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True SmallImages = Core.ImageListSmall TabOrder = 0 ViewStyle = vsReport end object PopupMenu1: TPopupMenu left = 299 top = 187 object MenuItem1: TMenuItem Caption = 'Execute' OnClick = MenuItem1Click end end end