Files
lazarus-ccr/applications/lazstats/source_orig/relchangeunit.lfm
wp_xxyyzz 819af1d403 LazStats: Adding original source, part 7.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7886 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:21:34 +00:00

122 lines
2.2 KiB
Plaintext

object RelChangeFrm: TRelChangeFrm
Left = 135
Height = 230
Top = 94
Width = 291
Caption = 'Variance Change Affect on Reliability'
ClientHeight = 230
ClientWidth = 291
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 9
Height = 14
Top = 16
Width = 178
Caption = 'Reliability (r) of the reference group:'
ParentColor = False
end
object Label2: TLabel
Left = 9
Height = 14
Top = 48
Width = 181
Caption = 'Variance (s2) of the reference group:'
ParentColor = False
end
object Label3: TLabel
Left = 8
Height = 14
Top = 80
Width = 155
Caption = 'Variance (S2) of the new group:'
ParentColor = False
end
object Label4: TLabel
Left = 9
Height = 14
Top = 112
Width = 201
Caption = 'Estimated reliability (R) of the new group:'
ParentColor = False
end
object OldRelEdit: TEdit
Left = 216
Height = 21
Top = 9
Width = 47
TabOrder = 0
Text = 'OldRelEdit'
end
object OldVarEdit: TEdit
Left = 216
Height = 21
Top = 41
Width = 47
TabOrder = 1
Text = 'Edit1'
end
object NewVarEdit: TEdit
Left = 216
Height = 21
Top = 73
Width = 47
TabOrder = 2
Text = 'Edit1'
end
object NewRelEdit: TEdit
Left = 216
Height = 21
Top = 105
Width = 47
TabOrder = 3
Text = 'Edit1'
end
object ResetBtn: TButton
Left = 104
Height = 28
Top = 144
Width = 71
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 4
end
object CancelBtn: TButton
Left = 192
Height = 29
Top = 144
Width = 71
Caption = 'Cancel'
ModalResult = 2
TabOrder = 5
end
object ComputeBtn: TButton
Left = 11
Height = 32
Top = 184
Width = 78
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 6
end
object ReturnBtn: TButton
Left = 104
Height = 32
Top = 184
Width = 70
Caption = 'Return'
ModalResult = 1
TabOrder = 7
end
object HelpBtn: TButton
Tag = 142
Left = 9
Height = 28
Top = 144
Width = 80
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 8
end
end