You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7889 8e941d3f-bd1b-0410-a28a-d453659cc2b4
315 lines
8.4 KiB
Plaintext
315 lines
8.4 KiB
Plaintext
inherited HyperGeoForm: THyperGeoForm
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 303
|
|
Height = 310
|
|
Top = 156
|
|
Width = 693
|
|
Anchors = [akTop]
|
|
Caption = 'Hypergeometric Probabilities'
|
|
ClientHeight = 310
|
|
ClientWidth = 693
|
|
inherited ParamsPanel: TPanel
|
|
Height = 294
|
|
ClientHeight = 294
|
|
inherited CloseBtn: TButton
|
|
Top = 269
|
|
TabOrder = 12
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Top = 269
|
|
TabOrder = 11
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Top = 269
|
|
TabOrder = 10
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Top = 269
|
|
TabOrder = 9
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 253
|
|
end
|
|
object SampSizeLabel: TLabel[5]
|
|
AnchorSideTop.Control = SampSizeEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 116
|
|
Height = 15
|
|
Top = 4
|
|
Width = 68
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Sample Size: '
|
|
ParentColor = False
|
|
end
|
|
object SampObsLabel: TLabel[6]
|
|
AnchorSideTop.Control = SampObsEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 32
|
|
Height = 15
|
|
Top = 31
|
|
Width = 152
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Number observed in sample:'
|
|
ParentColor = False
|
|
end
|
|
object PopObsLabel: TLabel[7]
|
|
AnchorSideTop.Control = PopObsEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 12
|
|
Height = 15
|
|
Top = 85
|
|
Width = 172
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Number observed in population:'
|
|
ParentColor = False
|
|
end
|
|
object PopSizeLabel: TLabel[8]
|
|
AnchorSideTop.Control = PopSizeEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 103
|
|
Height = 15
|
|
Top = 58
|
|
Width = 81
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Population Size'
|
|
ParentColor = False
|
|
end
|
|
object SampSizeEdit: TEdit[9]
|
|
AnchorSideLeft.Control = ProbGEEdit
|
|
AnchorSideTop.Control = ParamsPanel
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 0
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
TabOrder = 0
|
|
Text = 'SampSizeEdit'
|
|
end
|
|
object SampObsEdit: TEdit[10]
|
|
AnchorSideLeft.Control = SampSizeEdit
|
|
AnchorSideTop.Control = SampSizeEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 27
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
TabOrder = 1
|
|
Text = 'SampObsEdit'
|
|
end
|
|
object PopSizeEdit: TEdit[11]
|
|
AnchorSideLeft.Control = SampSizeEdit
|
|
AnchorSideTop.Control = SampObsEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 54
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
TabOrder = 2
|
|
Text = 'PopSizeEdit'
|
|
end
|
|
object PopObsEdit: TEdit[12]
|
|
AnchorSideLeft.Control = SampSizeEdit
|
|
AnchorSideTop.Control = PopSizeEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 81
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
TabOrder = 3
|
|
Text = 'PopObsEdit'
|
|
end
|
|
object Label5: TLabel[13]
|
|
AnchorSideTop.Control = ProbXEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 100
|
|
Height = 15
|
|
Top = 124
|
|
Width = 84
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Probability of X:'
|
|
ParentColor = False
|
|
end
|
|
object Label6: TLabel[14]
|
|
AnchorSideTop.Control = ProbGTEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 47
|
|
Height = 15
|
|
Top = 151
|
|
Width = 137
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Probability greater than X:'
|
|
ParentColor = False
|
|
end
|
|
object Label7: TLabel[15]
|
|
AnchorSideTop.Control = ProbLEEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 32
|
|
Height = 15
|
|
Top = 178
|
|
Width = 152
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Probability less or equal to X:'
|
|
ParentColor = False
|
|
end
|
|
object Label8: TLabel[16]
|
|
AnchorSideTop.Control = ProbGEEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = ProbGEEdit
|
|
Left = 14
|
|
Height = 15
|
|
Top = 205
|
|
Width = 170
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 16
|
|
Caption = 'Probability greater or equal to X:'
|
|
ParentColor = False
|
|
end
|
|
object Label9: TLabel[17]
|
|
AnchorSideTop.Control = ProbLTEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = Label8
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 65
|
|
Height = 15
|
|
Top = 232
|
|
Width = 119
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Probability less than X:'
|
|
ParentColor = False
|
|
end
|
|
object ProbXEdit: TEdit[18]
|
|
AnchorSideLeft.Control = SampSizeEdit
|
|
AnchorSideTop.Control = PopObsEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 120
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 16
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 4
|
|
Text = 'ProbXEdit'
|
|
end
|
|
object ProbGTEdit: TEdit[19]
|
|
AnchorSideLeft.Control = SampSizeEdit
|
|
AnchorSideTop.Control = ProbXEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 147
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 5
|
|
Text = 'ProbGTEdit'
|
|
end
|
|
object ProbLEEdit: TEdit[20]
|
|
AnchorSideLeft.Control = ProbGEEdit
|
|
AnchorSideTop.Control = ProbGTEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 174
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 6
|
|
Text = 'ProbLEEdit'
|
|
end
|
|
object ProbGEEdit: TEdit[21]
|
|
AnchorSideLeft.Control = Label8
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = ProbLEEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 201
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 4
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 7
|
|
Text = 'ProbGEEdit'
|
|
end
|
|
object ProbLTEdit: TEdit[22]
|
|
AnchorSideLeft.Control = ProbGEEdit
|
|
AnchorSideTop.Control = ProbGEEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 192
|
|
Height = 23
|
|
Top = 228
|
|
Width = 99
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 4
|
|
Font.Style = [fsBold]
|
|
ParentFont = False
|
|
ReadOnly = True
|
|
TabOrder = 8
|
|
Text = 'ProbLTEdit'
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Height = 310
|
|
end
|
|
end
|