mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 18:38:23 +02:00
LvlGraphOptions, fix taborder
This commit is contained in:
parent
aaa7322d14
commit
8ee02da3dc
@ -75,7 +75,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
Top = 0
|
Top = 0
|
||||||
Width = 160
|
Width = 160
|
||||||
Caption = 'chkReduceBackEdges'
|
Caption = 'chkReduceBackEdges'
|
||||||
TabOrder = 8
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object chkHighEdges: TCheckBox
|
object chkHighEdges: TCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -83,7 +83,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
Top = 24
|
Top = 24
|
||||||
Width = 160
|
Width = 160
|
||||||
Caption = 'chkHighEdges'
|
Caption = 'chkHighEdges'
|
||||||
TabOrder = 1
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object chkStraigtenGraph: TCheckBox
|
object chkStraigtenGraph: TCheckBox
|
||||||
Left = 168
|
Left = 168
|
||||||
@ -91,7 +91,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
Top = 24
|
Top = 24
|
||||||
Width = 160
|
Width = 160
|
||||||
Caption = 'chkStraigtenGraph'
|
Caption = 'chkStraigtenGraph'
|
||||||
TabOrder = 5
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object chkCaptionOnTop: TCheckBox
|
object chkCaptionOnTop: TCheckBox
|
||||||
Left = 0
|
Left = 0
|
||||||
@ -99,7 +99,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
Top = 48
|
Top = 48
|
||||||
Width = 160
|
Width = 160
|
||||||
Caption = 'chkCaptionOnTop'
|
Caption = 'chkCaptionOnTop'
|
||||||
TabOrder = 6
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
object DummySpaceHolder: TLabel
|
object DummySpaceHolder: TLabel
|
||||||
Left = 168
|
Left = 168
|
||||||
@ -119,7 +119,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 38
|
ClientHeight = 38
|
||||||
ClientWidth = 160
|
ClientWidth = 160
|
||||||
TabOrder = 2
|
TabOrder = 6
|
||||||
object lblEdgeShape: TLabel
|
object lblEdgeShape: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 15
|
Height = 15
|
||||||
@ -150,7 +150,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 38
|
ClientHeight = 38
|
||||||
ClientWidth = 160
|
ClientWidth = 160
|
||||||
TabOrder = 3
|
TabOrder = 7
|
||||||
object lblEdgeSplit: TLabel
|
object lblEdgeSplit: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 15
|
Height = 15
|
||||||
@ -180,7 +180,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 38
|
ClientHeight = 38
|
||||||
ClientWidth = 160
|
ClientWidth = 160
|
||||||
TabOrder = 4
|
TabOrder = 8
|
||||||
object lblMaxLevelHeight: TLabel
|
object lblMaxLevelHeight: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 15
|
Height = 15
|
||||||
@ -238,7 +238,7 @@ object DependencyGraphOptDialog: TDependencyGraphOptDialog
|
|||||||
ChildSizing.ControlsPerLine = 1
|
ChildSizing.ControlsPerLine = 1
|
||||||
ClientHeight = 38
|
ClientHeight = 38
|
||||||
ClientWidth = 160
|
ClientWidth = 160
|
||||||
TabOrder = 7
|
TabOrder = 9
|
||||||
object lblExtraSpacing: TLabel
|
object lblExtraSpacing: TLabel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 15
|
Height = 15
|
||||||
|
Loading…
Reference in New Issue
Block a user