Files
wp_xxyyzz 3f1dd4c7cb LazStats: Refactor KWAnovaUnit
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7824 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-10-28 23:39:08 +00:00

272 lines
6.8 KiB
Plaintext

inherited KWAnovaForm: TKWAnovaForm
Left = 518
Height = 390
Top = 283
Width = 748
HelpType = htKeyword
HelpKeyword = 'html/Kruskal-WallisOne-WayANOVA.htm'
Caption = 'Kruskal-Wallis One Way ANOVA on Ranks'
ClientHeight = 390
ClientWidth = 748
inherited ParamsPanel: TPanel
Height = 374
Width = 363
ClientHeight = 374
ClientWidth = 363
inherited CloseBtn: TButton
Left = 308
Top = 349
end
inherited ComputeBtn: TButton
Left = 224
Top = 349
end
inherited ResetBtn: TButton
Left = 162
Top = 349
end
inherited HelpBtn: TButton
Left = 103
Top = 349
end
inherited ButtonBevel: TBevel
Top = 333
Width = 363
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[6]
AnchorSideLeft.Control = GrpEdit
AnchorSideBottom.Control = GrpEdit
Left = 202
Height = 15
Top = 21
Width = 77
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Group Variable'
ParentColor = False
end
object Label3: TLabel[7]
AnchorSideLeft.Control = DepEdit
AnchorSideBottom.Control = DepEdit
Left = 202
Height = 15
Top = 101
Width = 102
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Dependent Variable'
ParentColor = False
end
object VarList: TListBox[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GrpIn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 255
Top = 17
Width = 160
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
object GrpIn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 168
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GrpInClick
Spacing = 0
TabOrder = 5
end
object GrpOut: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GrpIn
AnchorSideTop.Side = asrBottom
Left = 168
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GrpOutClick
Spacing = 0
TabOrder = 6
end
object DepIn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GrpOut
AnchorSideTop.Side = asrBottom
Left = 168
Height = 26
Top = 97
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = DepInClick
Spacing = 0
TabOrder = 7
end
object DepOut: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = DepIn
AnchorSideTop.Side = asrBottom
Left = 168
Height = 26
Top = 127
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = DepOutClick
Spacing = 0
TabOrder = 8
end
object GrpEdit: TEdit[13]
AnchorSideLeft.Control = GrpIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GrpOut
AnchorSideBottom.Side = asrBottom
Left = 202
Height = 23
Top = 38
Width = 161
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 9
Text = 'GrpEdit'
end
object DepEdit: TEdit[14]
AnchorSideLeft.Control = DepOut
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = DepOut
AnchorSideBottom.Side = asrBottom
Left = 202
Height = 23
Top = 118
Width = 161
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 10
Text = 'DepEdit'
end
object Label5: TLabel[15]
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AlphaEdit
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AlphaEdit
Left = 242
Height = 15
Top = 181
Width = 45
Anchors = [akTop, akRight]
BorderSpacing.Right = 8
Caption = 'Alpha = '
ParentColor = False
end
object AlphaEdit: TEdit[16]
AnchorSideTop.Control = DepOut
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 295
Height = 23
Top = 177
Width = 68
Alignment = taRightJustify
Anchors = [akTop]
BorderSpacing.Top = 24
TabOrder = 11
Text = 'AlphaEdit'
end
object OptionsGroup: TGroupBox[17]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 49
Top = 284
Width = 180
Anchors = [akLeft, akBottom]
AutoSize = True
Caption = 'Post Hoc Comparisons Option'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 29
ClientWidth = 176
TabOrder = 12
object MWUChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = OptionsGroup
Left = 12
Height = 19
Top = 2
Width = 140
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
Caption = 'Mann-Whitney U Tests'
TabOrder = 0
end
end
end
inherited ParamsSplitter: TSplitter
Left = 375
Height = 390
end
object PageControl: TPageControl[2]
Left = 384
Height = 374
Top = 8
Width = 356
ActivePage = KWAnovaPage
Align = alClient
BorderSpacing.Left = 4
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
TabIndex = 0
TabOrder = 2
object KWAnovaPage: TTabSheet
Caption = 'Kruskal-Wallis One-Way ANOVA'
end
object MWUPage: TTabSheet
Caption = 'Mann-Whitney U Tests'
end
end
end