LazStats: Fix tab order.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7933 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-12-16 23:09:17 +00:00
parent b6459daccb
commit 2af62f1667
2 changed files with 43 additions and 39 deletions

View File

@@ -401,7 +401,7 @@ inherited AutoCorrForm: TAutoCorrForm
AutoSize = True AutoSize = True
Caption = 'Parameters...' Caption = 'Parameters...'
OnClick = SmoothingParamsBtnClick OnClick = SmoothingParamsBtnClick
TabOrder = 1 TabOrder = 0
end end
object AutoRegSmoothChk: TCheckBox object AutoRegSmoothChk: TCheckBox
Left = 12 Left = 12
@@ -410,7 +410,7 @@ inherited AutoCorrForm: TAutoCorrForm
Width = 149 Width = 149
BorderSpacing.Top = 8 BorderSpacing.Top = 8
Caption = 'Auto-regression smooth' Caption = 'Auto-regression smooth'
TabOrder = 0 TabOrder = 1
end end
end end
object GroupBox5: TGroupBox[19] object GroupBox5: TGroupBox[19]

View File

@@ -11,7 +11,41 @@ inherited SmoothingForm: TSmoothingForm
Width = 296 Width = 296
ClientHeight = 447 ClientHeight = 447
ClientWidth = 296 ClientWidth = 296
object OKBtn: TButton[0] inherited CloseBtn: TButton
AnchorSideRight.Control = HelpBtn
AnchorSideRight.Side = asrTop
Left = -88
Top = 422
ModalResult = 11
TabOrder = 5
Visible = False
end
inherited ComputeBtn: TButton
AnchorSideRight.Control = OKBtn
Left = 88
Top = 422
Anchors = [akTop]
TabOrder = 8
Visible = False
end
inherited ResetBtn: TButton
Left = 26
Top = 422
TabOrder = 7
Visible = False
end
inherited HelpBtn: TButton
Left = -33
Top = 422
TabOrder = 6
Visible = False
end
inherited ButtonBevel: TBevel
AnchorSideBottom.Control = OKBtn
Top = 406
Width = 296
end
object OKBtn: TButton[5]
AnchorSideRight.Control = ParamsPanel AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ParamsPanel AnchorSideBottom.Control = ParamsPanel
@@ -26,37 +60,7 @@ inherited SmoothingForm: TSmoothingForm
BorderSpacing.Top = 8 BorderSpacing.Top = 8
Caption = 'OK' Caption = 'OK'
ModalResult = 1 ModalResult = 1
TabOrder = 9 TabOrder = 10
end
inherited CloseBtn: TButton[1]
AnchorSideRight.Control = HelpBtn
AnchorSideRight.Side = asrTop
Left = -88
Top = 422
ModalResult = 11
Visible = False
end
inherited ComputeBtn: TButton[2]
AnchorSideRight.Control = OKBtn
Left = 88
Top = 422
Anchors = [akTop]
Visible = False
end
inherited ResetBtn: TButton[3]
Left = 26
Top = 422
Visible = False
end
inherited HelpBtn: TButton[4]
Left = -33
Top = 422
Visible = False
end
inherited ButtonBevel: TBevel[5]
AnchorSideBottom.Control = OKBtn
Top = 406
Width = 296
end end
object DataSmoothingChkLB: TCheckListBox[6] object DataSmoothingChkLB: TCheckListBox[6]
AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Control = ParamsPanel
@@ -82,7 +86,7 @@ inherited SmoothingForm: TSmoothingForm
) )
ItemHeight = 17 ItemHeight = 17
OnSelectionChange = DataSmoothingChkLBSelectionChange OnSelectionChange = DataSmoothingChkLBSelectionChange
TabOrder = 4 TabOrder = 2
Data = { Data = {
06000000000000000000 06000000000000000000
} }
@@ -109,7 +113,7 @@ inherited SmoothingForm: TSmoothingForm
BorderSpacing.Bottom = 8 BorderSpacing.Bottom = 8
Caption = 'Center on Mean' Caption = 'Center on Mean'
OnChange = MeanChkChange OnChange = MeanChkChange
TabOrder = 5 TabOrder = 0
end end
object ResidChk: TCheckBox[9] object ResidChk: TCheckBox[9]
AnchorSideLeft.Control = MeanChk AnchorSideLeft.Control = MeanChk
@@ -122,7 +126,7 @@ inherited SmoothingForm: TSmoothingForm
BorderSpacing.Left = 16 BorderSpacing.Left = 16
Caption = 'Residual plot' Caption = 'Residual plot'
OnChange = ResidChkChange OnChange = ResidChkChange
TabOrder = 6 TabOrder = 1
end end
object Bevel1: TBevel[10] object Bevel1: TBevel[10]
AnchorSideLeft.Control = ParamsPanel AnchorSideLeft.Control = ParamsPanel
@@ -153,7 +157,7 @@ inherited SmoothingForm: TSmoothingForm
Caption = 'NotebookGroup' Caption = 'NotebookGroup'
ClientHeight = 168 ClientHeight = 168
ClientWidth = 292 ClientWidth = 292
TabOrder = 7 TabOrder = 4
object Notebook: TNotebook object Notebook: TNotebook
AnchorSideLeft.Control = NotebookGroup AnchorSideLeft.Control = NotebookGroup
AnchorSideTop.Control = NotebookGroup AnchorSideTop.Control = NotebookGroup
@@ -454,7 +458,7 @@ inherited SmoothingForm: TSmoothingForm
BorderSpacing.Right = 8 BorderSpacing.Right = 8
Caption = 'Cancel' Caption = 'Cancel'
ModalResult = 2 ModalResult = 2
TabOrder = 10 TabOrder = 9
end end
end end
inherited ParamsSplitter: TSplitter inherited ParamsSplitter: TSplitter