lazarus/ide/keymapshortcutdlg.lfm
mattias e2e83d6c1e IDE: grab key: escape sets VK_UNKNOWN
git-svn-id: trunk@22189 -
2009-10-15 08:56:17 +00:00

45 lines
881 B
Plaintext

object ShortCutDialog: TShortCutDialog
Left = 290
Height = 260
Top = 189
Width = 545
ActiveControl = BtnPanel
AutoSize = True
Caption = 'ShortCutDialog'
ClientHeight = 260
ClientWidth = 545
OnCreate = FormCreate
LCLVersion = '0.9.29'
object PrimaryGroupBox: TGroupBox
Left = 6
Height = 93
Top = 6
Width = 533
Align = alTop
BorderSpacing.Around = 6
Caption = 'PrimaryGroupBox'
TabOrder = 0
end
object SecondaryGroupBox: TGroupBox
Left = 6
Height = 105
Top = 105
Width = 533
Align = alTop
BorderSpacing.Around = 6
Caption = 'SecondaryGroupBox'
TabOrder = 1
end
object BtnPanel: TButtonPanel
AnchorSideTop.Side = asrBottom
Left = 6
Height = 36
Top = 216
Width = 533
Align = alTop
TabOrder = 2
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end
end