2020-03-30 18:01:44 +00:00
|
|
|
object WeightedKappaFrm: TWeightedKappaFrm
|
|
|
|
Left = 448
|
|
|
|
Height = 560
|
|
|
|
Top = 184
|
|
|
|
Width = 539
|
2020-05-10 10:37:19 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/KappaandWeightedKappa.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Kappa and Weighted Kappa'
|
|
|
|
ClientHeight = 560
|
|
|
|
ClientWidth = 539
|
|
|
|
OnActivate = FormActivate
|
|
|
|
OnCreate = FormCreate
|
|
|
|
OnShow = FormShow
|
|
|
|
Position = poMainFormCenter
|
|
|
|
LCLVersion = '2.1.0.0'
|
|
|
|
object InputGroup: TRadioGroup
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Owner
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 8
|
|
|
|
Height = 89
|
|
|
|
Top = 8
|
|
|
|
Width = 488
|
|
|
|
Align = alCustom
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Input Options:'
|
|
|
|
ChildSizing.LeftRightSpacing = 6
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 69
|
|
|
|
ClientWidth = 484
|
|
|
|
Items.Strings = (
|
|
|
|
'Count cases classified by row and column variables in the data grid'
|
|
|
|
'Use frequencies in a variable for a given row variable value and column variable value.'
|
|
|
|
'Use proportions in a variable for a given row variable value and column variable value.'
|
|
|
|
)
|
|
|
|
OnClick = InputGroupClick
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Label1: TLabel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = InputGroup
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 8
|
|
|
|
Height = 15
|
|
|
|
Top = 105
|
|
|
|
Width = 46
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
Caption = 'Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarList: TListBox
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = RowIn
|
|
|
|
AnchorSideBottom.Control = NCasesEdit
|
|
|
|
Left = 8
|
|
|
|
Height = 358
|
|
|
|
Top = 122
|
|
|
|
Width = 265
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
ItemHeight = 0
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object NCasesLbl: TLabel
|
|
|
|
AnchorSideLeft.Control = VarList
|
|
|
|
AnchorSideTop.Control = NCasesEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = NCasesEdit
|
|
|
|
Left = 8
|
|
|
|
Height = 15
|
|
|
|
Top = 492
|
|
|
|
Width = 122
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Total Number of Cases:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object NCasesEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = NCasesLbl
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Bevel1
|
|
|
|
Left = 138
|
|
|
|
Height = 23
|
|
|
|
Top = 488
|
|
|
|
Width = 54
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
TabOrder = 2
|
|
|
|
Text = 'NCasesEdit'
|
|
|
|
end
|
|
|
|
object RowIn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 122
|
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = RowInClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object RowOut: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = RowIn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 154
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = RowOutClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object ColIn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = RowOut
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 202
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 20
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = ColInClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 6
|
|
|
|
end
|
|
|
|
object ColOut: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = ColIn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 234
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = ColOutClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 7
|
|
|
|
end
|
|
|
|
object DepIn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = ColOut
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 282
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 20
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = DepInClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
object DepOut: TBitBtn
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = DepIn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 28
|
|
|
|
Top = 314
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = DepOutClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 10
|
|
|
|
end
|
|
|
|
object Label2: TLabel
|
|
|
|
AnchorSideLeft.Control = RaterAEdit
|
|
|
|
AnchorSideBottom.Control = RaterAEdit
|
|
|
|
Left = 317
|
|
|
|
Height = 15
|
|
|
|
Top = 130
|
|
|
|
Width = 38
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Rater A'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = RaterBEdit
|
|
|
|
AnchorSideBottom.Control = RaterBEdit
|
|
|
|
Left = 317
|
|
|
|
Height = 15
|
|
|
|
Top = 210
|
|
|
|
Width = 37
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Rater B'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object DepLbl: TLabel
|
|
|
|
AnchorSideLeft.Control = DepEdit
|
|
|
|
AnchorSideBottom.Control = DepEdit
|
|
|
|
Left = 317
|
|
|
|
Height = 15
|
|
|
|
Top = 290
|
|
|
|
Width = 99
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Variable to Analyze'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object RaterAEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = RowIn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = OptionsGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = RowOut
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 317
|
|
|
|
Height = 23
|
|
|
|
Top = 147
|
|
|
|
Width = 214
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 5
|
|
|
|
Text = 'RaterAEdit'
|
|
|
|
end
|
|
|
|
object RaterBEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = ColIn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = OptionsGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = ColOut
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 317
|
|
|
|
Height = 23
|
|
|
|
Top = 227
|
|
|
|
Width = 214
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 8
|
|
|
|
Text = 'RaterBEdit'
|
|
|
|
end
|
|
|
|
object DepEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = DepOut
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = OptionsGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = DepOut
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 317
|
|
|
|
Height = 23
|
|
|
|
Top = 307
|
|
|
|
Width = 214
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 11
|
|
|
|
Text = 'DepEdit'
|
|
|
|
end
|
|
|
|
object OptionsGroup: TGroupBox
|
|
|
|
AnchorSideLeft.Control = RowIn
|
|
|
|
AnchorSideTop.Control = DepOut
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 281
|
|
|
|
Height = 156
|
|
|
|
Top = 354
|
|
|
|
Width = 250
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'Options:'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 136
|
|
|
|
ClientWidth = 246
|
|
|
|
TabOrder = 12
|
|
|
|
object ObsChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Observed Frequencies'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object ExpChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Expected Frequencies'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object PropChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 48
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Row and Column Proportions'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object ChiChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 69
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Show Cell Chi Square Values'
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object YatesChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 90
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Use Yates'' Correction for a 2 by 2 table'
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object SaveChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 111
|
|
|
|
Width = 222
|
|
|
|
Caption = 'Save as a File of Frequency Data'
|
|
|
|
TabOrder = 5
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object ResetBtn: TButton
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = ComputeBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 330
|
|
|
|
Height = 25
|
|
|
|
Top = 527
|
|
|
|
Width = 54
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
|
|
|
TabOrder = 13
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = CloseBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 392
|
|
|
|
Height = 25
|
|
|
|
Top = 527
|
|
|
|
Width = 76
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
|
|
|
TabOrder = 14
|
|
|
|
end
|
|
|
|
object CloseBtn: TButton
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 476
|
|
|
|
Height = 25
|
|
|
|
Top = 527
|
|
|
|
Width = 55
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
TabOrder = 15
|
|
|
|
end
|
|
|
|
object HelpBtn: TButton
|
|
|
|
Tag = 128
|
|
|
|
AnchorSideTop.Control = CloseBtn
|
|
|
|
AnchorSideRight.Control = ResetBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 271
|
|
|
|
Height = 25
|
|
|
|
Top = 527
|
|
|
|
Width = 51
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Help'
|
|
|
|
OnClick = HelpBtnClick
|
|
|
|
TabOrder = 16
|
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CloseBtn
|
|
|
|
Left = 0
|
|
|
|
Height = 8
|
|
|
|
Top = 519
|
|
|
|
Width = 541
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
Shape = bsTopLine
|
|
|
|
end
|
|
|
|
end
|