Repository URL to install this package:
Version:
2.0.10 ▾
|
lazarus-project
/
usr
/
share
/
lazarus
/
2.0.10
/
components
/
IdeInspector
/
ideinspectkeygrapper.lfm
|
---|
object IdeInspectKeyGrabForm: TIdeInspectKeyGrabForm Left = 1193 Height = 240 Top = 155 Width = 320 Caption = 'Key Shortcut' ClientHeight = 240 ClientWidth = 320 OnCreate = FormCreate LCLVersion = '0.9.29' object ButtonPanel1: TButtonPanel Left = 6 Height = 34 Top = 200 Width = 308 OKButton.Name = 'OKButton' OKButton.OnClick = OKButtonClick HelpButton.Name = 'HelpButton' HelpButton.Enabled = False CloseButton.Name = 'CloseButton' CloseButton.Enabled = False CancelButton.Name = 'CancelButton' CancelButton.OnClick = CancelButtonClick TabOrder = 0 ShowButtons = [pbOK, pbCancel] ShowGlyphs = [pbOK, pbCancel] end end