Files
lazarus-ccr/applications/lazstats/source_orig/hypergeounit.lfm

183 lines
3.2 KiB
Plaintext
Raw Normal View History

object HyperGeoForm: THyperGeoForm
Left = 288
Height = 403
Top = 161
Width = 320
Caption = 'Hypergeometric Probabilities'
ClientHeight = 403
ClientWidth = 320
OnShow = ResetBtnClick
LCLVersion = '0.9.30'
object Label1: TLabel
Left = 7
Height = 16
Top = 20
Width = 69
Caption = 'Sample Size: '
ParentColor = False
end
object Label2: TLabel
Left = 10
Height = 16
Top = 55
Width = 153
Caption = 'Number observed in sample:'
ParentColor = False
end
object Label3: TLabel
Left = 9
Height = 16
Top = 88
Width = 85
Caption = 'Population Size:'
ParentColor = False
end
object Label4: TLabel
Left = 7
Height = 16
Top = 123
Width = 173
Caption = 'Number observed in population:'
ParentColor = False
end
object Label5: TLabel
Left = 7
Height = 16
Top = 163
Width = 85
Caption = 'Probability of X:'
ParentColor = False
end
object Label6: TLabel
Left = 8
Height = 16
Top = 201
Width = 138
Caption = 'Probability greater than X:'
ParentColor = False
end
object Label7: TLabel
Left = 8
Height = 16
Top = 238
Width = 153
Caption = 'Probability less or equal to X:'
ParentColor = False
end
object Label8: TLabel
Left = 9
Height = 16
Top = 275
Width = 171
Caption = 'Probability greater or equal to X:'
ParentColor = False
end
object Label9: TLabel
Left = 7
Height = 16
Top = 313
Width = 120
Caption = 'Probability less than X:'
ParentColor = False
end
object ResetBtn: TButton
Left = 7
Height = 31
Top = 346
Width = 76
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 0
end
object ComputeBtn: TButton
Left = 112
Height = 31
Top = 344
Width = 76
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 1
end
object ReturnBtn: TButton
Left = 216
Height = 31
Top = 344
Width = 76
Caption = 'Return'
ModalResult = 1
TabOrder = 2
end
object SampSizeEdit: TEdit
Left = 208
Height = 23
Top = 12
Width = 76
TabOrder = 3
Text = 'SampSizeEdit'
end
object SampObsEdit: TEdit
Left = 208
Height = 23
Top = 48
Width = 76
TabOrder = 4
Text = 'Edit1'
end
object PopSizeEdit: TEdit
Left = 208
Height = 23
Top = 80
Width = 76
TabOrder = 5
Text = 'Edit1'
end
object PopObsEdit: TEdit
Left = 208
Height = 23
Top = 112
Width = 76
TabOrder = 6
Text = 'Edit1'
end
object ProbXEdit: TEdit
Left = 208
Height = 23
Top = 152
Width = 76
TabOrder = 7
Text = 'Edit1'
end
object ProbGTEdit: TEdit
Left = 208
Height = 23
Top = 192
Width = 76
TabOrder = 8
Text = 'Edit1'
end
object ProbLEEdit: TEdit
Left = 208
Height = 23
Top = 231
Width = 76
TabOrder = 9
Text = 'Edit1'
end
object ProbGEEdit: TEdit
Left = 208
Height = 23
Top = 268
Width = 76
TabOrder = 10
Text = 'Edit1'
end
object ProbLTEdit: TEdit
Left = 208
Height = 23
Top = 306
Width = 76
TabOrder = 11
Text = 'Edit1'
end
end