Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/friedmanunit.lfm

184 lines
4.6 KiB
Plaintext
Raw Normal View History

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