Files
2020-11-03 23:54:55 +00:00

197 lines
4.8 KiB
Plaintext

inherited WithinANOVAFrm: TWithinANOVAFrm
Left = 544
Height = 329
Top = 330
Width = 722
HelpType = htKeyword
HelpKeyword = 'html/WithinSubjectsAnalysisofVariance.htm'
Caption = 'Within Subjects ANOVA and Hoyt Reliability Estimates'
ClientHeight = 329
ClientWidth = 722
inherited ParamsPanel: TPanel
Height = 313
Width = 288
ClientHeight = 313
ClientWidth = 288
inherited CloseBtn: TButton
Left = 233
Top = 288
TabOrder = 8
end
inherited ComputeBtn: TButton
Left = 149
Top = 288
TabOrder = 7
end
inherited ResetBtn: TButton
Left = 87
Top = 288
TabOrder = 6
end
inherited HelpBtn: TButton
Left = 28
Top = 288
TabOrder = 5
end
inherited ButtonBevel: TBevel
Top = 272
Width = 288
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
BorderSpacing.Right = 6
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[6]
AnchorSideLeft.Control = SelList
AnchorSideTop.Control = ParamsPanel
Left = 163
Height = 15
Top = 0
Width = 96
Caption = 'Selected Variables:'
ParentColor = False
end
object VarList: TListBox[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
AnchorSideBottom.Control = GroupBox1
Left = 0
Height = 177
Top = 17
Width = 125
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 131
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 131
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object GroupBox1: TGroupBox[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 70
Top = 202
Width = 251
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Options:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 20
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 2
ClientHeight = 50
ClientWidth = 247
TabOrder = 4
object RelChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 124
Caption = 'Reliability Estimates'
TabOrder = 0
end
object AssumpChk: TCheckBox
Left = 12
Height = 19
Top = 25
Width = 124
Caption = 'Test Assumptions'
TabOrder = 2
end
object PlotChk: TCheckBox
Left = 156
Height = 19
Top = 6
Width = 79
Caption = 'Plot Means'
TabOrder = 1
end
end
object SelList: TListBox[11]
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 163
Height = 177
Top = 17
Width = 125
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = SelListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 3
end
end
inherited ParamsSplitter: TSplitter
Left = 300
Height = 329
end
inherited PageControl: TPageControl
Left = 309
Height = 313
Width = 405
inherited ReportPage: TTabSheet
Caption = 'ANOVA Results'
end
object ReliabilityPage: TTabSheet[2]
Caption = 'Reliability Estimates'
end
object TestAssumptionsPage: TTabSheet[3]
Caption = 'Test Assumptions'
end
end
end