Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/spearmanunit.lfm

190 lines
4.7 KiB
Plaintext

inherited SpearmanForm: TSpearmanForm
Left = 531
Height = 347
Top = 246
Width = 679
HelpType = htKeyword
HelpKeyword = 'html/SpearmanRankCorrelation.htm'
Caption = 'Spearman Rank Correlation'
ClientHeight = 347
ClientWidth = 679
inherited ParamsPanel: TPanel
Height = 331
ClientHeight = 331
inherited CloseBtn: TButton
Top = 306
TabOrder = 10
end
inherited ComputeBtn: TButton
Top = 306
TabOrder = 9
end
inherited ResetBtn: TButton
Top = 306
TabOrder = 8
end
inherited HelpBtn: TButton
Top = 306
TabOrder = 7
end
inherited ButtonBevel: TBevel
Top = 290
end
object Label1: TLabel[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Variables Available'
ParentColor = False
end
object Label2: TLabel[6]
AnchorSideLeft.Control = XEdit
AnchorSideBottom.Control = XEdit
Left = 166
Height = 15
Top = 21
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'X Variable'
ParentColor = False
end
object Label3: TLabel[7]
AnchorSideLeft.Control = YEdit
AnchorSideBottom.Control = YEdit
Left = 166
Height = 15
Top = 109
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Y Variable'
ParentColor = False
end
object VarList: TListBox[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XIn
AnchorSideBottom.Control = ButtonBevel
AnchorSideBottom.Side = asrBottom
Left = 0
Height = 273
Top = 17
Width = 126
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
BorderSpacing.Bottom = 8
ItemHeight = 0
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object XIn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 132
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = XInClick
Spacing = 0
TabOrder = 1
end
object XOut: TBitBtn[10]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XIn
AnchorSideTop.Side = asrBottom
Left = 132
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = XOutClick
Spacing = 0
TabOrder = 2
end
object YIn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XOut
AnchorSideTop.Side = asrBottom
Left = 132
Height = 26
Top = 105
Width = 26
BorderSpacing.Top = 32
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = YInClick
Spacing = 0
TabOrder = 4
end
object YOut: TBitBtn[12]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YIn
AnchorSideTop.Side = asrBottom
Left = 132
Height = 26
Top = 135
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = YOutClick
Spacing = 0
TabOrder = 5
end
object XEdit: TEdit[13]
AnchorSideLeft.Control = XIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = XOut
AnchorSideBottom.Side = asrBottom
Left = 166
Height = 23
Top = 38
Width = 125
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'XEdit'
end
object YEdit: TEdit[14]
AnchorSideLeft.Control = YOut
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = YOut
AnchorSideBottom.Side = asrBottom
Left = 166
Height = 23
Top = 126
Width = 125
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 6
Text = 'YEdit'
end
end
inherited ParamsSplitter: TSplitter
Height = 347
end
end