You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
97 lines
1.7 KiB
Plaintext
97 lines
1.7 KiB
Plaintext
object TprobForm: TTprobForm
|
|
Left = 288
|
|
Height = 142
|
|
Top = 161
|
|
Width = 398
|
|
Caption = 'Probability of a larger Student t value'
|
|
ClientHeight = 142
|
|
ClientWidth = 398
|
|
OnShow = ResetBtnClick
|
|
LCLVersion = '0.9.30'
|
|
object Label1: TLabel
|
|
Left = 9
|
|
Height = 16
|
|
Top = 14
|
|
Width = 94
|
|
Caption = 'Student t value = '
|
|
ParentColor = False
|
|
end
|
|
object tValueEdit: TEdit
|
|
Left = 123
|
|
Height = 23
|
|
Top = 7
|
|
Width = 62
|
|
TabOrder = 0
|
|
Text = 'tValueEdit'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 195
|
|
Height = 16
|
|
Top = 14
|
|
Width = 112
|
|
Caption = 'with deg. freedom = '
|
|
ParentColor = False
|
|
end
|
|
object DFEdit: TEdit
|
|
Left = 311
|
|
Height = 23
|
|
Top = 7
|
|
Width = 50
|
|
TabOrder = 1
|
|
Text = 'DFEdit'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 8
|
|
Height = 16
|
|
Top = 47
|
|
Width = 136
|
|
Caption = 'Probability larger value = '
|
|
ParentColor = False
|
|
end
|
|
object ProbEdit: TEdit
|
|
Left = 145
|
|
Height = 23
|
|
Top = 39
|
|
Width = 74
|
|
TabOrder = 2
|
|
Text = 'ProbEdit'
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 8
|
|
Height = 33
|
|
Top = 80
|
|
Width = 82
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 104
|
|
Height = 33
|
|
Top = 80
|
|
Width = 82
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 200
|
|
Height = 33
|
|
Top = 80
|
|
Width = 82
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 296
|
|
Height = 33
|
|
Top = 80
|
|
Width = 77
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 6
|
|
end
|
|
end
|