LazStats: Activate chm help for Correlations menu items.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7469 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-05-26 15:08:17 +00:00
parent 2d0a354989
commit 8ba269fd4d
5 changed files with 6 additions and 0 deletions

Binary file not shown.

View File

@@ -3,6 +3,8 @@ object AutoCorrFrm: TAutoCorrFrm
Height = 459 Height = 459
Top = 145 Top = 145
Width = 684 Width = 684
HelpType = htKeyword
HelpKeyword = 'Autocorrelation.htm'
AutoSize = True AutoSize = True
Caption = 'Autocorrelation' Caption = 'Autocorrelation'
ClientHeight = 459 ClientHeight = 459

View File

@@ -3,6 +3,8 @@ object PartialsFrm: TPartialsFrm
Height = 398 Height = 398
Top = 175 Top = 175
Width = 361 Width = 361
HelpType = htKeyword
HelpKeyword = 'PartialSemipartial.htm'
AutoSize = True AutoSize = True
Caption = 'Partial Correlation' Caption = 'Partial Correlation'
ClientHeight = 398 ClientHeight = 398

View File

@@ -3,6 +3,8 @@ object RMatFrm: TRMatFrm
Height = 482 Height = 482
Top = 185 Top = 185
Width = 409 Width = 409
HelpType = htKeyword
HelpKeyword = 'ProductMoment.htm'
AutoSize = True AutoSize = True
Caption = 'Product-Moment Correlations' Caption = 'Product-Moment Correlations'
ClientHeight = 482 ClientHeight = 482