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

213 lines
5.4 KiB
Plaintext

inherited GroupFreqForm: TGroupFreqForm
Left = 665
Height = 279
Top = 202
Width = 673
HelpType = htKeyword
HelpKeyword = 'html/GroupFrequencyAnalysis.htm'
Caption = 'Group Frequency Analysis'
ClientHeight = 279
ClientWidth = 673
inherited ParamsPanel: TPanel
Height = 263
Width = 260
ClientHeight = 263
ClientWidth = 260
inherited CloseBtn: TButton
Left = 205
Top = 238
TabOrder = 8
end
inherited ComputeBtn: TButton
Left = 121
Top = 238
TabOrder = 3
end
inherited ResetBtn: TButton
Left = 59
Top = 238
TabOrder = 7
end
inherited HelpBtn: TButton
Tag = 162
Left = 0
Top = 238
HelpType = htKeyword
HelpKeyword = 'html/GroupFrequencyAnalysis.htm'
TabOrder = 6
end
inherited ButtonBevel: TBevel
Top = 222
Width = 260
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 100
Caption = 'Available Variables:'
ParentColor = False
end
object VarList: TListBox[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = GrpInBtn
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 205
Top = 17
Width = 111
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object GrpInBtn: TBitBtn[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 117
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = GrpInBtnClick
Spacing = 0
TabOrder = 1
end
object GrpOutBtn: TBitBtn[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = GrpInBtn
AnchorSideTop.Side = asrBottom
Left = 117
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = GrpOutBtnClick
Spacing = 0
TabOrder = 2
end
object Label2: TLabel[9]
AnchorSideLeft.Control = GrpVarEdit
AnchorSideBottom.Control = GrpVarEdit
Left = 149
Height = 15
Top = 21
Width = 77
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Group Variable'
ParentColor = False
end
object GrpVarEdit: TEdit[10]
AnchorSideLeft.Control = GrpInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GrpOutBtn
AnchorSideBottom.Side = asrBottom
Left = 149
Height = 23
Top = 38
Width = 111
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 4
Text = 'GrpVarEdit'
end
object PlotOptionsGroup: TGroupBox[11]
AnchorSideLeft.Control = GrpInBtn
AnchorSideTop.Control = GrpOutBtn
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 117
Height = 81
Top = 97
Width = 143
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 24
Caption = 'Plot Options'
ClientHeight = 61
ClientWidth = 139
TabOrder = 5
object VertBarsBtn: TSpeedButton
AnchorSideLeft.Control = PlotOptionsGroup
AnchorSideTop.Control = PlotOptionsGroup
Left = 12
Height = 22
Top = 4
Width = 23
BorderSpacing.Left = 12
BorderSpacing.Top = 4
BorderSpacing.Bottom = 8
Down = True
GroupIndex = 1
Images = MainDataModule.ImageList
ImageIndex = 8
end
object HorBarsBtn: TSpeedButton
AnchorSideLeft.Control = VertBarsBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = PlotOptionsGroup
Left = 39
Height = 22
Top = 4
Width = 23
BorderSpacing.Left = 4
BorderSpacing.Top = 4
GroupIndex = 1
Images = MainDataModule.ImageList
ImageIndex = 9
end
object ThreeDChk: TCheckBox
AnchorSideLeft.Control = HorBarsBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = VertBarsBtn
AnchorSideTop.Side = asrCenter
Left = 94
Height = 19
Top = 6
Width = 34
BorderSpacing.Left = 32
BorderSpacing.Right = 8
Caption = '3D'
TabOrder = 0
end
object ShowValuesChk: TCheckBox
AnchorSideLeft.Control = VertBarsBtn
AnchorSideTop.Control = VertBarsBtn
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 34
Width = 123
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Show values at bars'
TabOrder = 1
end
end
end
inherited ParamsSplitter: TSplitter
Left = 272
Height = 279
end
end