2020-10-01 16:03:56 +00:00
|
|
|
inherited PlotXYFrm: TPlotXYFrm
|
2020-09-22 13:20:08 +00:00
|
|
|
Left = 427
|
|
|
|
Height = 500
|
|
|
|
Top = 175
|
|
|
|
Width = 1000
|
2020-05-02 20:01:14 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/XVersusYPlot.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Plot X versus Y'
|
2020-09-22 13:20:08 +00:00
|
|
|
ClientHeight = 500
|
|
|
|
ClientWidth = 1000
|
2020-03-30 18:01:44 +00:00
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
Position = poMainFormCenter
|
2020-10-01 16:03:56 +00:00
|
|
|
object ParamsPanel: TPanel[0]
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 8
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 484
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 8
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 376
|
|
|
|
Align = alLeft
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
BevelOuter = bvNone
|
2020-09-22 13:20:08 +00:00
|
|
|
ClientHeight = 484
|
2020-09-20 21:49:11 +00:00
|
|
|
ClientWidth = 376
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 0
|
2020-09-20 21:49:11 +00:00
|
|
|
object CloseBtn: TButton
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 314
|
|
|
|
Height = 25
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 62
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
OnClick = CloseBtnClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
|
|
|
AnchorSideRight.Control = CloseBtn
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 230
|
|
|
|
Height = 25
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-09-20 21:49:11 +00:00
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
|
|
|
TabOrder = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-20 21:49:11 +00:00
|
|
|
object ResetBtn: TButton
|
|
|
|
AnchorSideRight.Control = ComputeBtn
|
|
|
|
AnchorSideBottom.Control = ParamsPanel
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 168
|
|
|
|
Height = 25
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 54
|
|
|
|
Anchors = [akRight, akBottom]
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Left = 12
|
2020-09-20 21:49:11 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-09-20 21:49:11 +00:00
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-20 21:49:11 +00:00
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CloseBtn
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 443
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 376
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsBottomLine
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 46
|
|
|
|
Caption = 'Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideRight.Control = XinBtn
|
|
|
|
AnchorSideBottom.Control = Bevel1
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 0
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 426
|
2020-09-20 21:49:11 +00:00
|
|
|
Top = 17
|
2020-09-21 21:39:40 +00:00
|
|
|
Width = 167
|
2020-09-20 21:49:11 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
2020-09-21 21:39:40 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-09-20 21:49:11 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
AnchorSideLeft.Control = XEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = XEdit
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 209
|
2020-09-20 21:49:11 +00:00
|
|
|
Height = 15
|
2020-09-21 21:39:40 +00:00
|
|
|
Top = 19
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'X Axis Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = YEdit
|
|
|
|
AnchorSideBottom.Control = YEdit
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 209
|
2020-09-20 21:49:11 +00:00
|
|
|
Height = 15
|
2020-09-21 21:39:40 +00:00
|
|
|
Top = 101
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 76
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Y Axis Variable'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object XinBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 175
|
|
|
|
Height = 26
|
2020-09-20 21:49:11 +00:00
|
|
|
Top = 17
|
2020-09-21 21:39:40 +00:00
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
2020-09-20 21:49:11 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = XinBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-20 21:49:11 +00:00
|
|
|
object XOutBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = XinBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 175
|
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 4
|
2020-09-20 21:49:11 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = XOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 5
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-20 21:49:11 +00:00
|
|
|
object YInBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = XOutBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideBottom.Control = YOutBtn
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 175
|
|
|
|
Height = 26
|
|
|
|
Top = 97
|
|
|
|
Width = 26
|
2020-09-20 21:49:11 +00:00
|
|
|
BorderSpacing.Top = 24
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = YInBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-09-20 21:49:11 +00:00
|
|
|
object YOutBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = YInBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 175
|
|
|
|
Height = 26
|
|
|
|
Top = 127
|
|
|
|
Width = 26
|
2020-09-20 21:49:11 +00:00
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = YOutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object XEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = XinBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = XOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 209
|
2020-09-20 21:49:11 +00:00
|
|
|
Height = 23
|
2020-09-21 21:39:40 +00:00
|
|
|
Top = 38
|
|
|
|
Width = 159
|
2020-09-20 21:49:11 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 8
|
2020-09-20 21:49:11 +00:00
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 8
|
|
|
|
Text = 'XEdit'
|
|
|
|
end
|
|
|
|
object YEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = XEdit
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = YOutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 209
|
2020-09-20 21:49:11 +00:00
|
|
|
Height = 23
|
2020-09-21 21:39:40 +00:00
|
|
|
Top = 118
|
|
|
|
Width = 167
|
2020-09-20 21:49:11 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 9
|
|
|
|
Text = 'YEdit'
|
|
|
|
end
|
|
|
|
object OptionsGroup: TGroupBox
|
|
|
|
AnchorSideLeft.Control = XinBtn
|
|
|
|
AnchorSideTop.Control = YEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-09-21 21:39:40 +00:00
|
|
|
Left = 175
|
2020-09-20 21:49:11 +00:00
|
|
|
Height = 120
|
2020-09-21 21:39:40 +00:00
|
|
|
Top = 165
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 191
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 24
|
|
|
|
Caption = 'Options'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ClientHeight = 100
|
|
|
|
ClientWidth = 187
|
|
|
|
TabOrder = 10
|
|
|
|
object Label4: TLabel
|
|
|
|
AnchorSideLeft.Control = ConfChk
|
|
|
|
AnchorSideTop.Control = ConfEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 36
|
|
|
|
Height = 15
|
|
|
|
Top = 73
|
|
|
|
Width = 74
|
|
|
|
BorderSpacing.Left = 24
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = '% Confidence'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object ConfEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = Label4
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = ConfChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 118
|
|
|
|
Height = 23
|
|
|
|
Top = 69
|
|
|
|
Width = 57
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
TabOrder = 0
|
|
|
|
Text = '95.0'
|
|
|
|
end
|
|
|
|
object LineChk: TCheckBox
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 4
|
|
|
|
Width = 146
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Caption = 'Plot the Regression Line'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object MeansChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = LineChk
|
|
|
|
AnchorSideTop.Control = LineChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 99
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Caption = 'Plot the Means'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object ConfChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = MeansChk
|
|
|
|
AnchorSideTop.Control = MeansChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 50
|
|
|
|
Width = 155
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Plot the Confidence Band'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object ParamsSplitter: TSplitter[1]
|
2020-09-20 21:49:11 +00:00
|
|
|
Left = 392
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 500
|
2020-09-20 21:49:11 +00:00
|
|
|
Top = 0
|
|
|
|
Width = 5
|
|
|
|
ResizeStyle = rsPattern
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-01 16:03:56 +00:00
|
|
|
object PageControl1: TPageControl[2]
|
2020-09-20 21:49:11 +00:00
|
|
|
Left = 405
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 484
|
2020-09-20 21:49:11 +00:00
|
|
|
Top = 8
|
2020-09-22 13:20:08 +00:00
|
|
|
Width = 587
|
2020-09-20 21:49:11 +00:00
|
|
|
ActivePage = ChartPage
|
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Around = 8
|
|
|
|
TabIndex = 1
|
|
|
|
TabOrder = 2
|
|
|
|
object ReportPage: TTabSheet
|
|
|
|
Caption = 'Report'
|
|
|
|
end
|
|
|
|
object ChartPage: TTabSheet
|
|
|
|
Caption = 'Chart'
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|