2020-09-27 22:43:10 +00:00
|
|
|
inherited BreakDownFrm: TBreakDownFrm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 400
|
2020-09-27 22:43:10 +00:00
|
|
|
Height = 363
|
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'
|
2020-09-27 22:43:10 +00:00
|
|
|
ClientHeight = 363
|
|
|
|
ClientWidth = 873
|
2020-03-30 18:01:44 +00:00
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poMainFormCenter
|
2020-09-27 22:43:10 +00:00
|
|
|
object ParamsPanel: TPanel[0]
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 8
|
2020-09-27 22:43:10 +00:00
|
|
|
Height = 347
|
|
|
|
Top = 8
|
|
|
|
Width = 344
|
|
|
|
Align = alLeft
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
2020-09-27 22:43:10 +00:00
|
|
|
BorderSpacing.Right = 4
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BevelOuter = bvNone
|
2020-09-27 22:43:10 +00:00
|
|
|
ClientHeight = 347
|
|
|
|
ClientWidth = 344
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 0
|
2020-09-27 22:43:10 +00:00
|
|
|
object CloseBtn: TButton
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 289
|
|
|
|
Height = 25
|
|
|
|
Top = 322
|
|
|
|
Width = 55
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
OnClick = CloseBtnClick
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
|
|
|
AnchorSideRight.Control = ComputeBtn
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 143
|
|
|
|
Height = 25
|
|
|
|
Top = 322
|
|
|
|
Width = 54
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
object HelpBtn: TButton
|
|
|
|
Tag = 109
|
|
|
|
AnchorSideRight.Control = ResetBtn
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 84
|
|
|
|
Height = 25
|
|
|
|
Top = 322
|
|
|
|
Width = 51
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Help'
|
|
|
|
OnClick = HelpBtnClick
|
|
|
|
TabOrder = 8
|
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CloseBtn
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
|
|
|
Top = 306
|
|
|
|
Width = 344
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
|
|
|
AnchorSideRight.Control = CloseBtn
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 205
|
|
|
|
Height = 25
|
|
|
|
Top = 322
|
|
|
|
Width = 76
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
|
|
|
TabOrder = 10
|
|
|
|
end
|
|
|
|
object CheckGroup1: TCheckGroup
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Bevel1
|
|
|
|
Left = 0
|
|
|
|
Height = 51
|
|
|
|
Top = 255
|
|
|
|
Width = 140
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 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
|
|
|
|
ClientWidth = 136
|
|
|
|
Items.Strings = (
|
|
|
|
'One Way ANOVA'
|
|
|
|
)
|
|
|
|
TabOrder = 7
|
|
|
|
Data = {
|
|
|
|
0100000002
|
|
|
|
}
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
object AvailLabel: TLabel
|
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
|
|
|
|
object AnalLabel: TLabel
|
|
|
|
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
|
|
|
|
object SelLabel: TLabel
|
|
|
|
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
|
2020-09-27 22:43:10 +00:00
|
|
|
Top = 195
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 153
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Selected Continuous Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox
|
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
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideBottom.Control = CheckGroup1
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
2020-09-27 22:43:10 +00:00
|
|
|
Height = 230
|
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
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object SelList: TListBox
|
|
|
|
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
|
|
|
|
Height = 162
|
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
|
|
|
|
OnSelectionChange = SelListSelectionChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object DepVar: TEdit
|
|
|
|
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
|
2020-09-27 22:43:10 +00:00
|
|
|
Top = 212
|
|
|
|
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
|
|
|
|
object InBtn: TBitBtn
|
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
|
|
|
|
object OutBtn: TBitBtn
|
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
|
|
|
|
object SelVarInBtn: TBitBtn
|
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
|
2020-09-27 22:43:10 +00:00
|
|
|
Top = 187
|
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
|
|
|
|
object SelVarOutBtn: TBitBtn
|
2020-09-27 22:43:10 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-27 22:43:10 +00:00
|
|
|
Left = 158
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-09-27 22:43:10 +00:00
|
|
|
Top = 219
|
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-09-27 22:43:10 +00:00
|
|
|
object ParamsSplitter: TSplitter[1]
|
|
|
|
Left = 356
|
|
|
|
Height = 363
|
|
|
|
Top = 0
|
|
|
|
Width = 5
|
|
|
|
ResizeStyle = rsPattern
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-27 22:43:10 +00:00
|
|
|
object PageControl1: TPageControl[2]
|
|
|
|
Left = 365
|
|
|
|
Height = 347
|
|
|
|
Top = 8
|
|
|
|
Width = 500
|
|
|
|
ActivePage = BreakDownPage
|
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Left = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-09-27 22:43:10 +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
|
|
|
|
Caption = 'Analaxis of Variance'
|
|
|
|
TabVisible = False
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|