You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7893 8e941d3f-bd1b-0410-a28a-d453659cc2b4
218 lines
5.4 KiB
Plaintext
218 lines
5.4 KiB
Plaintext
inherited SingleLinkForm: TSingleLinkForm
|
|
Left = 579
|
|
Height = 364
|
|
Top = 362
|
|
Width = 715
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/SingleLinkClustering.htm'
|
|
Caption = 'Single Linkage Cluster Analysis'
|
|
ClientHeight = 364
|
|
ClientWidth = 715
|
|
inherited ParamsPanel: TPanel
|
|
Height = 348
|
|
Width = 315
|
|
ClientHeight = 348
|
|
ClientWidth = 315
|
|
inherited CloseBtn: TButton
|
|
Left = 260
|
|
Top = 323
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 176
|
|
Top = 323
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 114
|
|
Top = 323
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Left = 55
|
|
Top = 323
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 307
|
|
Width = 315
|
|
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 = VarInBtn
|
|
AnchorSideBottom.Control = OptionsGroup
|
|
Left = 0
|
|
Height = 189
|
|
Top = 17
|
|
Width = 138
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 8
|
|
ItemHeight = 0
|
|
OnDblClick = VarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 4
|
|
end
|
|
object Label2: TLabel[7]
|
|
AnchorSideLeft.Control = VarSelEdit
|
|
AnchorSideTop.Control = VarInBtn
|
|
AnchorSideRight.Control = VarSelEdit
|
|
AnchorSideRight.Side = asrBottom
|
|
Left = 176
|
|
Height = 30
|
|
Top = 17
|
|
Width = 139
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Variable Selected for Analysis'
|
|
ParentColor = False
|
|
WordWrap = True
|
|
end
|
|
object VarInBtn: TBitBtn[8]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 144
|
|
Height = 26
|
|
Top = 17
|
|
Width = 26
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = VarInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object VarOutBtn: TBitBtn[9]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 47
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = VarOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 6
|
|
end
|
|
object VarSelEdit: TEdit[10]
|
|
AnchorSideLeft.Control = VarInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 176
|
|
Height = 23
|
|
Top = 49
|
|
Width = 139
|
|
Anchors = [akTop, akLeft, akRight]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 7
|
|
Text = 'VarSelEdit'
|
|
end
|
|
object OptionsGroup: TGroupBox[11]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
Left = 0
|
|
Height = 93
|
|
Top = 214
|
|
Width = 305
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
Caption = 'Analysis Options:'
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.VerticalSpacing = 2
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 2
|
|
ClientHeight = 73
|
|
ClientWidth = 301
|
|
TabOrder = 8
|
|
object StandardizeChk: TCheckBox
|
|
Left = 12
|
|
Height = 19
|
|
Top = 6
|
|
Width = 150
|
|
Caption = 'Standardize Variable'
|
|
OnChange = StandardizeChkChange
|
|
TabOrder = 0
|
|
end
|
|
object ReplaceChk: TCheckBox
|
|
Left = 162
|
|
Height = 19
|
|
Top = 6
|
|
Width = 127
|
|
Caption = 'Replace Grid Values'
|
|
Enabled = False
|
|
TabOrder = 1
|
|
end
|
|
object CombinationsChk: TCheckBox
|
|
Left = 12
|
|
Height = 19
|
|
Top = 27
|
|
Width = 150
|
|
Caption = 'Show Each Combination'
|
|
TabOrder = 2
|
|
end
|
|
object PlotChk: TCheckBox
|
|
Left = 162
|
|
Height = 19
|
|
Top = 27
|
|
Width = 127
|
|
Caption = 'Groups vs. Error Plot'
|
|
TabOrder = 3
|
|
end
|
|
object DendogramChk: TCheckBox
|
|
Left = 12
|
|
Height = 19
|
|
Top = 48
|
|
Width = 150
|
|
Caption = 'Dendogram Plot'
|
|
TabOrder = 4
|
|
end
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 327
|
|
Height = 364
|
|
end
|
|
inherited PageControl: TPageControl
|
|
Left = 336
|
|
Height = 348
|
|
Width = 371
|
|
TabOrder = 1
|
|
inherited ReportPage: TTabSheet
|
|
Caption = 'Results'
|
|
end
|
|
inherited ChartPage: TTabSheet
|
|
Caption = 'Groups vs Error Plot'
|
|
end
|
|
object CombinationsPage: TTabSheet[2]
|
|
Caption = 'Combinations'
|
|
TabVisible = False
|
|
end
|
|
object DendogramPage: TTabSheet[3]
|
|
Caption = 'Dendogram'
|
|
TabVisible = False
|
|
end
|
|
end
|
|
end
|