You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7608 8e941d3f-bd1b-0410-a28a-d453659cc2b4
245 lines
5.8 KiB
Plaintext
245 lines
5.8 KiB
Plaintext
object WithinANOVAFrm: TWithinANOVAFrm
|
|
Left = 544
|
|
Height = 362
|
|
Top = 330
|
|
Width = 458
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/WithinSubjectsAnalysisofVariance.htm'
|
|
AutoSize = True
|
|
Caption = 'Within Subjects ANOVA and Hoyt Reliability Estimates'
|
|
ClientHeight = 362
|
|
ClientWidth = 458
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
OnShow = FormShow
|
|
Position = poMainFormCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 8
|
|
Height = 15
|
|
Top = 8
|
|
Width = 97
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Available Variables'
|
|
ParentColor = False
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = SelList
|
|
AnchorSideTop.Control = Owner
|
|
Left = 251
|
|
Height = 15
|
|
Top = 8
|
|
Width = 96
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Selected Variables:'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = InBtn
|
|
AnchorSideBottom.Control = GroupBox1
|
|
Left = 8
|
|
Height = 229
|
|
Top = 25
|
|
Width = 199
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Constraints.MinHeight = 220
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object InBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 215
|
|
Height = 28
|
|
Top = 25
|
|
Width = 28
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = InBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object OutBtn: TBitBtn
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = InBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 215
|
|
Height = 28
|
|
Top = 57
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = OutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object SelList: TListBox
|
|
AnchorSideLeft.Control = InBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = Label2
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = GroupBox1
|
|
Left = 251
|
|
Height = 229
|
|
Top = 25
|
|
Width = 199
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 3
|
|
end
|
|
object GroupBox1: TGroupBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideBottom.Control = Bevel1
|
|
Left = 8
|
|
Height = 51
|
|
Top = 262
|
|
Width = 384
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Right = 8
|
|
Caption = 'Options:'
|
|
ChildSizing.LeftRightSpacing = 12
|
|
ChildSizing.TopBottomSpacing = 6
|
|
ChildSizing.HorizontalSpacing = 20
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
ChildSizing.ControlsPerLine = 3
|
|
ClientHeight = 31
|
|
ClientWidth = 380
|
|
TabOrder = 4
|
|
object RelChk: TCheckBox
|
|
Left = 12
|
|
Height = 19
|
|
Top = 6
|
|
Width = 124
|
|
Caption = 'Reliability Estimates'
|
|
TabOrder = 0
|
|
end
|
|
object AssumpChk: TCheckBox
|
|
Left = 156
|
|
Height = 19
|
|
Top = 6
|
|
Width = 113
|
|
Caption = 'Test Assumptions'
|
|
TabOrder = 1
|
|
end
|
|
object PlotChk: TCheckBox
|
|
Left = 289
|
|
Height = 19
|
|
Top = 6
|
|
Width = 79
|
|
Caption = 'Plot Means'
|
|
TabOrder = 2
|
|
end
|
|
end
|
|
object ResetBtn: TButton
|
|
AnchorSideRight.Control = ComputeBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 245
|
|
Height = 25
|
|
Top = 329
|
|
Width = 54
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 6
|
|
end
|
|
object ComputeBtn: TButton
|
|
AnchorSideRight.Control = CloseBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 307
|
|
Height = 25
|
|
Top = 329
|
|
Width = 76
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object CloseBtn: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 391
|
|
Height = 25
|
|
Top = 329
|
|
Width = 55
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 12
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Close'
|
|
ModalResult = 11
|
|
TabOrder = 8
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 157
|
|
AnchorSideRight.Control = ResetBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 186
|
|
Height = 25
|
|
Top = 329
|
|
Width = 51
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 5
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CloseBtn
|
|
Left = 0
|
|
Height = 8
|
|
Top = 313
|
|
Width = 458
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
Shape = bsBottomLine
|
|
end
|
|
end
|