You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7882 8e941d3f-bd1b-0410-a28a-d453659cc2b4
159 lines
2.9 KiB
Plaintext
159 lines
2.9 KiB
Plaintext
object DistribFrm: TDistribFrm
|
|
Left = 183
|
|
Height = 286
|
|
Top = 110
|
|
Width = 323
|
|
Caption = 'Distributions'
|
|
ClientHeight = 286
|
|
ClientWidth = 323
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object GroupBox1: TGroupBox
|
|
Left = 8
|
|
Height = 96
|
|
Top = 8
|
|
Width = 208
|
|
Caption = 'Plot Distribution:'
|
|
ClientHeight = 78
|
|
ClientWidth = 204
|
|
TabOrder = 0
|
|
object NDChk: TCheckBox
|
|
Left = 9
|
|
Height = 17
|
|
Top = 2
|
|
Width = 110
|
|
Caption = 'Normal Distribution'
|
|
OnClick = NDChkClick
|
|
TabOrder = 0
|
|
end
|
|
object ChiChk: TCheckBox
|
|
Left = 9
|
|
Height = 17
|
|
Top = 24
|
|
Width = 130
|
|
Caption = 'Chi-Square Distribution'
|
|
OnClick = ChiChkClick
|
|
TabOrder = 1
|
|
end
|
|
object FChk: TCheckBox
|
|
Left = 9
|
|
Height = 17
|
|
Top = 49
|
|
Width = 121
|
|
Caption = 'Central F Distribution'
|
|
OnClick = FChkClick
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object GroupBox2: TGroupBox
|
|
Left = 8
|
|
Height = 152
|
|
Top = 120
|
|
Width = 208
|
|
Caption = 'Parameters'
|
|
ClientHeight = 134
|
|
ClientWidth = 204
|
|
TabOrder = 1
|
|
object AlphaLabel: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 15
|
|
Width = 85
|
|
Caption = 'Type I Error Rate'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 46
|
|
Width = 86
|
|
Caption = 'Deg. Freedom (1)'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 81
|
|
Width = 86
|
|
Caption = 'Deg. Freedom (2)'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 111
|
|
Width = 27
|
|
Caption = 'Mean'
|
|
ParentColor = False
|
|
end
|
|
object AlphaEdit: TEdit
|
|
Left = 102
|
|
Height = 21
|
|
Top = 8
|
|
Width = 43
|
|
TabOrder = 0
|
|
Text = 'AlphaEdit'
|
|
end
|
|
object DF1Edit: TEdit
|
|
Left = 102
|
|
Height = 21
|
|
Top = 39
|
|
Width = 43
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object MeanEdit: TEdit
|
|
Left = 102
|
|
Height = 21
|
|
Top = 104
|
|
Width = 43
|
|
TabOrder = 2
|
|
Text = 'Edit1'
|
|
end
|
|
object DF2Edit: TEdit
|
|
Left = 102
|
|
Height = 21
|
|
Top = 72
|
|
Width = 43
|
|
TabOrder = 3
|
|
Text = 'Edit1'
|
|
end
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 232
|
|
Height = 29
|
|
Top = 23
|
|
Width = 71
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 2
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 232
|
|
Height = 29
|
|
Top = 88
|
|
Width = 71
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 232
|
|
Height = 29
|
|
Top = 152
|
|
Width = 71
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 232
|
|
Height = 29
|
|
Top = 216
|
|
Width = 71
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 5
|
|
end
|
|
end
|