Files
lazarus-ccr/applications/lazstats/source_orig/kr21unit.lfm
wp_xxyyzz 15870755f1 LazStats: Adding original source, part 5.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7884 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:13:29 +00:00

112 lines
1.9 KiB
Plaintext

object KR21Frm: TKR21Frm
Left = 151
Height = 227
Top = 98
Width = 204
Caption = 'Kuder-Richarson #21'
ClientHeight = 227
ClientWidth = 204
OnShow = FormShow
LCLVersion = '0.9.26.2'
object Label1: TLabel
Left = 7
Height = 14
Top = 16
Width = 120
Caption = 'Maximum Score Possible:'
ParentColor = False
end
object Label2: TLabel
Left = 7
Height = 14
Top = 46
Width = 118
Caption = 'Mean of he Test Scores:'
ParentColor = False
end
object Label3: TLabel
Left = 7
Height = 14
Top = 80
Width = 123
Caption = 'Std. Dev. of Test Scores:'
ParentColor = False
end
object Label4: TLabel
Left = 6
Height = 14
Top = 112
Width = 130
Caption = 'KR#21 Reliability Estimate:'
ParentColor = False
end
object NoItemsEdit: TEdit
Left = 143
Height = 22
Top = 8
Width = 49
TabOrder = 0
Text = 'NoItemsEdit'
end
object MeanEdit: TEdit
Left = 143
Height = 22
Top = 38
Width = 49
TabOrder = 1
Text = 'Edit1'
end
object StdDevEdit: TEdit
Left = 143
Height = 22
Top = 72
Width = 49
TabOrder = 2
Text = 'Edit1'
end
object RelEdit: TEdit
Left = 143
Height = 22
Top = 104
Width = 49
TabOrder = 3
Text = 'Edit1'
end
object ResetBtn: TButton
Left = 6
Height = 32
Top = 137
Width = 69
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 4
end
object CancelBtn: TButton
Left = 123
Height = 32
Top = 137
Width = 69
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object ComputeBtn: TButton
Left = 8
Height = 32
Top = 184
Width = 69
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 6
end
object ReturnBtn: TButton
Left = 123
Height = 32
Top = 184
Width = 69
Caption = 'Return'
ModalResult = 1
TabOrder = 7
end
end