Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multivariate/hierarchunit.lfm
wp_xxyyzz 46d5d7c0fb LazStats: Add original sources, part 5
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7876 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 10:25:30 +00:00

271 lines
7.1 KiB
Plaintext

inherited HierarchForm: THierarchForm
Left = 415
Height = 437
Top = 211
Width = 717
HelpType = htKeyword
HelpKeyword = 'html/HierarchicalAnalysis.htm'
Caption = 'Hierarchical Cluster Analysis'
ClientHeight = 437
ClientWidth = 717
inherited ParamsPanel: TPanel
Height = 421
ClientHeight = 421
inherited CloseBtn: TButton
Top = 396
TabOrder = 8
end
inherited ComputeBtn: TButton
Top = 396
TabOrder = 7
end
inherited ResetBtn: TButton
Top = 396
TabOrder = 6
end
inherited HelpBtn: TButton
Top = 396
TabOrder = 5
end
inherited ButtonBevel: TBevel
Top = 380
end
object PredIn: TBitBtn[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
AnchorSideRight.Control = OptionsGroup
Left = 132
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = PredInClick
Spacing = 0
TabOrder = 1
end
object PredOut: TBitBtn[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = PredIn
AnchorSideTop.Side = asrBottom
Left = 132
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = PredOutClick
Spacing = 0
TabOrder = 2
end
object Label1: TLabel[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[8]
AnchorSideLeft.Control = PredList
AnchorSideTop.Control = ParamsPanel
Left = 164
Height = 15
Top = 0
Width = 97
Caption = 'Predictor Variables'
ParentColor = False
end
object VarList: TListBox[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = PredIn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 180
Top = 17
Width = 126
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object PredList: TListBox[10]
AnchorSideLeft.Control = PredIn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = VarList
AnchorSideBottom.Side = asrBottom
Left = 164
Height = 180
Top = 17
Width = 127
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = PredListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 3
end
object OptionsGroup: TGroupBox[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 175
Top = 205
Width = 226
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Right = 8
Caption = 'Options'
ClientHeight = 155
ClientWidth = 222
TabOrder = 4
object STDChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = OptionsGroup
Left = 12
Height = 19
Top = 2
Width = 131
BorderSpacing.Left = 12
BorderSpacing.Top = 2
Caption = 'Standardize Variables'
TabOrder = 0
end
object ReplaceChk: TCheckBox
AnchorSideLeft.Control = STDChk
AnchorSideTop.Control = STDChk
AnchorSideTop.Side = asrBottom
Left = 32
Height = 19
Top = 23
Width = 123
BorderSpacing.Left = 20
BorderSpacing.Top = 2
Caption = 'Replace Grid Values'
TabOrder = 1
end
object StatsChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = ReplaceChk
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 44
Width = 127
BorderSpacing.Left = 12
BorderSpacing.Top = 2
Caption = 'Descriptive Statistics'
TabOrder = 2
end
object PlotChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = StatsChk
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 65
Width = 151
BorderSpacing.Left = 12
BorderSpacing.Top = 2
Caption = 'No. Groups vs Errors Plot'
TabOrder = 3
end
object MaxGrpsChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = PlotChk
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 86
Width = 148
BorderSpacing.Left = 12
BorderSpacing.Top = 2
Caption = 'Max Number of Groups:'
TabOrder = 4
end
object MembersChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = MaxGrpsChk
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 107
Width = 151
BorderSpacing.Left = 12
BorderSpacing.Top = 2
Caption = 'Print Group Membership'
TabOrder = 6
end
object VarChk: TCheckBox
AnchorSideLeft.Control = OptionsGroup
AnchorSideTop.Control = MembersChk
AnchorSideTop.Side = asrBottom
Left = 12
Height = 19
Top = 128
Width = 162
BorderSpacing.Left = 12
BorderSpacing.Top = 2
BorderSpacing.Bottom = 8
Caption = 'Cluster Variables, not cases'
TabOrder = 7
end
object MaxGrps: TEdit
AnchorSideLeft.Control = MaxGrpsChk
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = MaxGrpsChk
AnchorSideTop.Side = asrCenter
Left = 164
Height = 23
Top = 84
Width = 50
Alignment = taRightJustify
BorderSpacing.Left = 4
BorderSpacing.Right = 8
TabOrder = 5
Text = 'MaxGrps'
end
end
end
inherited ParamsSplitter: TSplitter
Height = 437
end
inherited PageControl: TPageControl
Height = 421
Width = 397
ActivePage = StatsPage
TabIndex = 2
inherited ReportPage: TTabSheet
Caption = 'Results'
end
inherited ChartPage: TTabSheet
Caption = 'Groups Count vs. Errors Plot'
TabVisible = False
end
object StatsPage: TTabSheet[2]
Caption = 'Descriptive Stats'
TabVisible = False
end
end
end