LazStats: Activate chm help for most items in the Simulations menu.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7440 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-05-08 17:42:01 +00:00
parent ea3f5e5f56
commit 4f87712dd6
9 changed files with 20 additions and 0 deletions

View File

@ -967,6 +967,9 @@ object OS3MainFrm: TOS3MainFrm
Caption = 'Distribution Plots and Critical Values'
OnClick = DistPlotsClick
end
object MenuItem52: TMenuItem
Caption = '-'
end
object SeqValues: TMenuItem
Caption = 'Generate Sequential Values'
OnClick = SeqValuesClick
@ -975,6 +978,9 @@ object OS3MainFrm: TOS3MainFrm
Caption = 'Random Theoretical Values'
OnClick = RandomValsClick
end
object MenuItem51: TMenuItem
Caption = '-'
end
object Probabilities: TMenuItem
Caption = 'Probabilities'
object probgtz: TMenuItem

View File

@ -108,6 +108,8 @@ type
MenuItem48: TMenuItem;
MenuItem49: TMenuItem;
MenuItem50: TMenuItem;
MenuItem51: TMenuItem;
MenuItem52: TMenuItem;
SimpChiSqr: TMenuItem;
SRHItem: TMenuItem;
OneCaseAnova: TMenuItem;

View File

@ -3,6 +3,8 @@ object DistribFrm: TDistribFrm
Height = 223
Top = 215
Width = 384
HelpType = htKeyword
HelpKeyword = 'DistributionPlotsandCriticalValu.htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Distributions'

View File

@ -3,6 +3,8 @@ object ErrorCurvesFrm: TErrorCurvesFrm
Height = 306
Top = 160
Width = 350
HelpType = htKeyword
HelpKeyword = 'TypeIandTypeIIErrorCurves,htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Alpha and Beta Curves for z tests'

View File

@ -3,6 +3,8 @@ object GenRndValsFrm: TGenRndValsFrm
Height = 349
Top = 203
Width = 429
HelpType = htKeyword
HelpKeyword = 'RandomTheoreticalValues.htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Generate Random Values'

View File

@ -3,6 +3,8 @@ object GenSeqFrm: TGenSeqFrm
Height = 231
Top = 114
Width = 367
HelpType = htKeyword
HelpKeyword = 'GenerateSequentialValues.htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Generation of Sequential Values'

View File

@ -3,6 +3,8 @@ object MultGenFrm: TMultGenFrm
Height = 396
Top = 254
Width = 581
HelpType = htKeyword
HelpKeyword = 'MultivariateDistributions.htm'
ActiveControl = NoVarsEdit
AutoSize = True
Caption = 'Multivariate Generator'

View File

@ -3,6 +3,8 @@ object PCurvesFrm: TPCurvesFrm
Height = 240
Top = 161
Width = 280
HelpType = htKeyword
HelpKeyword = 'PowerCurvesforazTest.htm'
AutoSize = True
BorderStyle = bsDialog
Caption = 'Power Analysis for a z Test'