IDE, Add/Rename build profile dialog: made OK button default and slightly improved layout

git-svn-id: trunk@28279 -
This commit is contained in:
maxim 2010-11-16 21:22:21 +00:00
parent aa8b8c8e39
commit 915695edf1

View File

@ -28,6 +28,7 @@ object AddProfileForm: TAddProfileForm
end
object ProfileHeaderLabel: TLabel
AnchorSideLeft.Control = NameEdit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = NameEdit
Left = 12
Height = 14
@ -35,6 +36,7 @@ object AddProfileForm: TAddProfileForm
Width = 64
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 6
BorderSpacing.Right = 12
BorderSpacing.Bottom = 6
Caption = 'Profile name:'
ParentColor = False
@ -55,7 +57,6 @@ object AddProfileForm: TAddProfileForm
CancelButton.Name = 'CancelButton'
CancelButton.Caption = 'Отмена'
TabOrder = 1
DefaultButton = pbCancel
ShowButtons = [pbOK, pbCancel]
ShowBevel = False
end