Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/plotxyunit.lfm
2020-10-04 16:50:11 +00:00

287 lines
7.2 KiB
Plaintext

inherited PlotXYFrm: TPlotXYFrm
Left = 427
Height = 500
Top = 175
Width = 1000
HelpType = htKeyword
HelpKeyword = 'html/XVersusYPlot.htm'
Caption = 'Plot X versus Y'
ClientHeight = 500
ClientWidth = 1000
inherited ParamsPanel: TPanel
Height = 484
Width = 376
ClientHeight = 484
ClientWidth = 376
inherited CloseBtn: TButton
Left = 321
Top = 459
end
inherited ComputeBtn: TButton
Left = 238
Top = 459
end
inherited ResetBtn: TButton
Left = 176
Top = 459
end
inherited HelpBtn: TButton
Left = 117
Top = 459
TabOrder = 11
end
inherited ButtonBevel: TBevel
Top = 443
Width = 376
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 46
Caption = 'Variables'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XInBtn
AnchorSideBottom.Control = ButtonBevel
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 426
Top = 17
Width = 167
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 3
end
object Label2: TLabel[7]
AnchorSideLeft.Control = XEdit
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = XEdit
Left = 209
Height = 15
Top = 19
Width = 76
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'X Axis Variable'
ParentColor = False
end
object Label3: TLabel[8]
AnchorSideLeft.Control = YEdit
AnchorSideBottom.Control = YEdit
Left = 209
Height = 15
Top = 101
Width = 76
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Y Axis Variable'
ParentColor = False
end
object XInBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 175
Height = 26
Top = 17
Width = 26
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = XInBtnClick
Spacing = 0
TabOrder = 4
end
object XOutBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XInBtn
AnchorSideTop.Side = asrBottom
Left = 175
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = XOutBtnClick
Spacing = 0
TabOrder = 5
end
object YInBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XOutBtn
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = YOutBtn
Left = 175
Height = 26
Top = 97
Width = 26
BorderSpacing.Top = 24
BorderSpacing.Bottom = 4
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = YInBtnClick
Spacing = 0
TabOrder = 6
end
object YOutBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YInBtn
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 175
Height = 26
Top = 127
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = YOutBtnClick
Spacing = 0
TabOrder = 7
end
object XEdit: TEdit[13]
AnchorSideLeft.Control = XInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = XOutBtn
AnchorSideBottom.Side = asrBottom
Left = 209
Height = 23
Top = 38
Width = 159
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 4
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 8
Text = 'XEdit'
end
object YEdit: TEdit[14]
AnchorSideLeft.Control = XEdit
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = YOutBtn
AnchorSideBottom.Side = asrBottom
Left = 209
Height = 23
Top = 118
Width = 167
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 9
Text = 'YEdit'
end
object OptionsGroup: TGroupBox[15]
AnchorSideLeft.Control = XInBtn
AnchorSideTop.Control = YEdit
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 175
Height = 120
Top = 165
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
end
end
inherited ParamsSplitter: TSplitter
Left = 388
Height = 500
end
inherited PageControl: TPageControl
Left = 397
Height = 484
Width = 595
end
end