2020-10-01 14:05:43 +00:00
|
|
|
inherited BasicStatsParamsForm: TBasicStatsParamsForm
|
2020-10-02 17:14:33 +00:00
|
|
|
Height = 459
|
2020-10-01 16:03:56 +00:00
|
|
|
Width = 709
|
2020-10-01 14:05:43 +00:00
|
|
|
Caption = 'BasicStatsParamsForm'
|
2020-10-02 17:14:33 +00:00
|
|
|
ClientHeight = 459
|
2020-10-01 16:03:56 +00:00
|
|
|
ClientWidth = 709
|
2020-10-01 14:05:43 +00:00
|
|
|
Position = poMainFormCenter
|
|
|
|
object ParamsPanel: TPanel[0]
|
|
|
|
Left = 8
|
|
|
|
Height = 443
|
|
|
|
Top = 8
|
|
|
|
Width = 291
|
|
|
|
Align = alLeft
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
BevelOuter = bvNone
|
|
|
|
ClientHeight = 443
|
|
|
|
ClientWidth = 291
|
|
|
|
TabOrder = 0
|
|
|
|
object CloseBtn: TButton
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 236
|
|
|
|
Height = 25
|
|
|
|
Top = 418
|
|
|
|
Width = 55
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Close'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = CloseBtn
|
2020-10-07 21:00:14 +00:00
|
|
|
Left = 152
|
2020-10-01 14:05:43 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 418
|
2020-10-07 21:00:14 +00:00
|
|
|
Width = 76
|
2020-10-01 14:05:43 +00:00
|
|
|
Anchors = [akTop, akRight]
|
2020-10-07 21:00:14 +00:00
|
|
|
AutoSize = True
|
2020-10-01 14:05:43 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = ComputeBtn
|
2020-10-07 21:00:14 +00:00
|
|
|
Left = 90
|
2020-10-01 14:05:43 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 418
|
|
|
|
Width = 54
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object HelpBtn: TButton
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = ResetBtn
|
2020-10-07 21:00:14 +00:00
|
|
|
Left = 31
|
2020-10-01 14:05:43 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 418
|
|
|
|
Width = 51
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Help'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object ButtonBevel: TBevel
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CloseBtn
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
|
|
|
Top = 402
|
|
|
|
Width = 291
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object ParamsSplitter: TSplitter[1]
|
|
|
|
Left = 303
|
|
|
|
Height = 459
|
|
|
|
Top = 0
|
|
|
|
Width = 5
|
|
|
|
ResizeStyle = rsPattern
|
|
|
|
end
|
|
|
|
end
|