Files
2021-05-10 21:02:08 +00:00

318 lines
8.1 KiB
Plaintext

inherited MultXvsYForm: TMultXvsYForm
Height = 382
HelpType = htKeyword
HelpKeyword = 'html/MultipleGroupXVersusYPlot.htm'
Caption = 'Multiple X Versus Y Plot'
ClientHeight = 382
inherited ParamsPanel: TPanel
Height = 366
Width = 344
ClientHeight = 366
ClientWidth = 344
inherited CloseBtn: TButton
Left = 289
Top = 341
TabOrder = 15
end
inherited ComputeBtn: TButton
Left = 205
Top = 341
TabOrder = 14
end
inherited ResetBtn: TButton
Left = 143
Top = 341
TabOrder = 13
end
inherited HelpBtn: TButton
Left = 84
Top = 341
HelpType = htKeyword
HelpKeyword = 'html/MultipleGroupXVersusYPlot.htm'
TabOrder = 12
end
inherited ButtonBevel: TBevel
Top = 325
Width = 344
end
object Label5: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = LabelEdit
AnchorSideTop.Side = asrCenter
Left = 0
Height = 15
Top = 306
Width = 46
Caption = 'Plot Title'
ParentColor = False
end
object LabelEdit: TEdit[6]
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 54
Height = 23
Top = 302
Width = 290
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
TabOrder = 11
TextHint = 'Text above the plot'
end
object Label1: TLabel[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 100
Caption = 'Available Variables:'
ParentColor = False
end
object VarList: TListBox[8]
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XInBtn
AnchorSideBottom.Control = OptionsGroup
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 277
Top = 17
Width = 153
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object XInBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 159
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = XInBtnClick
Spacing = 0
TabOrder = 1
end
object XOutBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XInBtn
AnchorSideTop.Side = asrBottom
Left = 159
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = XOutBtnClick
Spacing = 0
TabOrder = 2
end
object YInBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XOutBtn
AnchorSideTop.Side = asrBottom
Left = 159
Height = 26
Top = 97
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = YInBtnClick
Spacing = 0
TabOrder = 4
end
object YOutBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YInBtn
AnchorSideTop.Side = asrBottom
Left = 159
Height = 26
Top = 127
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = YOutBtnClick
Spacing = 0
TabOrder = 5
end
object GroupInBtn: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YOutBtn
AnchorSideTop.Side = asrBottom
Left = 159
Height = 26
Top = 177
Width = 26
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GroupInBtnClick
Spacing = 0
TabOrder = 7
end
object GroupOutBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GroupInBtn
AnchorSideTop.Side = asrBottom
Left = 159
Height = 26
Top = 207
Width = 26
BorderSpacing.Top = 4
BorderSpacing.Bottom = 8
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GroupOutBtnClick
Spacing = 0
TabOrder = 8
end
object OptionsGroup: TGroupBox[15]
AnchorSideLeft.Control = GroupOutBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = LabelEdit
Left = 159
Height = 49
Top = 245
Width = 182
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 12
BorderSpacing.Bottom = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 2
ClientHeight = 29
ClientWidth = 178
TabOrder = 10
object LinesChk: TCheckBox
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 2
Width = 154
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Connect points with lines'
TabOrder = 0
end
end
object Label2: TLabel[16]
AnchorSideLeft.Control = XEdit
AnchorSideBottom.Control = XEdit
Left = 193
Height = 15
Top = 21
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'X Variable'
ParentColor = False
end
object XEdit: TEdit[17]
AnchorSideLeft.Control = XOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = XOutBtn
AnchorSideBottom.Side = asrBottom
Left = 193
Height = 23
Top = 38
Width = 151
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'XEdit'
end
object Label3: TLabel[18]
AnchorSideLeft.Control = YEdit
AnchorSideBottom.Control = YEdit
Left = 193
Height = 15
Top = 101
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Y Variable'
ParentColor = False
end
object YEdit: TEdit[19]
AnchorSideLeft.Control = YOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = YOutBtn
AnchorSideBottom.Side = asrBottom
Left = 193
Height = 23
Top = 118
Width = 151
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 6
Text = 'YEdit'
end
object Label4: TLabel[20]
AnchorSideLeft.Control = GroupEdit
AnchorSideBottom.Control = GroupEdit
Left = 193
Height = 15
Top = 181
Width = 77
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Group Variable'
ParentColor = False
end
object GroupEdit: TEdit[21]
AnchorSideLeft.Control = GroupOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupOutBtn
AnchorSideBottom.Side = asrBottom
Left = 193
Height = 23
Top = 198
Width = 151
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 9
Text = 'GroupEdit'
end
end
inherited ParamsSplitter: TSplitter
Left = 356
Height = 382
end
inherited PageControl: TPageControl
Left = 365
Height = 366
Width = 343
end
end