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.9 KiB
Plaintext
349 lines
6.9 KiB
Plaintext
object TwoPropFrm: TTwoPropFrm
|
|
Left = 108
|
|
Height = 397
|
|
Top = 170
|
|
Width = 525
|
|
Caption = 'Test of Equality for two Proportions'
|
|
ClientHeight = 397
|
|
ClientWidth = 525
|
|
OnShow = FormShow
|
|
LCLVersion = '0.9.28.2'
|
|
object ConfLabel: TLabel
|
|
Left = 288
|
|
Height = 14
|
|
Top = 336
|
|
Width = 140
|
|
Caption = 'Percent Confidence Interval:'
|
|
ParentColor = False
|
|
end
|
|
object RadioGroup1: TRadioGroup
|
|
Left = 8
|
|
Height = 60
|
|
Top = 9
|
|
Width = 215
|
|
AutoFill = True
|
|
Caption = 'Data Entry By:'
|
|
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 = 42
|
|
ClientWidth = 211
|
|
Items.Strings = (
|
|
'Values Entered on this Form'
|
|
'Values in the Data Grid'
|
|
)
|
|
OnClick = RadioGroup1Click
|
|
TabOrder = 0
|
|
end
|
|
object RadioGroup2: TRadioGroup
|
|
Left = 296
|
|
Height = 60
|
|
Top = 8
|
|
Width = 214
|
|
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 = 42
|
|
ClientWidth = 210
|
|
Items.Strings = (
|
|
'Independent Proportions'
|
|
'Dependent Proportions'
|
|
)
|
|
OnClick = RadioGroup2Click
|
|
TabOrder = 1
|
|
end
|
|
object Panel1: TPanel
|
|
Left = 9
|
|
Height = 104
|
|
Top = 72
|
|
Width = 503
|
|
ClientHeight = 104
|
|
ClientWidth = 503
|
|
TabOrder = 2
|
|
object Samp1Label: TLabel
|
|
Left = 8
|
|
Height = 14
|
|
Top = 15
|
|
Width = 73
|
|
Caption = 'Sample 1 Freq.'
|
|
ParentColor = False
|
|
end
|
|
object Samp2Label: TLabel
|
|
Left = 9
|
|
Height = 14
|
|
Top = 47
|
|
Width = 73
|
|
Caption = 'Sample 2 Freq.'
|
|
ParentColor = False
|
|
end
|
|
object Samp1SizeLabel: TLabel
|
|
Left = 150
|
|
Height = 14
|
|
Top = 15
|
|
Width = 61
|
|
Caption = 'Sample Size:'
|
|
ParentColor = False
|
|
end
|
|
object Samp2SizeLabel: TLabel
|
|
Left = 152
|
|
Height = 14
|
|
Top = 46
|
|
Width = 61
|
|
Caption = 'Sample Size:'
|
|
ParentColor = False
|
|
end
|
|
object DepSamp2Label: TLabel
|
|
Left = 287
|
|
Height = 14
|
|
Top = 56
|
|
Width = 41
|
|
Caption = 'Sample2'
|
|
ParentColor = False
|
|
end
|
|
object DepSamp1Label: TLabel
|
|
Left = 383
|
|
Height = 14
|
|
Top = 8
|
|
Width = 41
|
|
Caption = 'Sample1'
|
|
ParentColor = False
|
|
end
|
|
object Samp10Label: TLabel
|
|
Left = 366
|
|
Height = 14
|
|
Top = 24
|
|
Width = 7
|
|
Caption = '0'
|
|
ParentColor = False
|
|
end
|
|
object Samp11Label: TLabel
|
|
Left = 424
|
|
Height = 14
|
|
Top = 24
|
|
Width = 7
|
|
Caption = '1'
|
|
ParentColor = False
|
|
end
|
|
object Samp20Label: TLabel
|
|
Left = 335
|
|
Height = 14
|
|
Top = 41
|
|
Width = 7
|
|
Caption = '0'
|
|
ParentColor = False
|
|
end
|
|
object Samp21Label: TLabel
|
|
Left = 335
|
|
Height = 14
|
|
Top = 72
|
|
Width = 7
|
|
Caption = '1'
|
|
ParentColor = False
|
|
end
|
|
object IndFreq1: TEdit
|
|
Left = 95
|
|
Height = 21
|
|
Top = 8
|
|
Width = 42
|
|
TabOrder = 0
|
|
Text = 'IndFreq1'
|
|
end
|
|
object IndFreq2: TEdit
|
|
Left = 96
|
|
Height = 21
|
|
Top = 41
|
|
Width = 41
|
|
TabOrder = 1
|
|
Text = 'IndFreq2'
|
|
end
|
|
object IndSize1: TEdit
|
|
Left = 225
|
|
Height = 21
|
|
Top = 8
|
|
Width = 45
|
|
TabOrder = 2
|
|
Text = 'IndSize1'
|
|
end
|
|
object IndSize2: TEdit
|
|
Left = 223
|
|
Height = 21
|
|
Top = 40
|
|
Width = 46
|
|
TabOrder = 3
|
|
Text = 'IndSize2'
|
|
end
|
|
object DepFreq00: TEdit
|
|
Left = 351
|
|
Height = 21
|
|
Top = 43
|
|
Width = 37
|
|
TabOrder = 4
|
|
Text = 'DepFreq00'
|
|
end
|
|
object DepFreq10: TEdit
|
|
Left = 408
|
|
Height = 21
|
|
Top = 43
|
|
Width = 40
|
|
TabOrder = 5
|
|
Text = 'DepFreq10'
|
|
end
|
|
object DepFreq01: TEdit
|
|
Left = 351
|
|
Height = 21
|
|
Top = 67
|
|
Width = 38
|
|
TabOrder = 6
|
|
Text = 'DepFreq01'
|
|
end
|
|
object DepFreq11: TEdit
|
|
Left = 407
|
|
Height = 21
|
|
Top = 68
|
|
Width = 40
|
|
TabOrder = 7
|
|
Text = 'DepFreq11'
|
|
end
|
|
end
|
|
object Panel2: TPanel
|
|
Left = 7
|
|
Height = 199
|
|
Top = 184
|
|
Width = 273
|
|
ClientHeight = 199
|
|
ClientWidth = 273
|
|
TabOrder = 3
|
|
object Label11: TLabel
|
|
Left = 10
|
|
Height = 14
|
|
Top = 9
|
|
Width = 80
|
|
Caption = 'Select Variables:'
|
|
ParentColor = False
|
|
end
|
|
object FirstVarLabel: TLabel
|
|
Left = 150
|
|
Height = 14
|
|
Top = 16
|
|
Width = 63
|
|
Caption = 'First Variable'
|
|
ParentColor = False
|
|
end
|
|
object SecdVarLabel: TLabel
|
|
Left = 150
|
|
Height = 14
|
|
Top = 71
|
|
Width = 77
|
|
Caption = 'Second Variable'
|
|
ParentColor = False
|
|
end
|
|
object GrpLabel: TLabel
|
|
Left = 151
|
|
Height = 14
|
|
Top = 128
|
|
Width = 58
|
|
Caption = 'Group Code'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
Left = 9
|
|
Height = 166
|
|
Top = 24
|
|
Width = 126
|
|
ItemHeight = 0
|
|
OnClick = VarListClick
|
|
TabOrder = 0
|
|
end
|
|
object Var1: TEdit
|
|
Left = 148
|
|
Height = 21
|
|
Top = 31
|
|
Width = 107
|
|
TabOrder = 1
|
|
Text = 'Var1'
|
|
end
|
|
object Var2: TEdit
|
|
Left = 149
|
|
Height = 21
|
|
Top = 86
|
|
Width = 106
|
|
TabOrder = 2
|
|
Text = 'Var2'
|
|
end
|
|
object Grp: TEdit
|
|
Left = 150
|
|
Height = 21
|
|
Top = 145
|
|
Width = 105
|
|
TabOrder = 3
|
|
Text = 'Grp'
|
|
end
|
|
end
|
|
object CInterval: TEdit
|
|
Left = 464
|
|
Height = 21
|
|
Top = 329
|
|
Width = 41
|
|
TabOrder = 4
|
|
Text = '95.0'
|
|
end
|
|
object ResetBtn: TButton
|
|
Left = 432
|
|
Height = 29
|
|
Top = 184
|
|
Width = 76
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object CancelBtn: TButton
|
|
Left = 296
|
|
Height = 32
|
|
Top = 232
|
|
Width = 76
|
|
Caption = 'Cancel'
|
|
ModalResult = 2
|
|
TabOrder = 6
|
|
end
|
|
object ComputeBtn: TButton
|
|
Left = 432
|
|
Height = 32
|
|
Top = 232
|
|
Width = 76
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object ReturnBtn: TButton
|
|
Left = 360
|
|
Height = 32
|
|
Top = 280
|
|
Width = 76
|
|
Caption = 'Return'
|
|
ModalResult = 1
|
|
TabOrder = 8
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 152
|
|
Left = 296
|
|
Height = 29
|
|
Top = 184
|
|
Width = 78
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 9
|
|
end
|
|
end
|