You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7817 8e941d3f-bd1b-0410-a28a-d453659cc2b4
136 lines
3.3 KiB
Plaintext
136 lines
3.3 KiB
Plaintext
inherited BinomialForm: TBinomialForm
|
|
Left = 802
|
|
Height = 409
|
|
Top = 338
|
|
Width = 657
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/ProbabilityofaBinomialEvent.htm'
|
|
Caption = 'Binomial Probability Calculator'
|
|
ClientHeight = 409
|
|
ClientWidth = 657
|
|
inherited ParamsPanel: TPanel
|
|
Height = 393
|
|
Width = 299
|
|
ClientHeight = 393
|
|
ClientWidth = 299
|
|
inherited CloseBtn: TButton
|
|
Left = 244
|
|
Top = 368
|
|
TabOrder = 6
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 160
|
|
Top = 368
|
|
TabOrder = 5
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 98
|
|
Top = 368
|
|
TabOrder = 4
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Left = 39
|
|
Top = 368
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 352
|
|
Width = 299
|
|
end
|
|
object FreqALabel: TLabel[5]
|
|
AnchorSideTop.Control = FreqAEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = FreqAEdit
|
|
Left = -3
|
|
Height = 15
|
|
Top = 12
|
|
Width = 239
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Frequency of events observed in category ''A'':'
|
|
ParentColor = False
|
|
end
|
|
object FreqBLabel: TLabel[6]
|
|
AnchorSideTop.Control = FreqBEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = FreqBEdit
|
|
Left = -2
|
|
Height = 15
|
|
Top = 43
|
|
Width = 238
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Frequency of events observed in category ''B'':'
|
|
ParentColor = False
|
|
end
|
|
object PropALabel: TLabel[7]
|
|
AnchorSideTop.Control = PropAEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideRight.Control = PropAEdit
|
|
Left = -5
|
|
Height = 15
|
|
Top = 74
|
|
Width = 241
|
|
Anchors = [akTop, akRight]
|
|
Caption = 'Proportion of events expected in category ''A'':'
|
|
ParentColor = False
|
|
end
|
|
object FreqAEdit: TEdit[8]
|
|
AnchorSideLeft.Control = PropAEdit
|
|
AnchorSideTop.Control = ParamsPanel
|
|
AnchorSideRight.Control = PropAEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 244
|
|
Height = 23
|
|
Top = 8
|
|
Width = 55
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 8
|
|
TabOrder = 0
|
|
Text = 'FreqAEdit'
|
|
end
|
|
object FreqBEdit: TEdit[9]
|
|
AnchorSideLeft.Control = PropAEdit
|
|
AnchorSideTop.Control = FreqAEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = PropAEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 244
|
|
Height = 23
|
|
Top = 39
|
|
Width = 55
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Top = 8
|
|
TabOrder = 1
|
|
Text = 'FreqBEdit'
|
|
end
|
|
object PropAEdit: TEdit[10]
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = FreqBEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 244
|
|
Height = 23
|
|
Top = 70
|
|
Width = 55
|
|
Alignment = taRightJustify
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
TabOrder = 2
|
|
Text = 'ProbAEdit'
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 311
|
|
Height = 409
|
|
end
|
|
inherited PageControl: TPageControl
|
|
Left = 320
|
|
Height = 393
|
|
Width = 329
|
|
end
|
|
end
|