IDE: package linkgs dlg: close on escape

git-svn-id: trunk@47778 -
This commit is contained in:
mattias 2015-02-14 10:47:34 +00:00
parent f12df89d67
commit 6da2503281

View File

@ -9,7 +9,7 @@ object PackageLinksDialog: TPackageLinksDialog
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '1.1'
LCLVersion = '1.5'
object ScopeGroupBox: TGroupBox
Left = 0
Height = 144
@ -156,14 +156,16 @@ object PackageLinksDialog: TPackageLinksDialog
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BtnPanel
AnchorSideBottom.Side = asrBottom
Left = 592
Left = 591
Height = 28
Top = 7
Width = 60
Width = 61
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Around = 6
Cancel = True
Caption = '&Close'
Default = True
Kind = bkClose
ModalResult = 1
TabOrder = 0