Files
lazarus-ccr/applications/lazstats/source/forms/analysis/nonparametric/riditunit.lfm

438 lines
12 KiB
Plaintext
Raw Normal View History

inherited RIDITForm: TRIDITForm
Left = 864
Height = 477
Top = 327
Width = 903
HelpType = htKeyword
HelpKeyword = 'html/RIDITAnalysis.htm'
Caption = 'Relative to an Identified Distribution Analysis'
ClientHeight = 477
ClientWidth = 903
inherited ParamsPanel: TPanel
Height = 461
Width = 416
ClientHeight = 461
ClientWidth = 416
inherited CloseBtn: TButton
Left = 361
Top = 436
end
inherited ComputeBtn: TButton
Left = 277
Top = 436
end
inherited ResetBtn: TButton
Left = 215
Top = 436
end
inherited HelpBtn: TButton
Tag = 143
Left = 156
Top = 436
end
inherited ButtonBevel: TBevel
Top = 420
Width = 416
end
object AlphaLabel: TLabel[5]
AnchorSideLeft.Control = RefGrp
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = RefGrp
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = AlphaEdit
AnchorSideBottom.Control = RefGrp
AnchorSideBottom.Side = asrBottom
Left = 265
Height = 71
Top = 349
Width = 88
Alignment = taRightJustify
Anchors = [akTop, akLeft, akBottom]
AutoSize = False
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = '2-tailed Alpha for significance'
Layout = tlCenter
ParentColor = False
WordWrap = True
end
object GroupBox1: TGroupBox[6]
AnchorSideLeft.Control = RefGrp
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = RefGrp
Left = 0
Height = 114
Top = 222
Width = 422
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 12
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 94
ClientWidth = 418
TabOrder = 4
object ObsChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 211
Caption = 'Show Observed Frequencies'
TabOrder = 0
end
object ExpChk: TCheckBox
Left = 235
Height = 19
Top = 6
Width = 171
Caption = 'Show Expected Frequencies'
TabOrder = 1
end
object PropChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 211
Caption = 'Show Row and Column Proportions'
TabOrder = 2
end
object ChiChk: TCheckBox
Left = 235
Height = 19
Top = 27
Width = 171
Caption = 'Show Cell Chi-Square Values'
TabOrder = 3
end
object YatesChk: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 211
Caption = 'Use Yate''s Correction for a 2x2 Table'
TabOrder = 4
end
object DetailsChk: TCheckBox
Left = 235
Height = 19
Top = 48
Width = 171
Caption = 'Show Computational Details'
TabOrder = 5
end
object BonChk: TCheckBox
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
Left = 12
Height = 19
Top = 69
Width = 211
BorderSpacing.Left = 12
BorderSpacing.Right = 8
Caption = 'Use Bonferroni for contrasts'
TabOrder = 6
end
end
object RefGrp: TRadioGroup[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 72
Top = 348
Width = 257
Anchors = [akLeft, akBottom]
AutoFill = True
AutoSize = True
BorderSpacing.Top = 12
BorderSpacing.Right = 8
Caption = 'Reference Variable'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 1
ClientHeight = 52
ClientWidth = 253
Items.Strings = (
'Let each variable be a reference variable'
'Use only the reference variable selected'
)
OnClick = RefGrpClick
TabOrder = 5
end
object AlphaEdit: TEdit[8]
AnchorSideLeft.Control = AlphaLabel
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AlphaLabel
AnchorSideTop.Side = asrCenter
AnchorSideRight.Side = asrBottom
Left = 361
Height = 23
Top = 373
Width = 50
Alignment = taRightJustify
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
TabOrder = 6
Text = 'AlphaEdit'
end
object Panel1: TPanel[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 0
Height = 214
Top = 0
Width = 416
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Bottom = 8
BevelOuter = bvNone
ClientHeight = 214
ClientWidth = 416
TabOrder = 7
object Label1: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 8
Height = 15
Top = 8
Width = 46
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'Variables'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = RowEdit
AnchorSideBottom.Control = RowEdit
Left = 230
Height = 15
Top = 33
Width = 103
Anchors = [akLeft, akBottom]
BorderSpacing.Bottom = 2
Caption = 'Row Labels Variable'
ParentColor = False
end
object Label3: TLabel
AnchorSideLeft.Control = ColList
AnchorSideTop.Control = ColIn
Left = 230
Height = 15
Top = 101
Width = 92
Caption = 'Column Variables'
ParentColor = False
end
object Label4: TLabel
AnchorSideLeft.Control = RefEdit
AnchorSideBottom.Control = RefEdit
Left = 230
Height = 15
Top = 174
Width = 96
Anchors = [akLeft, akBottom]
BorderSpacing.Top = 16
BorderSpacing.Bottom = 2
Caption = 'Reference Variable'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = RowIn
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 189
Top = 25
Width = 178
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object RowIn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 194
Height = 28
Top = 25
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = RowInClick
Spacing = 0
TabOrder = 1
end
object RowOut: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = RowIn
AnchorSideTop.Side = asrBottom
Left = 194
Height = 28
Top = 57
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = RowOutClick
Spacing = 0
TabOrder = 2
end
object ColIn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = RowOut
AnchorSideTop.Side = asrBottom
Left = 194
Height = 28
Top = 101
Width = 28
BorderSpacing.Top = 16
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = ColInClick
Spacing = 0
TabOrder = 4
end
object ColOut: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = ColIn
AnchorSideTop.Side = asrBottom
Left = 194
Height = 28
Top = 131
Width = 28
BorderSpacing.Top = 2
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = ColOutClick
Spacing = 0
TabOrder = 5
end
object RowEdit: TEdit
AnchorSideLeft.Control = RowIn
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = RowOut
AnchorSideBottom.Side = asrBottom
Left = 230
Height = 23
Top = 50
Width = 186
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 3
Text = 'RowEdit'
end
object ColList: TListBox
AnchorSideLeft.Control = ColOut
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Label4
Left = 230
Height = 40
Top = 118
Width = 178
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
OnClick = ColListClick
OnDblClick = ColListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 6
end
object RefEdit: TEdit
AnchorSideLeft.Control = ColOut
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 230
Height = 23
Top = 191
Width = 178
Anchors = [akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
ReadOnly = True
TabOrder = 7
Text = 'RefEdit'
end
object Bevel2: TBevel
Left = 386
Height = 20
Top = 288
Width = 14
Shape = bsSpacer
end
end
end
inherited ParamsSplitter: TSplitter
Left = 428
Height = 477
end
object PageControl: TPageControl[2]
Left = 437
Height = 461
Top = 8
Width = 458
ActivePage = FrequenciesPage
Align = alClient
BorderSpacing.Left = 4
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
TabIndex = 1
TabOrder = 2
object ResultsPage: TTabSheet
Caption = 'Results'
end
object FrequenciesPage: TTabSheet
Caption = 'Frequencies'
end
object RowColPropsPage: TTabSheet
Caption = 'Row/Column Properties'
end
object CellChiSqrPage: TTabSheet
Caption = 'Cell ChiSsqr'
end
end
end