2020-11-12 15:23:22 +00:00
|
|
|
inherited ABCNestedForm: TABCNestedForm
|
2020-11-14 12:43:20 +00:00
|
|
|
Left = 383
|
2020-11-12 15:23:22 +00:00
|
|
|
Height = 481
|
2020-11-14 12:43:20 +00:00
|
|
|
Top = 191
|
2020-11-12 15:23:22 +00:00
|
|
|
Width = 843
|
2020-11-12 18:31:56 +00:00
|
|
|
Caption = 'Three-Factor Nested ANOVA'
|
2020-11-12 15:23:22 +00:00
|
|
|
ClientHeight = 481
|
|
|
|
ClientWidth = 843
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 465
|
|
|
|
Width = 329
|
|
|
|
ClientHeight = 465
|
|
|
|
ClientWidth = 329
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 274
|
|
|
|
Top = 440
|
2020-11-12 18:31:56 +00:00
|
|
|
TabOrder = 16
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 190
|
|
|
|
Top = 440
|
2020-11-12 18:31:56 +00:00
|
|
|
TabOrder = 15
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 128
|
|
|
|
Top = 440
|
2020-11-12 18:31:56 +00:00
|
|
|
TabOrder = 14
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Tag = 170
|
|
|
|
Left = 69
|
|
|
|
Top = 440
|
2020-11-12 18:31:56 +00:00
|
|
|
TabOrder = 13
|
2020-11-12 15:23:22 +00:00
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 424
|
|
|
|
Width = 329
|
|
|
|
end
|
|
|
|
object VarList: TListBox[5]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AInBtn
|
2020-11-12 18:31:56 +00:00
|
|
|
AnchorSideBottom.Control = PlotOptionsGroup
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
2020-11-12 18:31:56 +00:00
|
|
|
Height = 327
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-11-12 15:23:22 +00:00
|
|
|
Width = 144
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
2020-11-12 15:23:22 +00:00
|
|
|
BorderSpacing.Right = 6
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
2020-11-12 15:23:22 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
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 AInBtn: TBitBtn[7]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideTop.Control = DepOutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 93
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
2020-11-12 15:23:22 +00:00
|
|
|
BorderSpacing.Top = 16
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = AInBtnClick
|
|
|
|
Spacing = 0
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object AOutBtn: TBitBtn[8]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = AInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 125
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = AOutBtnClick
|
|
|
|
Spacing = 0
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 5
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object BInBtn: TBitBtn[9]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = AOutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 169
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 16
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = BInBtnClick
|
|
|
|
Spacing = 0
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 7
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object BOutBtn: TBitBtn[10]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = BInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 201
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = BOutBtnClick
|
|
|
|
Spacing = 0
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 8
|
|
|
|
end
|
|
|
|
object DepInBtn: TBitBtn[11]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 150
|
|
|
|
Height = 28
|
|
|
|
Top = 17
|
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object DepOutBtn: TBitBtn[12]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = DepInBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 150
|
|
|
|
Height = 28
|
|
|
|
Top = 49
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object CInBtn: TBitBtn[13]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideTop.Control = BOutBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
|
|
|
Top = 245
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 16
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
2020-11-12 15:23:22 +00:00
|
|
|
OnClick = CInBtnClick
|
2020-03-30 18:01:44 +00:00
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 10
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object COutBtn: TBitBtn[14]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideTop.Control = CInBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
Left = 150
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 28
|
|
|
|
Top = 277
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
2020-11-12 15:23:22 +00:00
|
|
|
OnClick = COutBtnClick
|
2020-03-30 18:01:44 +00:00
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object Label2: TLabel[15]
|
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = FactorAEdit
|
|
|
|
Left = 186
|
|
|
|
Height = 15
|
|
|
|
Top = 101
|
|
|
|
Width = 88
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Factor A Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel[16]
|
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = FactorBEdit
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-11-12 15:23:22 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 177
|
|
|
|
Width = 115
|
|
|
|
Anchors = [akLeft, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-11-12 15:23:22 +00:00
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Factor B (Nested in A)'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label4: TLabel[17]
|
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepEdit
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-11-12 15:23:22 +00:00
|
|
|
Height = 15
|
|
|
|
Top = 25
|
|
|
|
Width = 102
|
|
|
|
Anchors = [akLeft, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-11-12 15:23:22 +00:00
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Dependent Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object FactorAEdit: TEdit[18]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = AOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 118
|
2020-11-12 18:31:56 +00:00
|
|
|
Width = 145
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'FactorAEdit'
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object FactorBEdit: TEdit[19]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = BOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 194
|
2020-11-12 18:31:56 +00:00
|
|
|
Width = 145
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 9
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'FactorBEdit'
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object DepEdit: TEdit[20]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 42
|
2020-11-12 18:31:56 +00:00
|
|
|
Width = 145
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 3
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'DepEdit'
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object FactorCEdit: TEdit[21]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = COutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 270
|
2020-11-12 18:31:56 +00:00
|
|
|
Width = 145
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-11-12 15:23:22 +00:00
|
|
|
TabOrder = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'FactorCEdit'
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
object Label5: TLabel[22]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = AInBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = FactorCEdit
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 184
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-11-12 15:23:22 +00:00
|
|
|
Top = 253
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 88
|
|
|
|
Anchors = [akLeft, akBottom]
|
2020-11-12 18:31:56 +00:00
|
|
|
BorderSpacing.Left = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Factor C Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-11-12 18:31:56 +00:00
|
|
|
object PlotOptionsGroup: TGroupBox[23]
|
2020-11-12 15:23:22 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
2020-11-12 18:31:56 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 72
|
|
|
|
Top = 352
|
|
|
|
Width = 106
|
2020-11-12 15:23:22 +00:00
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Plot options'
|
2020-11-12 18:31:56 +00:00
|
|
|
ClientHeight = 52
|
|
|
|
ClientWidth = 102
|
|
|
|
TabOrder = 17
|
|
|
|
object ShowPlotsChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = PlotOptionsGroup
|
|
|
|
AnchorSideTop.Control = PlotOptionsGroup
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 78
|
|
|
|
BorderSpacing.Left = 12
|
|
|
|
BorderSpacing.Top = 6
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Show plots'
|
|
|
|
Checked = True
|
|
|
|
OnChange = ShowPlotsChkChange
|
|
|
|
State = cbChecked
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Plot3DChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = ShowPlotsChk
|
|
|
|
AnchorSideTop.Control = ShowPlotsChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 32
|
|
|
|
Height = 19
|
|
|
|
Top = 25
|
|
|
|
Width = 34
|
|
|
|
BorderSpacing.Left = 20
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = '3D'
|
|
|
|
OnChange = Plot3DChkChange
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-11-12 15:23:22 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 341
|
|
|
|
Height = 481
|
|
|
|
end
|
|
|
|
inherited PageControl: TPageControl
|
|
|
|
Left = 350
|
|
|
|
Height = 465
|
|
|
|
Width = 485
|
|
|
|
ActivePage = ReportPage
|
|
|
|
TabIndex = 0
|
2020-11-12 18:31:56 +00:00
|
|
|
inherited ReportPage: TTabSheet
|
|
|
|
Caption = 'ANOVA Results'
|
|
|
|
end
|
2020-11-13 13:16:59 +00:00
|
|
|
inherited ChartPage: TTabSheet
|
2020-11-12 18:31:56 +00:00
|
|
|
Caption = 'Plots'
|
|
|
|
end
|
2020-11-13 13:16:59 +00:00
|
|
|
object MeansPage: TTabSheet[2]
|
|
|
|
Caption = 'Means'
|
|
|
|
end
|
2020-11-12 18:31:56 +00:00
|
|
|
end
|
|
|
|
object ChartStyles: TChartStyles[3]
|
|
|
|
Styles = <>
|
|
|
|
Left = 520
|
|
|
|
Top = 175
|
2020-11-12 15:23:22 +00:00
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|