You've already forked lazarus-ccr
LazStats: Fix TabOrder in SensUnit.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7835 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -16,19 +16,23 @@ inherited SensForm: TSensForm
|
|||||||
inherited CloseBtn: TButton
|
inherited CloseBtn: TButton
|
||||||
Left = 289
|
Left = 289
|
||||||
Top = 375
|
Top = 375
|
||||||
|
TabOrder = 12
|
||||||
end
|
end
|
||||||
inherited ComputeBtn: TButton
|
inherited ComputeBtn: TButton
|
||||||
Left = 205
|
Left = 205
|
||||||
Top = 375
|
Top = 375
|
||||||
|
TabOrder = 11
|
||||||
end
|
end
|
||||||
inherited ResetBtn: TButton
|
inherited ResetBtn: TButton
|
||||||
Left = 143
|
Left = 143
|
||||||
Top = 375
|
Top = 375
|
||||||
|
TabOrder = 10
|
||||||
end
|
end
|
||||||
inherited HelpBtn: TButton
|
inherited HelpBtn: TButton
|
||||||
Tag = 166
|
Tag = 166
|
||||||
Left = 84
|
Left = 84
|
||||||
Top = 375
|
Top = 375
|
||||||
|
TabOrder = 9
|
||||||
end
|
end
|
||||||
inherited ButtonBevel: TBevel
|
inherited ButtonBevel: TBevel
|
||||||
Top = 359
|
Top = 359
|
||||||
@ -62,7 +66,7 @@ inherited SensForm: TSensForm
|
|||||||
MultiSelect = True
|
MultiSelect = True
|
||||||
OnDblClick = VarListDblClick
|
OnDblClick = VarListDblClick
|
||||||
OnSelectionChange = VarListSelectionChange
|
OnSelectionChange = VarListSelectionChange
|
||||||
TabOrder = 4
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object InBtn: TBitBtn[7]
|
object InBtn: TBitBtn[7]
|
||||||
AnchorSideLeft.Control = ParamsPanel
|
AnchorSideLeft.Control = ParamsPanel
|
||||||
@ -76,7 +80,7 @@ inherited SensForm: TSensForm
|
|||||||
ImageIndex = 1
|
ImageIndex = 1
|
||||||
OnClick = InBtnClick
|
OnClick = InBtnClick
|
||||||
Spacing = 0
|
Spacing = 0
|
||||||
TabOrder = 5
|
TabOrder = 1
|
||||||
end
|
end
|
||||||
object OutBtn: TBitBtn[8]
|
object OutBtn: TBitBtn[8]
|
||||||
AnchorSideLeft.Control = ParamsPanel
|
AnchorSideLeft.Control = ParamsPanel
|
||||||
@ -92,7 +96,7 @@ inherited SensForm: TSensForm
|
|||||||
ImageIndex = 0
|
ImageIndex = 0
|
||||||
OnClick = OutBtnClick
|
OnClick = OutBtnClick
|
||||||
Spacing = 0
|
Spacing = 0
|
||||||
TabOrder = 6
|
TabOrder = 2
|
||||||
end
|
end
|
||||||
object AllBtn: TBitBtn[9]
|
object AllBtn: TBitBtn[9]
|
||||||
AnchorSideLeft.Control = ParamsPanel
|
AnchorSideLeft.Control = ParamsPanel
|
||||||
@ -108,7 +112,7 @@ inherited SensForm: TSensForm
|
|||||||
Caption = 'All'
|
Caption = 'All'
|
||||||
OnClick = AllBtnClick
|
OnClick = AllBtnClick
|
||||||
Spacing = 0
|
Spacing = 0
|
||||||
TabOrder = 7
|
TabOrder = 3
|
||||||
end
|
end
|
||||||
object GroupBox3: TGroupBox[10]
|
object GroupBox3: TGroupBox[10]
|
||||||
AnchorSideTop.Control = GroupBox1
|
AnchorSideTop.Control = GroupBox1
|
||||||
@ -130,7 +134,7 @@ inherited SensForm: TSensForm
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ClientHeight = 81
|
ClientHeight = 81
|
||||||
ClientWidth = 120
|
ClientWidth = 120
|
||||||
TabOrder = 8
|
TabOrder = 6
|
||||||
object PrtDataChk: TCheckBox
|
object PrtDataChk: TCheckBox
|
||||||
Left = 12
|
Left = 12
|
||||||
Height = 19
|
Height = 19
|
||||||
@ -172,7 +176,7 @@ inherited SensForm: TSensForm
|
|||||||
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
||||||
ClientHeight = 52
|
ClientHeight = 52
|
||||||
ClientWidth = 120
|
ClientWidth = 120
|
||||||
TabOrder = 9
|
TabOrder = 7
|
||||||
object PlotSlopesChk: TCheckBox
|
object PlotSlopesChk: TCheckBox
|
||||||
Left = 12
|
Left = 12
|
||||||
Height = 19
|
Height = 19
|
||||||
@ -211,7 +215,7 @@ inherited SensForm: TSensForm
|
|||||||
ChildSizing.ControlsPerLine = 2
|
ChildSizing.ControlsPerLine = 2
|
||||||
ClientHeight = 31
|
ClientHeight = 31
|
||||||
ClientWidth = 337
|
ClientWidth = 337
|
||||||
TabOrder = 10
|
TabOrder = 5
|
||||||
object StandardizeChk: TCheckBox
|
object StandardizeChk: TCheckBox
|
||||||
Left = 12
|
Left = 12
|
||||||
Height = 19
|
Height = 19
|
||||||
@ -252,7 +256,7 @@ inherited SensForm: TSensForm
|
|||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
BorderSpacing.Left = 8
|
BorderSpacing.Left = 8
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
TabOrder = 11
|
TabOrder = 8
|
||||||
Text = '0.05'
|
Text = '0.05'
|
||||||
end
|
end
|
||||||
object Label3: TLabel[15]
|
object Label3: TLabel[15]
|
||||||
@ -285,7 +289,7 @@ inherited SensForm: TSensForm
|
|||||||
MultiSelect = True
|
MultiSelect = True
|
||||||
OnDblClick = SelectedListDblClick
|
OnDblClick = SelectedListDblClick
|
||||||
OnSelectionChange = VarListSelectionChange
|
OnSelectionChange = VarListSelectionChange
|
||||||
TabOrder = 12
|
TabOrder = 4
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
inherited ParamsSplitter: TSplitter
|
inherited ParamsSplitter: TSplitter
|
||||||
@ -297,13 +301,13 @@ inherited SensForm: TSensForm
|
|||||||
Height = 400
|
Height = 400
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 563
|
Width = 563
|
||||||
ActivePage = RankedSlopesPage
|
ActivePage = ResultsPage
|
||||||
Align = alClient
|
Align = alClient
|
||||||
BorderSpacing.Left = 4
|
BorderSpacing.Left = 4
|
||||||
BorderSpacing.Top = 8
|
BorderSpacing.Top = 8
|
||||||
BorderSpacing.Right = 8
|
BorderSpacing.Right = 8
|
||||||
BorderSpacing.Bottom = 8
|
BorderSpacing.Bottom = 8
|
||||||
TabIndex = 3
|
TabIndex = 0
|
||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
object ResultsPage: TTabSheet
|
object ResultsPage: TTabSheet
|
||||||
Caption = 'Results'
|
Caption = 'Results'
|
||||||
|
Reference in New Issue
Block a user