mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 00:44:33 +02:00
29 lines
702 B
Plaintext
29 lines
702 B
Plaintext
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
|