2021-05-11 16:38:15 +00:00
|
|
|
inherited BreakDownForm: TBreakDownForm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 400
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 287
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 248
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 873
|
2020-05-02 20:01:14 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/Breakdown.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Breakdown'
|
2021-05-11 16:38:15 +00:00
|
|
|
ClientHeight = 287
|
2020-09-27 22:43:10 +00:00
|
|
|
ClientWidth = 873
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited ParamsPanel: TPanel
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 271
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 344
|
2021-05-11 16:38:15 +00:00
|
|
|
ClientHeight = 271
|
2020-09-27 22:43:10 +00:00
|
|
|
ClientWidth = 344
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited CloseBtn: TButton
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 289
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 246
|
2020-10-06 22:35:16 +00:00
|
|
|
TabOrder = 11
|
2020-09-27 22:43:10 +00:00
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited ComputeBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 205
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 246
|
2020-10-06 22:35:16 +00:00
|
|
|
TabOrder = 10
|
2020-09-27 22:43:10 +00:00
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited ResetBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 143
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 246
|
2020-10-06 22:35:16 +00:00
|
|
|
TabOrder = 9
|
2020-09-27 22:43:10 +00:00
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited HelpBtn: TButton
|
2020-10-10 15:05:32 +00:00
|
|
|
Left = 84
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 246
|
|
|
|
HelpType = htKeyword
|
|
|
|
HelpKeyword = 'html/Breakdown.htm'
|
2020-10-06 22:35:16 +00:00
|
|
|
TabOrder = 8
|
2020-10-06 21:29:34 +00:00
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 230
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 344
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object CheckGroup1: TCheckGroup[5]
|
2021-05-11 16:38:15 +00:00
|
|
|
AnchorSideLeft.Control = DepVar
|
|
|
|
AnchorSideTop.Control = SelVarOutBtn
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2021-05-11 16:38:15 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2021-05-11 16:38:15 +00:00
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 194
|
2020-09-27 22:43:10 +00:00
|
|
|
Height = 51
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 179
|
|
|
|
Width = 150
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-09-27 22:43:10 +00:00
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Option'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 31
|
2021-05-11 16:38:15 +00:00
|
|
|
ClientWidth = 146
|
2020-09-27 22:43:10 +00:00
|
|
|
Items.Strings = (
|
|
|
|
'One Way ANOVA'
|
|
|
|
)
|
|
|
|
TabOrder = 7
|
|
|
|
Data = {
|
|
|
|
0100000002
|
|
|
|
}
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object AvailLabel: TLabel[6]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 97
|
|
|
|
Caption = 'Available Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object AnalLabel: TLabel[7]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 194
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 104
|
|
|
|
Caption = 'Variables to Analyze'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object SelLabel: TLabel[8]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
|
|
|
AnchorSideBottom.Control = DepVar
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 194
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 119
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 153
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Selected Continuous Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object VarList: TListBox[9]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = AvailLabel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = InBtn
|
2021-05-11 16:38:15 +00:00
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 213
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-09-29 10:55:15 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object SelList: TListBox[10]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = InBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = AnalLabel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = SelVarInBtn
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 194
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 86
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
2020-09-29 10:55:15 +00:00
|
|
|
OnDblClick = SelListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = SelListSelectionChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object DepVar: TEdit[11]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = SelList
|
|
|
|
AnchorSideTop.Control = SelLabel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = SelList
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = SelVarOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 194
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 136
|
2020-09-27 22:43:10 +00:00
|
|
|
Width = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 6
|
|
|
|
Text = 'DepVar'
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object InBtn: TBitBtn[12]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 158
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
|
|
|
Top = 17
|
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object OutBtn: TBitBtn[13]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 158
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
|
|
|
Top = 49
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object SelVarInBtn: TBitBtn[14]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideBottom.Control = SelVarOutBtn
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 158
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 111
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = SelVarInBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object SelVarOutBtn: TBitBtn[15]
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2021-05-11 16:38:15 +00:00
|
|
|
AnchorSideBottom.Control = CheckGroup1
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 158
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2021-05-11 16:38:15 +00:00
|
|
|
Top = 143
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = SelVarOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 356
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 287
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-06 21:29:34 +00:00
|
|
|
object PageControl: TPageControl[2]
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 365
|
2021-05-11 16:38:15 +00:00
|
|
|
Height = 271
|
2020-09-27 22:43:10 +00:00
|
|
|
Top = 8
|
|
|
|
Width = 500
|
2020-10-06 21:29:34 +00:00
|
|
|
ActivePage = BreakDownPage
|
2020-09-27 22:43:10 +00:00
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Left = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-10-06 21:29:34 +00:00
|
|
|
TabIndex = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 2
|
2020-09-27 22:43:10 +00:00
|
|
|
object BreakDownPage: TTabSheet
|
|
|
|
Caption = 'Report'
|
|
|
|
end
|
|
|
|
object AnovaPage: TTabSheet
|
2020-09-29 10:55:15 +00:00
|
|
|
Caption = 'Analysis of Variance'
|
2020-09-27 22:43:10 +00:00
|
|
|
TabVisible = False
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|