You've already forked lazarus-ccr
167 lines
3.9 KiB
Plaintext
167 lines
3.9 KiB
Plaintext
![]() |
object ProbzForm: TProbzForm
|
||
|
Left = 238
|
||
|
Height = 109
|
||
|
Top = 161
|
||
|
Width = 311
|
||
|
AutoSize = True
|
||
|
BorderStyle = bsSingle
|
||
|
Caption = 'Probability of a larger z score'
|
||
|
ClientHeight = 109
|
||
|
ClientWidth = 311
|
||
|
OnActivate = FormActivate
|
||
|
OnShow = ResetBtnClick
|
||
|
Position = poMainFormCenter
|
||
|
LCLVersion = '2.1.0.0'
|
||
|
object CancelBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = ResetBtn
|
||
|
Left = 14
|
||
|
Height = 25
|
||
|
Top = 79
|
||
|
Width = 62
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Cancel = True
|
||
|
Caption = 'Cancel'
|
||
|
ModalResult = 2
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = ComputeBtn
|
||
|
Left = 88
|
||
|
Height = 25
|
||
|
Top = 79
|
||
|
Width = 54
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 1
|
||
|
end
|
||
|
object ComputeBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = ReturnBtn
|
||
|
Left = 154
|
||
|
Height = 25
|
||
|
Top = 79
|
||
|
Width = 76
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
Caption = 'Compute'
|
||
|
OnClick = ComputeBtnClick
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object ReturnBtn: TButton
|
||
|
AnchorSideTop.Control = Bevel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 242
|
||
|
Height = 25
|
||
|
Top = 79
|
||
|
Width = 61
|
||
|
Anchors = [akTop, akRight]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Return'
|
||
|
ModalResult = 1
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object Bevel1: TBevel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 0
|
||
|
Height = 8
|
||
|
Top = 63
|
||
|
Width = 311
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
Shape = bsBottomLine
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
AnchorSideTop.Control = Owner
|
||
|
Left = 58
|
||
|
Height = 55
|
||
|
Top = 8
|
||
|
Width = 194
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BevelOuter = bvNone
|
||
|
ClientHeight = 55
|
||
|
ClientWidth = 194
|
||
|
TabOrder = 4
|
||
|
object Label1: TLabel
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = zEdit
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
Left = 0
|
||
|
Height = 15
|
||
|
Top = 4
|
||
|
Width = 103
|
||
|
Caption = 'Observed z score = '
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object zEdit: TEdit
|
||
|
AnchorSideLeft.Control = Label1
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
Left = 111
|
||
|
Height = 23
|
||
|
Top = 0
|
||
|
Width = 83
|
||
|
Alignment = taRightJustify
|
||
|
BorderSpacing.Left = 8
|
||
|
TabOrder = 0
|
||
|
Text = 'zEdit'
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
AnchorSideTop.Control = ProbzEdit
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
AnchorSideRight.Control = Label1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 13
|
||
|
Height = 15
|
||
|
Top = 36
|
||
|
Width = 90
|
||
|
Anchors = [akTop, akRight]
|
||
|
Caption = 'Probability > z = '
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object ProbzEdit: TEdit
|
||
|
AnchorSideLeft.Control = zEdit
|
||
|
AnchorSideRight.Control = zEdit
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 111
|
||
|
Height = 23
|
||
|
Top = 32
|
||
|
Width = 83
|
||
|
Alignment = taRightJustify
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
Font.Style = [fsBold]
|
||
|
ParentFont = False
|
||
|
ReadOnly = True
|
||
|
TabOrder = 1
|
||
|
Text = 'ProbzEdit'
|
||
|
end
|
||
|
end
|
||
|
end
|