2020-10-26 14:02:37 +00:00
|
|
|
inherited SpearmanForm: TSpearmanForm
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 531
|
2020-10-26 11:56:26 +00:00
|
|
|
Height = 347
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 246
|
2020-10-26 11:56:26 +00:00
|
|
|
Width = 679
|
2020-05-10 10:37:19 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/SpearmanRankCorrelation.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Spearman Rank Correlation'
|
2020-10-26 11:56:26 +00:00
|
|
|
ClientHeight = 347
|
|
|
|
ClientWidth = 679
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 331
|
|
|
|
ClientHeight = 331
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Top = 306
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 10
|
2020-10-26 11:56:26 +00:00
|
|
|
end
|
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Top = 306
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 9
|
2020-10-26 11:56:26 +00:00
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Top = 306
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 8
|
2020-10-26 11:56:26 +00:00
|
|
|
end
|
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Top = 306
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 7
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 0
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 1
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 2
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 4
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 5
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 3
|
2020-10-26 11:56:26 +00:00
|
|
|
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
|
2020-10-26 16:06:42 +00:00
|
|
|
TabOrder = 6
|
2020-10-26 11:56:26 +00:00
|
|
|
Text = 'YEdit'
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-26 11:56:26 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Height = 347
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|