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

212 lines
5.3 KiB
Plaintext
Raw Normal View History

inherited BoxPlotFrm: TBoxPlotFrm
Left = 449
Height = 500
Top = 211
Width = 1000
HelpType = htKeyword
HelpKeyword = 'html/BoxPlots.htm'
Caption = 'Box Plot'
ClientHeight = 500
ClientWidth = 1000
inherited ParamsPanel: TPanel
Height = 484
Width = 333
ClientHeight = 484
ClientWidth = 333
inherited CloseBtn: TButton
Left = 278
Top = 459
TabOrder = 7
end
inherited ComputeBtn: TButton
Left = 195
Top = 459
TabOrder = 8
end
inherited ResetBtn: TButton
Left = 133
Top = 459
TabOrder = 9
end
inherited HelpBtn: TButton
Left = 74
Top = 459
TabOrder = 10
end
inherited ButtonBevel: TBevel
Top = 443
Width = 333
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Available Variables'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = MeasInBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 426
Top = 17
Width = 145
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 8
Constraints.MinHeight = 200
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object Label2: TLabel[7]
AnchorSideLeft.Control = GrpInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideBottom.Control = GroupEdit
Left = 187
Height = 15
Top = 101
Width = 77
Anchors = [akLeft, akBottom]
Caption = 'Group Variable'
ParentColor = False
end
object GroupEdit: TEdit[8]
AnchorSideLeft.Control = GrpInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = CloseBtn
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GrpOutBtn
AnchorSideBottom.Side = asrBottom
Left = 187
Height = 23
Top = 118
Width = 146
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Bottom = 12
TabOrder = 6
Text = 'GroupEdit'
end
object Label3: TLabel[9]
AnchorSideLeft.Control = MeasEdit
AnchorSideBottom.Control = MeasEdit
Left = 187
Height = 15
Top = 21
Width = 112
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Meaurement Variable'
ParentColor = False
end
object MeasEdit: TEdit[10]
AnchorSideLeft.Control = MeasOutBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VarList
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = MeasOutBtn
AnchorSideBottom.Side = asrBottom
Left = 187
Height = 23
Top = 38
Width = 146
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
TabOrder = 3
Text = 'MeasEdit'
end
object GrpInBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MeasOutBtn
AnchorSideTop.Side = asrBottom
Left = 153
Height = 26
Top = 97
Width = 26
BorderSpacing.Left = 8
BorderSpacing.Top = 24
BorderSpacing.Right = 8
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GrpInBtnClick
Spacing = 0
TabOrder = 4
end
object GrpOutBtn: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GrpInBtn
AnchorSideTop.Side = asrBottom
Left = 153
Height = 26
Top = 127
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GrpOutBtnClick
Spacing = 0
TabOrder = 5
end
object MeasInBtn: TBitBtn[13]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
AnchorSideBottom.Control = MeasOutBtn
Left = 153
Height = 26
Top = 17
Width = 26
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 4
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = MeasInBtnClick
Spacing = 0
TabOrder = 1
end
object MeasOutBtn: TBitBtn[14]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = MeasInBtn
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 153
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = MeasOutBtnClick
Spacing = 0
TabOrder = 2
end
end
inherited ParamsSplitter: TSplitter
Left = 345
Height = 500
end
inherited PageControl: TPageControl
Left = 354
Height = 484
Width = 638
end
end