Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/plotxyunit.lfm

351 lines
8.9 KiB
Plaintext
Raw Normal View History

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
OnActivate = FormActivate
OnCreate = FormCreate
Position = poMainFormCenter
object ParamsPanel: TPanel[0]
Left = 8
Height = 484
Top = 8
Width = 376
Align = alLeft
BorderSpacing.Around = 8
BevelOuter = bvNone
ClientHeight = 484
ClientWidth = 376
TabOrder = 0
object CloseBtn: TButton
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ParamsPanel
AnchorSideBottom.Side = asrBottom
Left = 314
Height = 25
Top = 459
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
Top = 459
Width = 76
Anchors = [akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 1
end
object ResetBtn: TButton
AnchorSideRight.Control = ComputeBtn
AnchorSideBottom.Control = ParamsPanel
AnchorSideBottom.Side = asrBottom
Left = 168
Height = 25
Top = 459
Width = 54
Anchors = [akRight, akBottom]
BorderSpacing.Left = 12
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 2
end
object Bevel1: TBevel
AnchorSideLeft.Control = ParamsPanel
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CloseBtn
Left = 0
Height = 8
Top = 443
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
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XinBtn
AnchorSideBottom.Control = Bevel1
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
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
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
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
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
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
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
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
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
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
object ParamsSplitter: TSplitter[1]
Left = 392
Height = 500
Top = 0
Width = 5
ResizeStyle = rsPattern
end
object PageControl1: TPageControl[2]
Left = 405
Height = 484
Top = 8
Width = 587
ActivePage = ChartPage
Align = alClient
BorderSpacing.Around = 8
TabIndex = 1
TabOrder = 2
object ReportPage: TTabSheet
Caption = 'Report'
end
object ChartPage: TTabSheet
Caption = 'Chart'
end
end
end