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-10-04 12:16:47 +00:00
|
|
|
inherited ParamsPanel: TPanel
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 484
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 376
|
2020-09-22 13:20:08 +00:00
|
|
|
ClientHeight = 484
|
2020-09-20 21:49:11 +00:00
|
|
|
ClientWidth = 376
|
2020-10-04 12:16:47 +00:00
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 321
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-09-20 21:49:11 +00:00
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 238
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 176
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 459
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Left = 117
|
|
|
|
Top = 459
|
|
|
|
TabOrder = 11
|
|
|
|
end
|
|
|
|
inherited ButtonBevel: TBevel
|
2020-09-22 13:20:08 +00:00
|
|
|
Top = 443
|
2020-09-20 21:49:11 +00:00
|
|
|
Width = 376
|
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
object Label1: TLabel[5]
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 46
|
|
|
|
Caption = 'Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
object VarList: TListBox[6]
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label1
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-04 16:50:11 +00:00
|
|
|
AnchorSideRight.Control = XInBtn
|
2020-10-04 12:16:47 +00:00
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 12:16:47 +00:00
|
|
|
object Label2: TLabel[7]
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 12:16:47 +00:00
|
|
|
object Label3: TLabel[8]
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 16:50:11 +00:00
|
|
|
object XInBtn: TBitBtn[9]
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 16:50:11 +00:00
|
|
|
OnClick = XInBtnClick
|
2020-09-20 21:49:11 +00:00
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
object XOutBtn: TBitBtn[10]
|
2020-09-20 21:49:11 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
2020-10-04 16:50:11 +00:00
|
|
|
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-10-04 12:16:47 +00:00
|
|
|
object YInBtn: TBitBtn[11]
|
2020-09-20 21:49:11 +00:00
|
|
|
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-10-04 12:16:47 +00:00
|
|
|
object YOutBtn: TBitBtn[12]
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 12:16:47 +00:00
|
|
|
object XEdit: TEdit[13]
|
2020-10-04 16:50:11 +00:00
|
|
|
AnchorSideLeft.Control = XInBtn
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 12:16:47 +00:00
|
|
|
object YEdit: TEdit[14]
|
2020-09-20 21:49:11 +00:00
|
|
|
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
|
2020-10-04 12:16:47 +00:00
|
|
|
object OptionsGroup: TGroupBox[15]
|
2020-10-04 16:50:11 +00:00
|
|
|
AnchorSideLeft.Control = XInBtn
|
2020-09-20 21:49:11 +00:00
|
|
|
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-04 12:16:47 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 388
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 500
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-04 12:16:47 +00:00
|
|
|
inherited PageControl: TPageControl
|
|
|
|
Left = 397
|
2020-09-22 13:20:08 +00:00
|
|
|
Height = 484
|
2020-10-04 12:16:47 +00:00
|
|
|
Width = 595
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|