Files
lazarus-ccr/applications/lazstats/source_orig/multgenunit.lfm
wp_xxyyzz e1c5977e0d LazStats: Adding original source, part 6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:16:49 +00:00

130 lines
2.5 KiB
Plaintext

object MultGenFrm: TMultGenFrm
Left = 211
Height = 396
Top = 108
Width = 561
Caption = 'Multivariate Generator'
ClientHeight = 396
ClientWidth = 561
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 9
Height = 14
Top = 16
Width = 101
Caption = 'Number of variables:'
ParentColor = False
end
object Label2: TLabel
Left = 176
Height = 14
Top = 16
Width = 61
Caption = 'Sample Size:'
ParentColor = False
end
object NoVarsEdit: TEdit
Left = 120
Height = 21
Top = 8
Width = 45
OnExit = NoVarsEditExit
OnKeyPress = NoVarsEditKeyPress
TabOrder = 0
Text = 'NoVarsEdit'
end
object NoObsEdit: TEdit
Left = 248
Height = 21
Top = 8
Width = 34
OnExit = NoObsEditExit
OnKeyPress = NoObsEditKeyPress
TabOrder = 1
Text = 'NoObsEdit'
end
object ParmsChk: TCheckBox
Left = 304
Height = 17
Top = 13
Width = 100
Caption = 'Print Parametes:'
TabOrder = 2
end
object SampleChk: TCheckBox
Left = 416
Height = 17
Top = 13
Width = 111
Caption = 'Print Sample Stats:'
TabOrder = 3
end
object PerturbChk: TCheckBox
Left = 304
Height = 17
Top = 40
Width = 227
Caption = 'Select Distribution Perturbation Parameters'
TabOrder = 4
end
object ResetBtn: TButton
Left = 128
Height = 28
Top = 352
Width = 71
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 5
end
object CancelBtn: TButton
Left = 232
Height = 30
Top = 352
Width = 71
Caption = 'Cancel'
ModalResult = 2
OnClick = CancelBtnClick
TabOrder = 6
end
object ComputeBtn: TButton
Left = 336
Height = 28
Top = 352
Width = 71
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 7
end
object ReturnBtn: TButton
Left = 470
Height = 28
Top = 352
Width = 71
Caption = 'Return'
ModalResult = 1
OnClick = ReturnBtnClick
TabOrder = 8
end
object Grid: TStringGrid
Left = 9
Height = 265
Top = 64
Width = 532
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goTabs, goSmoothScroll]
TabOrder = 9
OnKeyPress = GridKeyPress
OnSetEditText = GridSetEditText
end
object HelpBtn: TButton
Tag = 133
Left = 8
Height = 28
Top = 352
Width = 81
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 10
end
end