Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/kendalltauunit.lfm
2020-08-17 13:55:43 +00:00

332 lines
7.8 KiB
Plaintext

object KendallTauFrm: TKendallTauFrm
Left = 719
Height = 379
Top = 350
Width = 396
HelpType = htKeyword
HelpKeyword = 'html/KendallsTauandPartialTau.htm'
AutoSize = True
Caption = 'Kendall Rank Correlation Tau and Partial Tau'
ClientHeight = 379
ClientWidth = 396
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object Label1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
Left = 8
Height = 15
Top = 8
Width = 97
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'Variables Available'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = XEdit
AnchorSideBottom.Control = XEdit
Left = 220
Height = 15
Top = 33
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'X Variable'
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = YEdit
AnchorSideBottom.Control = YEdit
Left = 220
Height = 15
Top = 117
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Y Variable'
ParentColor = False
end
object Label4: TLabel
AnchorSideLeft.Control = ZEdit
AnchorSideBottom.Control = ZEdit
Left = 220
Height = 15
Top = 201
Width = 51
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Z Variable'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = XIn
AnchorSideBottom.Control = Bevel1
Left = 8
Height = 303
Top = 25
Width = 168
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object XIn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 184
Height = 28
Top = 25
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = XInClick
Spacing = 0
TabOrder = 1
end
object XOut: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XIn
AnchorSideTop.Side = asrBottom
Left = 184
Height = 28
Top = 57
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = XOutClick
Spacing = 0
TabOrder = 2
end
object YIn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = XOut
AnchorSideTop.Side = asrBottom
Left = 184
Height = 28
Top = 109
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = YInClick
Spacing = 0
TabOrder = 4
end
object YOut: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YIn
AnchorSideTop.Side = asrBottom
Left = 184
Height = 28
Top = 141
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = YOutClick
Spacing = 0
TabOrder = 5
end
object ZIn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = YOut
AnchorSideTop.Side = asrBottom
Left = 184
Height = 28
Top = 193
Width = 28
BorderSpacing.Top = 24
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = ZInClick
Spacing = 0
TabOrder = 7
end
object ZOut: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ZIn
AnchorSideTop.Side = asrBottom
Left = 184
Height = 28
Top = 225
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = ZOutClick
Spacing = 0
TabOrder = 8
end
object XEdit: TEdit
AnchorSideLeft.Control = XIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = XOut
AnchorSideBottom.Side = asrBottom
Left = 220
Height = 23
Top = 50
Width = 168
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'XEdit'
end
object YEdit: TEdit
AnchorSideLeft.Control = YIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = YOut
AnchorSideBottom.Side = asrBottom
Left = 220
Height = 23
Top = 134
Width = 168
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 6
Text = 'Edit1'
end
object ZEdit: TEdit
AnchorSideLeft.Control = ZIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ZOut
AnchorSideBottom.Side = asrBottom
Left = 220
Height = 23
Top = 218
Width = 168
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 9
Text = 'Edit1'
end
object OptionsGroup: TGroupBox
AnchorSideLeft.Control = XEdit
AnchorSideTop.Control = ZOut
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = Bevel1
Left = 222
Height = 45
Top = 277
Width = 150
AutoSize = True
BorderSpacing.Left = 2
BorderSpacing.Top = 24
BorderSpacing.Bottom = 8
Caption = 'Options:'
ClientHeight = 25
ClientWidth = 146
TabOrder = 10
object RanksChk: TCheckBox
Left = 12
Height = 19
Top = 0
Width = 128
BorderSpacing.Left = 12
BorderSpacing.Right = 6
BorderSpacing.Bottom = 6
Caption = 'Show Ranked Scores'
TabOrder = 0
end
end
object ResetBtn: TButton
AnchorSideRight.Control = ComputeBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 187
Height = 25
Top = 346
Width = 54
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 32
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 11
end
object ComputeBtn: TButton
AnchorSideRight.Control = CloseBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 249
Height = 25
Top = 346
Width = 76
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 12
end
object CloseBtn: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 333
Height = 25
Top = 346
Width = 55
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Close'
ModalResult = 11
TabOrder = 13
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CloseBtn
Left = 0
Height = 8
Top = 330
Width = 396
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Top = 2
Shape = bsBottomLine
end
end