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

160 lines
4.0 KiB
Plaintext
Raw Normal View History

inherited StemLeafForm: TStemLeafForm
Height = 339
Top = 257
Width = 684
HelpType = htKeyword
HelpKeyword = 'html/StemandLeafPlot.htm'
Caption = 'Stem and Leaf Analysis'
ClientHeight = 339
ClientWidth = 684
inherited ParamsPanel: TPanel
Height = 323
ClientHeight = 323
inherited CloseBtn: TButton
Top = 298
TabOrder = 9
end
inherited ComputeBtn: TButton
Top = 298
TabOrder = 8
end
inherited ResetBtn: TButton
Top = 298
TabOrder = 7
end
inherited HelpBtn: TButton
Tag = 148
Top = 298
HelpType = htKeyword
HelpKeyword = 'html/StemandLeafPlot.htm'
TabOrder = 6
end
inherited ButtonBevel: TBevel
Top = 282
end
object TestChk: TCheckBox[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 19
Top = 263
Width = 202
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 8
BorderSpacing.Bottom = 8
Caption = 'Show All Scaled Values and Srrings'
TabOrder = 5
end
object Label1: TLabel[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 100
Caption = 'Available Variables:'
ParentColor = False
end
object VarList: TListBox[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = TestChk
Left = 0
Height = 238
Top = 17
Width = 121
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 4
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 132
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrBottom
Left = 132
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object AllBtn: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrBottom
Left = 125
Height = 25
Top = 97
Width = 40
AutoSize = True
BorderSpacing.Top = 24
Caption = 'All'
OnClick = AllBtnClick
TabOrder = 3
end
object Label2: TLabel[11]
AnchorSideLeft.Control = SelectList
AnchorSideTop.Control = ParamsPanel
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 169
Height = 15
Top = 0
Width = 96
Caption = 'Selected Variables:'
ParentColor = False
end
object SelectList: TListBox[12]
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 169
Height = 238
Top = 17
Width = 122
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 4
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = SelectListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 4
end
end
inherited ParamsSplitter: TSplitter
Height = 339
end
end