You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
97 lines
1.7 KiB
Plaintext
97 lines
1.7 KiB
Plaintext
object TwozProbForm: TTwozProbForm
|
|
Left = 288
|
|
Height = 126
|
|
Top = 161
|
|
Width = 392
|
|
Caption = 'Probability between two z scores'
|
|
ClientHeight = 126
|
|
ClientWidth = 392
|
|
OnShow = ResetBtnClick
|
|
LCLVersion = '0.9.30'
|
|
object Label1: TLabel
|
|
Left = 6
|
|
Height = 16
|
|
Top = 14
|
|
Width = 157
|
|
Caption = 'The probability between z1 = '
|
|
ParentColor = False
|
|
end
|
|
object Z1Edit: TEdit
|
|
Left = 162
|
|
Height = 23
|
|
Top = 7
|
|
Width = 60
|
|
TabOrder = 0
|
|
Text = 'Z1Edit'
|
|
end
|
|
object Label2: TLabel
|
|
Left = 229
|
|
Height = 16
|
|
Top = 14
|
|
Width = 49
|
|
Caption = 'and z2 = '
|
|
ParentColor = False
|
|
end
|
|
object Z2Edit: TEdit
|
|
Left = 280
|
|
Height = 23
|
|
Top = 8
|
|
Width = 54
|
|
TabOrder = 1
|
|
Text = 'Z2Edit'
|
|
end
|
|
object Label3: TLabel
|
|
Left = 9
|
|
Height = 16
|
|
Top = 44
|
|
Width = 72
|
|
Caption = 'Probability = '
|
|
ParentColor = False
|
|
end
|
|
object ProbEdit: TEdit
|
|
Left = 81
|
|
Height = 23
|
|
Top = 37
|
|
Width = 75
|
|
TabOrder = 2
|
|
Text = 'ProbEdit'
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 8
|
|
Height = 26
|
|
Top = 74
|
|
Width = 75
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 3
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 104
|
|
Height = 26
|
|
Top = 74
|
|
Width = 75
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 4
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 200
|
|
Height = 26
|
|
Top = 74
|
|
Width = 75
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 296
|
|
Height = 26
|
|
Top = 74
|
|
Width = 75
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 6
|
|
end
|
|
end
|