LazStats: Update source of help file (.hnd) to new HelpNDoc v7. Test with updating the help for the DescriptiveUnit.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7927 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-12-08 19:26:45 +00:00
parent 159f4cb3c4
commit 9796c9304f
3 changed files with 8 additions and 6 deletions

Binary file not shown.

View File

@ -155,9 +155,9 @@ inherited DescriptiveFrm: TDescriptiveFrm
Left = 0
Height = 15
Top = 327
Width = 174
Width = 195
BorderSpacing.Right = 8
Caption = 'Confidence Interval for the Mean'
Caption = 'Confidence Interval for the Mean (%)'
ParentColor = False
end
object OptionsGroup: TGroupBox[13]
@ -230,7 +230,7 @@ inherited DescriptiveFrm: TDescriptiveFrm
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DecPlacesEdit
Left = 182
Left = 203
Height = 23
Top = 323
Width = 50
@ -246,7 +246,7 @@ inherited DescriptiveFrm: TDescriptiveFrm
AnchorSideRight.Control = CIEdit
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 182
Left = 203
Height = 23
Top = 350
Width = 50
@ -259,13 +259,15 @@ inherited DescriptiveFrm: TDescriptiveFrm
Value = 3
end
object Label4: TLabel[16]
AnchorSideLeft.Control = Label1
AnchorSideTop.Control = DecPlacesEdit
AnchorSideTop.Side = asrCenter
Left = 0
AnchorSideRight.Control = Label1
AnchorSideRight.Side = asrBottom
Left = 116
Height = 15
Top = 354
Width = 79
Anchors = [akTop, akRight]
Caption = 'Decimal places'
ParentColor = False
end