Files
lazarus-ccr/applications/lazstats/source_orig/inversezunit.lfm
wp_xxyyzz e234aa84ce LazStats: Adding original source, part 4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7883 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:10:28 +00:00

81 lines
1.4 KiB
Plaintext

object InversezForm: TInversezForm
Left = 288
Height = 179
Top = 161
Width = 320
Caption = 'Normal z for a given probability'
ClientHeight = 179
ClientWidth = 320
OnShow = ResetBtnClick
LCLVersion = '0.9.30'
object Label1: TLabel
Left = 9
Height = 16
Top = 13
Width = 136
Caption = 'Cumulative Probability = '
ParentColor = False
end
object ProbEdit: TEdit
Left = 153
Height = 23
Top = 7
Width = 65
TabOrder = 0
Text = 'ProbEdit'
end
object Label2: TLabel
Left = 8
Height = 16
Top = 46
Width = 144
Caption = 'Corresponds to a z value = '
ParentColor = False
end
object ZEdit: TEdit
Left = 154
Height = 23
Top = 39
Width = 65
TabOrder = 1
Text = 'ZEdit'
end
object CancelBtn: TButton
Left = 8
Height = 33
Top = 80
Width = 82
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object ResetBtn: TButton
Left = 113
Height = 33
Top = 80
Width = 82
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 3
end
object ComputeBtn: TButton
Left = 216
Height = 33
Top = 80
Width = 82
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 4
end
object ReturnBtn: TButton
Left = 115
Height = 33
Top = 130
Width = 77
Caption = 'Return'
ModalResult = 1
TabOrder = 5
end
end