Files
lazarus-ccr/applications/lazstats/source/forms/analysis/descriptive/xvsmultyunit.lfm
2020-10-04 20:36:14 +00:00

282 lines
7.5 KiB
Plaintext

inherited XvsMultYForm: TXvsMultYForm
Left = 288
Height = 500
Top = 117
Width = 1000
HelpType = htKeyword
HelpKeyword = 'html/PlotXVersusMultipleYValues.htm'
Caption = 'X vs Multiple Y Plot'
ClientHeight = 500
ClientWidth = 1000
inherited ParamsPanel: TPanel
Height = 484
Width = 296
ClientHeight = 484
ClientWidth = 296
inherited CloseBtn: TButton
Left = 241
Top = 459
TabOrder = 4
end
inherited ComputeBtn: TButton
Left = 158
Top = 459
end
inherited ResetBtn: TButton
Left = 96
Top = 459
end
inherited HelpBtn: TButton
Left = 37
Top = 459
end
inherited ButtonBevel: TBevel
Top = 443
Width = 296
end
object Panel1: TPanel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = PlotTitleEdit
Left = 0
Height = 345
Top = 0
Width = 296
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 8
BevelOuter = bvNone
ClientHeight = 345
ClientWidth = 296
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 0
Height = 15
Top = 0
Width = 49
Caption = 'Variables:'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XInBtn
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 328
Top = 17
Width = 126
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object XInBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 134
Height = 28
Top = 17
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = XInBtnClick
Spacing = 0
TabOrder = 1
end
object XOutBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XInBtn
AnchorSideTop.Side = asrBottom
Left = 134
Height = 28
Top = 49
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = XOutBtnClick
Spacing = 0
TabOrder = 2
end
object YInBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XOutBtn
AnchorSideTop.Side = asrBottom
Left = 134
Height = 28
Top = 101
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = YInBtnClick
Spacing = 0
TabOrder = 4
end
object YOutBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YInBtn
AnchorSideTop.Side = asrBottom
Left = 134
Height = 28
Top = 133
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = YOutBtnClick
Spacing = 0
TabOrder = 5
end
object Label2: TLabel
AnchorSideLeft.Control = XEdit
AnchorSideBottom.Control = XEdit
Left = 170
Height = 15
Top = 25
Width = 54
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'X Variable:'
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = YBox
AnchorSideTop.Control = YInBtn
Left = 170
Height = 15
Top = 101
Width = 64
BorderSpacing.Bottom = 2
Caption = 'Y Variable(s)'
ParentColor = False
end
object XEdit: TEdit
AnchorSideLeft.Control = XInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = XOutBtn
AnchorSideBottom.Side = asrBottom
Left = 170
Height = 23
Top = 42
Width = 126
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'XEdit'
end
object YBox: TListBox
AnchorSideLeft.Control = YInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 170
Height = 227
Top = 118
Width = 126
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
ItemHeight = 0
MultiSelect = True
OnSelectionChange = VarListSelectionChange
TabOrder = 6
end
end
object GroupBox1: TGroupBox[6]
AnchorSideLeft.Control = ParamsPanel
Left = 0
Height = 51
Top = 384
Width = 185
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Bottom = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 24
ChildSizing.VerticalSpacing = 2
ChildSizing.EnlargeHorizontal = crsScaleChilds
ChildSizing.EnlargeVertical = crsScaleChilds
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 31
ClientWidth = 181
TabOrder = 5
object LinesBox: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 6
Width = 157
BorderSpacing.Left = 12
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'Connect Points with Lines'
TabOrder = 0
end
end
object Label4: TLabel[7]
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = PlotTitleEdit
AnchorSideTop.Side = asrCenter
Left = 8
Height = 15
Top = 357
Width = 49
Caption = 'Plot Title:'
ParentColor = False
end
object PlotTitleEdit: TEdit[8]
AnchorSideLeft.Control = Label4
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 65
Height = 23
Top = 353
Width = 231
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
TabOrder = 6
TextHint = 'Title above the chart'
end
end
inherited ParamsSplitter: TSplitter
Left = 308
Height = 500
end
inherited PageControl: TPageControl
Left = 317
Height = 484
Width = 675
end
end