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

124 lines
2.9 KiB
Plaintext
Raw Normal View History

inherited SimpleChiSqrForm: TSimpleChiSqrForm
Left = 827
Height = 266
Top = 221
Width = 703
Caption = 'Simple ChiSquare for Categories'
ClientHeight = 266
ClientWidth = 703
inherited ParamsPanel: TPanel
Height = 250
ClientHeight = 250
inherited CloseBtn: TButton
Top = 225
TabOrder = 5
end
inherited ComputeBtn: TButton
Top = 225
TabOrder = 4
end
inherited ResetBtn: TButton
Top = 225
TabOrder = 3
end
inherited HelpBtn: TButton
Tag = 168
Top = 225
TabOrder = 2
end
inherited ButtonBevel: TBevel
Top = 209
end
object Label1: TLabel[5]
AnchorSideTop.Side = asrCenter
Left = 59
Height = 30
Top = 0
Width = 166
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
BorderSpacing.Right = 8
Caption = 'Enter the number of categories:'#13#10'Click the mouse after entering.'
ParentColor = False
end
object ObsLabel: TLabel[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 56
Width = 63
Caption = 'Frequencies'
Constraints.MinHeight = 15
ParentColor = False
end
object Bevel1: TBevel[7]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
Left = 137
Height = 68
Top = 104
Width = 16
Shape = bsSpacer
end
object DataGrid: TStringGrid[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ObsLabel
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 136
Top = 73
Width = 291
Anchors = [akTop, akLeft, akRight, akBottom]
AutoAdvance = aaDown
AutoFillColumns = True
BorderSpacing.Top = 2
ColCount = 3
DefaultColWidth = 30
MouseWheelOption = mwGrid
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing, goThumbTracking, goSmoothScroll, goFixedRowNumbering]
TabOrder = 1
OnPrepareCanvas = DataGridPrepareCanvas
ColWidths = (
30
128
129
)
Cells = (
2
1
0
'Observed'
2
0
'Expected'
)
end
object NcatsEdit: TSpinEdit[9]
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = ParamsPanel
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
Left = 233
Height = 23
Top = 4
Width = 58
Anchors = [akTop, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 4
BorderSpacing.Bottom = 16
MaxValue = 65535
MinValue = 1
OnEditingDone = NcatsEditEditingDone
TabOrder = 0
Value = 1
end
end
inherited ParamsSplitter: TSplitter
Height = 266
end
end