Files
lazarus-ccr/applications/lazstats/source/forms/analysis/comparisons/abranovaunit.lfm
2020-10-24 22:07:31 +00:00

362 lines
9.2 KiB
Plaintext

inherited ABRAnovaForm: TABRAnovaForm
Left = 323
Height = 352
Top = 279
Width = 823
HelpType = htKeyword
HelpKeyword = 'html/AxBxRAnalysisofVariance.htm'
Caption = 'AxBxR ANOVA (two between and repeated measures)'
ClientHeight = 352
ClientWidth = 823
inherited ParamsPanel: TPanel
Height = 336
Width = 329
ClientHeight = 336
ClientWidth = 329
object OptionsGroup: TGroupBox[0]
AnchorSideLeft.Control = ParamsPanel
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 72
Top = 223
Width = 324
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 8
Caption = 'Options:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 24
ChildSizing.VerticalSpacing = 2
ChildSizing.ControlsPerLine = 2
ClientHeight = 52
ClientWidth = 320
TabOrder = 10
object PlotChk: TCheckBox
AnchorSideLeft.Control = TestChk
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TestChk
AnchorSideTop.Side = asrCenter
Left = 229
Height = 19
Top = 6
Width = 79
Caption = 'Plot Means'
OnChange = PlotChkChange
TabOrder = 1
end
object TestChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = OptionsGroup
Left = 12
Height = 19
Top = 6
Width = 193
Caption = 'Test Homogeneity of Covariance'
TabOrder = 0
end
object ThreeDChk: TCheckBox
AnchorSideLeft.Control = PlotChk
AnchorSideTop.Control = PlotChk
AnchorSideTop.Side = asrBottom
Left = 245
Height = 19
Top = 27
Width = 34
BorderSpacing.Left = 16
Caption = '3D'
Enabled = False
OnChange = ThreeDChkChange
TabOrder = 2
end
end
inherited CloseBtn: TButton[1]
Left = 274
Top = 311
TabOrder = 14
end
inherited ComputeBtn: TButton[2]
Left = 190
Top = 311
TabOrder = 13
end
inherited ResetBtn: TButton[3]
Left = 128
Top = 311
TabOrder = 12
end
inherited HelpBtn: TButton[4]
Left = 69
Top = 311
TabOrder = 11
end
inherited ButtonBevel: TBevel[5]
Top = 295
Width = 329
end
object Label1: TLabel[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 100
Caption = 'Available Variables:'
ParentColor = False
end
object Label2: TLabel[7]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = ACodesEdit
Left = 185
Height = 15
Top = 21
Width = 88
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 2
Caption = 'Factor A Variable'
ParentColor = False
end
object Label3: TLabel[8]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = BCodesEdit
Left = 185
Height = 15
Top = 101
Width = 87
Anchors = [akLeft, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 2
Caption = 'Factor B Variable'
ParentColor = False
end
object Label4: TLabel[9]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = CInBtn
Left = 185
Height = 15
Top = 177
Width = 102
BorderSpacing.Left = 8
Caption = 'Repeated Measures'
ParentColor = False
end
object VarList: TListBox[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AInBtn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 198
Top = 17
Width = 145
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = CListSelectionChange
TabOrder = 0
end
object AInBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 151
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = AInBtnClick
Spacing = 0
TabOrder = 1
end
object AOutBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = AInBtn
AnchorSideTop.Side = asrBottom
Left = 151
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = AOutBtnClick
Spacing = 0
TabOrder = 2
end
object BInBtn: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = AOutBtn
AnchorSideTop.Side = asrBottom
Left = 151
Height = 26
Top = 97
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = BInBtnClick
Spacing = 0
TabOrder = 4
end
object BOutBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = BInBtn
AnchorSideTop.Side = asrBottom
Left = 151
Height = 26
Top = 127
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = BOutBtnClick
Spacing = 0
TabOrder = 5
end
object CInBtn: TBitBtn[15]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = BOutBtn
AnchorSideTop.Side = asrBottom
Left = 151
Height = 26
Top = 177
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = CInBtnClick
Spacing = 0
TabOrder = 7
end
object COutBtn: TBitBtn[16]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = CInBtn
AnchorSideTop.Side = asrBottom
Left = 151
Height = 26
Top = 207
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = COutBtnClick
Spacing = 0
TabOrder = 8
end
object ACodesEdit: TEdit[17]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = AOutBtn
AnchorSideBottom.Side = asrBottom
Left = 185
Height = 23
Top = 38
Width = 144
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
OnChange = ACodesEditChange
ReadOnly = True
TabOrder = 3
Text = 'ACodesEdit'
end
object BCodesEdit: TEdit[18]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = BOutBtn
AnchorSideBottom.Side = asrBottom
Left = 185
Height = 23
Top = 118
Width = 144
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
OnChange = ACodesEditChange
ReadOnly = True
TabOrder = 6
Text = 'BCodesEdit'
end
object CList: TListBox[19]
AnchorSideLeft.Control = AInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 183
Height = 21
Top = 194
Width = 146
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = CListDblClick
OnSelectionChange = CListSelectionChange
TabOrder = 9
end
end
inherited ParamsSplitter: TSplitter
Left = 341
Height = 352
end
inherited PageControl: TPageControl
Left = 350
Height = 336
Width = 465
ActivePage = ReportPage
TabIndex = 0
inherited ReportPage: TTabSheet
Caption = 'ANOVA Summary'
end
object MeansPage: TTabSheet[1]
Caption = 'Means'
end
object BoxTestsPage: TTabSheet[2]
Caption = 'Box Tests'
end
inherited ChartPage: TTabSheet[3]
Caption = 'Charts'
end
end
object ListChartSource_AB: TListChartSource[3]
Left = 465
Top = 73
end
object ListChartSource_AC: TListChartSource[4]
Left = 465
Top = 130
end
object ListChartSource_BC: TListChartSource[5]
Left = 465
Top = 192
end
object ChartStyles: TChartStyles[6]
Styles = <>
Left = 622
Top = 73
end
end