diff --git a/applications/lazstats/LazStats.chm b/applications/lazstats/LazStats.chm index 166589097..6b54203ee 100644 Binary files a/applications/lazstats/LazStats.chm and b/applications/lazstats/LazStats.chm differ diff --git a/applications/lazstats/docs/HelpNDoc/LazStats.hnd b/applications/lazstats/docs/HelpNDoc/LazStats.hnd index 2f6d0db02..422c831d2 100644 Binary files a/applications/lazstats/docs/HelpNDoc/LazStats.hnd and b/applications/lazstats/docs/HelpNDoc/LazStats.hnd differ diff --git a/applications/lazstats/source/forms/analysis/descriptive/descriptiveunit.lfm b/applications/lazstats/source/forms/analysis/descriptive/descriptiveunit.lfm index 987456899..9da819631 100644 --- a/applications/lazstats/source/forms/analysis/descriptive/descriptiveunit.lfm +++ b/applications/lazstats/source/forms/analysis/descriptive/descriptiveunit.lfm @@ -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