Files
lazarus-ccr/applications/lazstats/source_orig/genrndvalsunit.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

273 lines
5.3 KiB
Plaintext

object GenRndValsFrm: TGenRndValsFrm
Left = 194
Height = 393
Top = 111
Width = 380
Caption = 'Generate Random Values'
ClientHeight = 393
ClientWidth = 380
OnShow = FormShow
LCLVersion = '0.9.30'
object Label1: TLabel
Left = 8
Height = 16
Top = 112
Width = 80
Caption = 'Variable Label: '
ParentColor = False
end
object Label2: TLabel
Left = 161
Height = 16
Top = 168
Width = 49
Caption = 'Between '
ParentColor = False
end
object Label3: TLabel
Left = 263
Height = 16
Top = 168
Width = 24
Caption = 'and '
ParentColor = False
end
object Label4: TLabel
Left = 162
Height = 16
Top = 200
Width = 49
Caption = 'Between '
ParentColor = False
end
object Label5: TLabel
Left = 263
Height = 16
Top = 200
Width = 21
Caption = 'and'
ParentColor = False
end
object Label6: TLabel
Left = 161
Height = 16
Top = 233
Width = 45
Caption = 'Mean = '
ParentColor = False
end
object Label7: TLabel
Left = 264
Height = 16
Top = 234
Width = 35
Caption = 'S.D. = '
ParentColor = False
end
object Label8: TLabel
Left = 161
Height = 16
Top = 270
Width = 41
Caption = 'D.F. 1 ='
ParentColor = False
end
object Label9: TLabel
Left = 160
Height = 16
Top = 304
Width = 41
Caption = 'D.F. 1 ='
ParentColor = False
end
object Label10: TLabel
Left = 264
Height = 16
Top = 301
Width = 41
Caption = 'D.F. 2 ='
ParentColor = False
end
object RadioGroup1: TRadioGroup
Left = 7
Height = 91
Top = 2
Width = 241
AutoFill = True
Caption = 'Generate Cases For:'
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 = 73
ClientWidth = 237
Items.Strings = (
'All Current Cases'
'A Specific Number of Cases'
)
OnClick = RadioGroup1Click
TabOrder = 0
end
object NoCasesEdit: TEdit
Left = 184
Height = 23
Top = 56
Width = 44
OnExit = NoCasesEditExit
TabOrder = 1
Text = 'NoCasesEdit'
end
object LabelEdit: TEdit
Left = 89
Height = 23
Top = 101
Width = 159
TabOrder = 2
Text = 'LabelEdit'
end
object RadioGroup2: TRadioGroup
Left = 8
Height = 200
Top = 136
Width = 143
AutoFill = True
Caption = 'Distribution Shape:'
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 = 182
ClientWidth = 139
Items.Strings = (
'Flat - Integer'
'Flat - Floating Point'
'Normal z Values'
'Chi-Squared Values'
'F Distribution Values'
)
OnClick = RadioGroup2Click
TabOrder = 3
end
object LowIntEdit: TEdit
Left = 210
Height = 23
Top = 160
Width = 43
OnKeyPress = LowIntEditKeyPress
TabOrder = 4
Text = 'LowIntEdit'
end
object HiIntEdit: TEdit
Left = 307
Height = 23
Top = 161
Width = 47
TabOrder = 5
Text = 'HiIntEdit'
end
object LowRealEdit: TEdit
Left = 210
Height = 23
Top = 193
Width = 43
OnKeyPress = LowRealEditKeyPress
TabOrder = 6
Text = 'LowRealEdit'
end
object HiRealEdit: TEdit
Left = 306
Height = 23
Top = 194
Width = 46
TabOrder = 7
Text = 'HiRealEdit'
end
object zMeanEdit: TEdit
Left = 210
Height = 23
Top = 227
Width = 45
OnKeyPress = zMeanEditKeyPress
TabOrder = 8
Text = 'zMeanEdit'
end
object zSDEdit: TEdit
Left = 306
Height = 23
Top = 227
Width = 48
TabOrder = 9
Text = 'zSDEdit'
end
object ChiDFEdit: TEdit
Left = 210
Height = 23
Top = 262
Width = 43
TabOrder = 10
Text = 'ChiDFEdit'
end
object FDF1Edit: TEdit
Left = 208
Height = 23
Top = 294
Width = 46
OnKeyPress = FDF1EditKeyPress
TabOrder = 11
Text = 'FDF1Edit'
end
object FDF2Edit: TEdit
Left = 312
Height = 23
Top = 289
Width = 47
TabOrder = 12
Text = 'FDF2Edit'
end
object ResetBtn: TButton
Left = 8
Height = 31
Top = 344
Width = 74
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 13
end
object CancelBtn: TButton
Left = 104
Height = 31
Top = 344
Width = 74
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 14
end
object ComputeBtn: TButton
Left = 200
Height = 31
Top = 344
Width = 74
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 15
end
object Return: TButton
Left = 296
Height = 31
Top = 344
Width = 74
Caption = 'Return'
ModalResult = 1
TabOrder = 16
end
end