mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 04:29:11 +02:00
IDE: fix tab order in Project Save Options frame.
git-svn-id: trunk@36780 -
This commit is contained in:
parent
109adf051f
commit
2d215a7931
@ -13,7 +13,7 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
AnchorSideTop.Control = Owner
|
AnchorSideTop.Control = Owner
|
||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 21
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 320
|
Width = 320
|
||||||
Align = alTop
|
Align = alTop
|
||||||
@ -27,8 +27,8 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 21
|
||||||
Top = 25
|
Top = 27
|
||||||
Width = 320
|
Width = 320
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
@ -42,8 +42,8 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 21
|
Height = 4
|
||||||
Top = 100
|
Top = 108
|
||||||
Width = 320
|
Width = 320
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
AutoFill = True
|
AutoFill = True
|
||||||
@ -59,7 +59,7 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
OnClick = SaveSessionLocationRadioGroupClick
|
OnClick = SaveSessionLocationRadioGroupClick
|
||||||
TabOrder = 2
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object SaveJumpHistory: TCheckBox
|
object SaveJumpHistory: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
@ -68,13 +68,13 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 21
|
||||||
Top = 50
|
Top = 54
|
||||||
Width = 320
|
Width = 320
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'SaveJumpHistory'
|
Caption = 'SaveJumpHistory'
|
||||||
TabOrder = 3
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object SaveFoldState: TCheckBox
|
object SaveFoldState: TCheckBox
|
||||||
AnchorSideLeft.Control = Owner
|
AnchorSideLeft.Control = Owner
|
||||||
@ -83,12 +83,12 @@ object ProjectSaveOptionsFrame: TProjectSaveOptionsFrame
|
|||||||
AnchorSideRight.Control = Owner
|
AnchorSideRight.Control = Owner
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 19
|
Height = 21
|
||||||
Top = 75
|
Top = 81
|
||||||
Width = 320
|
Width = 320
|
||||||
Anchors = [akTop, akLeft, akRight]
|
Anchors = [akTop, akLeft, akRight]
|
||||||
BorderSpacing.Top = 6
|
BorderSpacing.Top = 6
|
||||||
Caption = 'SaveFoldState'
|
Caption = 'SaveFoldState'
|
||||||
TabOrder = 4
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user