You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7887 8e941d3f-bd1b-0410-a28a-d453659cc2b4
349 lines
6.8 KiB
Plaintext
349 lines
6.8 KiB
Plaintext
object TwoCorrsFrm: TTwoCorrsFrm
|
|
Left = 157
|
|
Height = 424
|
|
Top = 127
|
|
Width = 541
|
|
Caption = 'Comparison of Two Correlations'
|
|
ClientHeight = 424
|
|
ClientWidth = 541
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object Label14: TLabel
|
|
Left = 354
|
|
Height = 14
|
|
Top = 359
|
|
Width = 140
|
|
Caption = 'Percent Confidence Interval:'
|
|
ParentColor = False
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 16
|
|
Height = 69
|
|
Top = 9
|
|
Width = 246
|
|
AutoFill = True
|
|
Caption = 'Data Entered From:'
|
|
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 = 51
|
|
ClientWidth = 242
|
|
Items.Strings = (
|
|
'Values entered on this form.'
|
|
'Values in the data grid from a file.'
|
|
)
|
|
OnClick = RadioGroup1Click
|
|
TabOrder = 0
|
|
end
|
|
object RadioGroup2: TRadioGroup
|
|
Left = 279
|
|
Height = 71
|
|
Top = 7
|
|
Width = 231
|
|
AutoFill = True
|
|
Caption = 'Test Assumptions:'
|
|
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 = 53
|
|
ClientWidth = 227
|
|
Items.Strings = (
|
|
'Independent Correlations.'
|
|
'Dependent Correlations.'
|
|
)
|
|
OnClick = RadioGroup2Click
|
|
TabOrder = 1
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 16
|
|
Height = 136
|
|
Top = 88
|
|
Width = 494
|
|
ClientHeight = 136
|
|
ClientWidth = 494
|
|
TabOrder = 2
|
|
object corxylabel: TLabel
|
|
Left = 16
|
|
Height = 14
|
|
Top = 16
|
|
Width = 85
|
|
Caption = 'Correlation r(x,y)'
|
|
ParentColor = False
|
|
end
|
|
object corxzlabel: TLabel
|
|
Left = 17
|
|
Height = 14
|
|
Top = 48
|
|
Width = 84
|
|
Caption = 'Correlation r(x,z)'
|
|
ParentColor = False
|
|
end
|
|
object coryzlabel: TLabel
|
|
Left = 16
|
|
Height = 14
|
|
Top = 80
|
|
Width = 84
|
|
Caption = 'Correlation r(y,z)'
|
|
ParentColor = False
|
|
end
|
|
object sampsizelabel: TLabel
|
|
Left = 17
|
|
Height = 14
|
|
Top = 109
|
|
Width = 61
|
|
Caption = 'Sample Size:'
|
|
ParentColor = False
|
|
end
|
|
object firstcorlabel: TLabel
|
|
Left = 264
|
|
Height = 14
|
|
Top = 16
|
|
Width = 82
|
|
Caption = 'First Correlation:'
|
|
ParentColor = False
|
|
end
|
|
object size1label: TLabel
|
|
Left = 265
|
|
Height = 14
|
|
Top = 50
|
|
Width = 70
|
|
Caption = 'Sample Size 1:'
|
|
ParentColor = False
|
|
end
|
|
object SecdCorLabel: TLabel
|
|
Left = 264
|
|
Height = 14
|
|
Top = 78
|
|
Width = 96
|
|
Caption = 'Second Correlation:'
|
|
ParentColor = False
|
|
end
|
|
object Size2Label: TLabel
|
|
Left = 263
|
|
Height = 14
|
|
Top = 111
|
|
Width = 70
|
|
Caption = 'Sample Size 2:'
|
|
ParentColor = False
|
|
end
|
|
object rxy: TEdit
|
|
Left = 118
|
|
Height = 21
|
|
Top = 9
|
|
Width = 62
|
|
TabOrder = 0
|
|
Text = 'rxy'
|
|
end
|
|
object SampSize: TEdit
|
|
Left = 118
|
|
Height = 21
|
|
Top = 104
|
|
Width = 62
|
|
TabOrder = 1
|
|
Text = 'Edit1'
|
|
end
|
|
object rxy1: TEdit
|
|
Left = 376
|
|
Height = 21
|
|
Top = 9
|
|
Width = 56
|
|
TabOrder = 2
|
|
Text = 'rxy1'
|
|
end
|
|
end
|
|
object rxz: TEdit
|
|
Left = 136
|
|
Height = 21
|
|
Top = 128
|
|
Width = 62
|
|
TabOrder = 3
|
|
Text = 'Edit1'
|
|
end
|
|
object ryz: TEdit
|
|
Left = 136
|
|
Height = 21
|
|
Top = 160
|
|
Width = 62
|
|
TabOrder = 4
|
|
Text = 'Edit1'
|
|
end
|
|
object Size1: TEdit
|
|
Left = 392
|
|
Height = 21
|
|
Top = 128
|
|
Width = 56
|
|
TabOrder = 5
|
|
Text = 'Edit1'
|
|
end
|
|
object rxy2: TEdit
|
|
Left = 392
|
|
Height = 21
|
|
Top = 158
|
|
Width = 56
|
|
TabOrder = 6
|
|
Text = 'Edit1'
|
|
end
|
|
object Size2: TEdit
|
|
Left = 392
|
|
Height = 21
|
|
Top = 192
|
|
Width = 56
|
|
TabOrder = 7
|
|
Text = 'Edit1'
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 16
|
|
Height = 181
|
|
Top = 232
|
|
Width = 330
|
|
ClientHeight = 181
|
|
ClientWidth = 330
|
|
TabOrder = 8
|
|
object SelVarLabel: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 8
|
|
Width = 80
|
|
Caption = 'Select Variables:'
|
|
ParentColor = False
|
|
end
|
|
object xlabel: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 25
|
|
Width = 18
|
|
Caption = 'X ='
|
|
ParentColor = False
|
|
end
|
|
object ylabel: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 57
|
|
Width = 18
|
|
Caption = 'Y ='
|
|
ParentColor = False
|
|
end
|
|
object zlabel: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 89
|
|
Width = 18
|
|
Caption = 'Z ='
|
|
ParentColor = False
|
|
end
|
|
object GroupLabel: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 120
|
|
Width = 41
|
|
Caption = 'Group ='
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
Left = 8
|
|
Height = 140
|
|
Top = 26
|
|
Width = 138
|
|
ItemHeight = 0
|
|
OnClick = VarListClick
|
|
TabOrder = 0
|
|
end
|
|
object Xvar: TEdit
|
|
Left = 200
|
|
Height = 21
|
|
Top = 24
|
|
Width = 108
|
|
TabOrder = 1
|
|
Text = 'Xvar'
|
|
end
|
|
end
|
|
object Yvar: TEdit
|
|
Left = 216
|
|
Height = 21
|
|
Top = 288
|
|
Width = 108
|
|
TabOrder = 9
|
|
Text = 'Edit1'
|
|
end
|
|
object Zvar: TEdit
|
|
Left = 216
|
|
Height = 21
|
|
Top = 320
|
|
Width = 108
|
|
TabOrder = 10
|
|
Text = 'Edit1'
|
|
end
|
|
object GroupVar: TEdit
|
|
Left = 216
|
|
Height = 21
|
|
Top = 352
|
|
Width = 108
|
|
TabOrder = 11
|
|
Text = 'Edit1'
|
|
end
|
|
object CInterval: TEdit
|
|
Left = 496
|
|
Height = 21
|
|
Top = 352
|
|
Width = 36
|
|
TabOrder = 12
|
|
Text = 'CInterval'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 440
|
|
Height = 29
|
|
Top = 232
|
|
Width = 70
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 13
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 354
|
|
Height = 32
|
|
Top = 272
|
|
Width = 78
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 14
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 440
|
|
Height = 32
|
|
Top = 272
|
|
Width = 70
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 15
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 354
|
|
Height = 29
|
|
Top = 312
|
|
Width = 80
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 16
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 151
|
|
Left = 354
|
|
Height = 29
|
|
Top = 232
|
|
Width = 78
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 17
|
|
end
|
|
end
|