Files
lazarus-ccr/applications/lazstats/source/forms/analysis/measurement_programs/raschunit.lfm

232 lines
5.7 KiB
Plaintext
Raw Normal View History

inherited RaschForm: TRaschForm
Left = 673
Height = 419
Top = 319
Width = 855
HelpType = htKeyword
HelpKeyword = 'html/RaschTestCalibration.htm'
Caption = 'Rasch One Parameter Item Scaling'
ClientHeight = 419
ClientWidth = 855
inherited ParamsPanel: TPanel
Height = 403
Width = 336
ClientHeight = 403
ClientWidth = 336
inherited CloseBtn: TButton
Left = 281
Top = 378
TabOrder = 8
end
inherited ComputeBtn: TButton
Left = 197
Top = 378
TabOrder = 7
end
inherited ResetBtn: TButton
Left = 135
Top = 378
TabOrder = 6
end
inherited HelpBtn: TButton
Tag = 140
Left = 76
Top = 378
TabOrder = 5
end
inherited ButtonBevel: TBevel
Top = 362
Width = 336
end
object OptionsGroup: TGroupBox[5]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Side = asrBottom
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = ButtonBevel
Left = 0
Height = 93
Top = 269
Width = 336
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = 'Output Options:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ChildSizing.ControlsPerLine = 2
ClientHeight = 73
ClientWidth = 332
TabOrder = 4
object ProxChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 181
Caption = 'Show Prox Calculations'
TabOrder = 0
end
object PlotItemDiffChk: TCheckBox
Left = 193
Height = 19
Top = 6
Width = 127
Caption = 'Plot Item Difficulties'
TabOrder = 1
end
object PlotScrsChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 181
Caption = 'Plot Log Abilities'
TabOrder = 2
end
object ItemFuncsChk: TCheckBox
Left = 193
Height = 19
Top = 27
Width = 127
Caption = 'Plot Item Functions'
TabOrder = 3
end
object TestInfoChk: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 181
Caption = 'Plot Test Information Function'
TabOrder = 4
end
end
object Label1: TLabel[6]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = ParamsPanel
Left = 0
Height = 15
Top = 0
Width = 97
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel[7]
AnchorSideLeft.Control = ItemList
AnchorSideTop.Control = ParamsPanel
Left = 187
Height = 15
Top = 0
Width = 93
BorderSpacing.Right = 8
Caption = 'Selected Variables'
ParentColor = False
end
object VarList: TListBox[8]
AnchorSideLeft.Control = ParamsPanel
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
AnchorSideBottom.Control = OptionsGroup
Left = 0
Height = 244
Top = 17
Width = 149
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Top = 2
BorderSpacing.Right = 6
Constraints.MinHeight = 220
ItemHeight = 0
MultiSelect = True
OnDblClick = VarListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 0
end
object InBtn: TBitBtn[9]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 155
Height = 26
Top = 17
Width = 26
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object ItemList: TListBox[10]
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = ParamsPanel
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = OptionsGroup
Left = 187
Height = 244
Top = 17
Width = 149
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnDblClick = ItemListDblClick
OnSelectionChange = VarListSelectionChange
TabOrder = 3
end
object OutBtn: TBitBtn[11]
AnchorSideLeft.Control = ParamsPanel
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 155
Height = 26
Top = 47
Width = 26
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
end
inherited ParamsSplitter: TSplitter
Left = 348
Height = 419
end
inherited PageControl: TPageControl
Left = 357
Height = 403
Width = 490
inherited ReportPage: TTabSheet
Caption = 'Results'
end
inherited ChartPage: TTabSheet
Caption = 'Plot Item Difficulties'
TabVisible = False
end
object ScoresPage: TTabSheet[2]
Caption = 'Plot Log Abilities'
TabVisible = False
end
object ItemFuncsPage: TTabSheet[3]
Caption = 'Plot Item Functions'
TabVisible = False
end
object TestInfoPage: TTabSheet[4]
Caption = 'Plot Test Info'
TabVisible = False
end
object ProxPage: TTabSheet[5]
Caption = 'Prox'
TabVisible = False
end
end
end