2020-10-26 18:23:33 +00:00
|
|
|
inherited FriedmanFrm: TFriedmanFrm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 540
|
2020-10-26 18:23:33 +00:00
|
|
|
Height = 273
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 186
|
2020-10-26 18:23:33 +00:00
|
|
|
Width = 609
|
2020-05-10 10:37:19 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/FriedmanTwoWayANOVA.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'The Friedman Two Way ANOVA on Ranks'
|
2020-10-26 18:23:33 +00:00
|
|
|
ClientHeight = 273
|
|
|
|
ClientWidth = 609
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 257
|
|
|
|
ClientHeight = 257
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Top = 232
|
|
|
|
end
|
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Top = 232
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Top = 232
|
|
|
|
end
|
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Top = 232
|
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 216
|
|
|
|
end
|
|
|
|
object Label1: TLabel[5]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 97
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object Label2: TLabel[6]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = GrpVar
|
|
|
|
AnchorSideBottom.Control = GrpVar
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 164
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-10-26 18:23:33 +00:00
|
|
|
Top = 30
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 77
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Group Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object Label3: TLabel[7]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = TreatVars
|
|
|
|
AnchorSideTop.Control = TrtIn
|
|
|
|
AnchorSideBottom.Control = TreatVars
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 164
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-10-26 18:23:33 +00:00
|
|
|
Top = 114
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 102
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Treatment Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object VarList: TListBox[8]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = GrpIn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 0
|
2020-10-26 18:23:33 +00:00
|
|
|
Height = 201
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 15
|
2020-10-26 18:23:33 +00:00
|
|
|
Width = 126
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2020-10-26 18:23:33 +00:00
|
|
|
BorderSpacing.Right = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-10-26 18:23:33 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object GrpIn: TBitBtn[9]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 132
|
|
|
|
Height = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 22
|
2020-10-26 18:23:33 +00:00
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = GrpInClick
|
|
|
|
Spacing = 0
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 5
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object GrpOut: TBitBtn[10]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 132
|
|
|
|
Height = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 56
|
2020-10-26 18:23:33 +00:00
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = GrpOutClick
|
|
|
|
Spacing = 0
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object TrtIn: TBitBtn[11]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = GrpOut
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 132
|
|
|
|
Height = 26
|
|
|
|
Top = 114
|
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 32
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = TrtInClick
|
|
|
|
Spacing = 0
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 7
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object TrtOut: TBitBtn[12]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = TrtIn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 132
|
|
|
|
Height = 26
|
|
|
|
Top = 144
|
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = TrtOutClick
|
|
|
|
Spacing = 0
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object GrpVar: TEdit[13]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = GrpIn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = GrpOut
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 164
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-10-26 18:23:33 +00:00
|
|
|
Top = 47
|
|
|
|
Width = 127
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-10-26 18:23:33 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 9
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'GrpVar'
|
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
object TreatVars: TListBox[14]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = GrpOut
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-10-26 18:23:33 +00:00
|
|
|
Left = 164
|
|
|
|
Height = 85
|
|
|
|
Top = 131
|
|
|
|
Width = 127
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
2020-10-26 18:23:33 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-10-26 18:23:33 +00:00
|
|
|
OnDblClick = TreatVarsDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-10-26 18:23:33 +00:00
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-26 18:23:33 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Height = 273
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|