You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7730 8e941d3f-bd1b-0410-a28a-d453659cc2b4
99 lines
2.3 KiB
Plaintext
99 lines
2.3 KiB
Plaintext
inherited BasicStatsParamsForm: TBasicStatsParamsForm
|
|
Height = 459
|
|
Width = 709
|
|
Caption = 'BasicStatsParamsForm'
|
|
ClientHeight = 459
|
|
ClientWidth = 709
|
|
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
|
|
Left = 153
|
|
Height = 25
|
|
Top = 418
|
|
Width = 75
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Compute'
|
|
TabOrder = 1
|
|
end
|
|
object ResetBtn: TButton
|
|
AnchorSideTop.Control = CloseBtn
|
|
AnchorSideRight.Control = ComputeBtn
|
|
Left = 91
|
|
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
|
|
Left = 32
|
|
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
|