You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7868 8e941d3f-bd1b-0410-a28a-d453659cc2b4
330 lines
8.4 KiB
Plaintext
330 lines
8.4 KiB
Plaintext
inherited BNestedAForm: TBNestedAForm
|
|
Left = 768
|
|
Height = 432
|
|
Top = 238
|
|
Width = 544
|
|
Caption = 'Factor B Nested in Factor A Analysis of Variance'
|
|
ClientHeight = 432
|
|
ClientWidth = 544
|
|
inherited ParamsPanel: TPanel
|
|
Height = 416
|
|
Width = 315
|
|
ClientHeight = 416
|
|
ClientWidth = 315
|
|
inherited CloseBtn: TButton
|
|
Left = 260
|
|
Top = 391
|
|
TabOrder = 15
|
|
end
|
|
inherited ComputeBtn: TButton
|
|
Left = 176
|
|
Top = 391
|
|
TabOrder = 14
|
|
end
|
|
inherited ResetBtn: TButton
|
|
Left = 114
|
|
Top = 391
|
|
TabOrder = 13
|
|
end
|
|
inherited HelpBtn: TButton
|
|
Tag = 171
|
|
Left = 55
|
|
Top = 391
|
|
TabOrder = 12
|
|
end
|
|
inherited ButtonBevel: TBevel
|
|
Top = 375
|
|
Width = 315
|
|
end
|
|
object AInBtn: TBitBtn[5]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 96
|
|
Width = 26
|
|
BorderSpacing.Top = 24
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = AInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 4
|
|
end
|
|
object AOutBtn: TBitBtn[6]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = AInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 126
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = AOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 5
|
|
end
|
|
object BInBtn: TBitBtn[7]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = AOutBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 176
|
|
Width = 26
|
|
BorderSpacing.Top = 24
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = BInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 7
|
|
end
|
|
object BOutBtn: TBitBtn[8]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = BInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 206
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = BOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 8
|
|
end
|
|
object DepInBtn: TBitBtn[9]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = VarList
|
|
Left = 144
|
|
Height = 26
|
|
Top = 16
|
|
Width = 26
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = DepInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object DepOutBtn: TBitBtn[10]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = DepInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 144
|
|
Height = 26
|
|
Top = 46
|
|
Width = 26
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = DepOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object Label1: TLabel[11]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = ParamsPanel
|
|
Left = 0
|
|
Height = 15
|
|
Top = 0
|
|
Width = 100
|
|
Caption = 'Available Variables:'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox[12]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = AInBtn
|
|
AnchorSideBottom.Control = PlotOptionsGroup
|
|
Left = 0
|
|
Height = 279
|
|
Top = 16
|
|
Width = 138
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Top = 1
|
|
BorderSpacing.Right = 6
|
|
BorderSpacing.Bottom = 8
|
|
ItemHeight = 0
|
|
MultiSelect = True
|
|
OnDblClick = VarListDblClick
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object Label2: TLabel[13]
|
|
AnchorSideLeft.Control = AInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideBottom.Control = ACodesEdit
|
|
Left = 170
|
|
Height = 15
|
|
Top = 100
|
|
Width = 88
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Factor A Variable'
|
|
ParentColor = False
|
|
end
|
|
object Label3: TLabel[14]
|
|
AnchorSideLeft.Control = BCodesEdit
|
|
AnchorSideBottom.Control = BCodesEdit
|
|
Left = 176
|
|
Height = 15
|
|
Top = 180
|
|
Width = 115
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Factor B (Nested in A)'
|
|
ParentColor = False
|
|
end
|
|
object Label4: TLabel[15]
|
|
AnchorSideLeft.Control = DepEdit
|
|
AnchorSideBottom.Control = DepEdit
|
|
Left = 176
|
|
Height = 15
|
|
Top = 20
|
|
Width = 102
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Dependent Variable'
|
|
ParentColor = False
|
|
end
|
|
object ACodesEdit: TEdit[16]
|
|
AnchorSideLeft.Control = AInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = AOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 176
|
|
Height = 23
|
|
Top = 117
|
|
Width = 139
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 6
|
|
Text = 'ACodesEdit'
|
|
end
|
|
object BCodesEdit: TEdit[17]
|
|
AnchorSideLeft.Control = BInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = BOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 176
|
|
Height = 23
|
|
Top = 197
|
|
Width = 139
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 9
|
|
Text = 'BCodesEdit'
|
|
end
|
|
object DepEdit: TEdit[18]
|
|
AnchorSideLeft.Control = DepInBtn
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideRight.Control = ParamsPanel
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = DepOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 176
|
|
Height = 23
|
|
Top = 37
|
|
Width = 139
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 6
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'DepEdit'
|
|
end
|
|
object RandomBChk: TCheckBox[19]
|
|
AnchorSideLeft.Control = BCodesEdit
|
|
AnchorSideTop.Control = BCodesEdit
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 176
|
|
Height = 19
|
|
Top = 232
|
|
Width = 136
|
|
Caption = 'B is random, not fixed'
|
|
TabOrder = 10
|
|
end
|
|
object PlotOptionsGroup: TGroupBox[20]
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
Left = 0
|
|
Height = 72
|
|
Top = 303
|
|
Width = 106
|
|
Anchors = [akLeft, akBottom]
|
|
AutoSize = True
|
|
Caption = 'Plot options'
|
|
ClientHeight = 52
|
|
ClientWidth = 102
|
|
TabOrder = 11
|
|
object ShowPlotsChk: TCheckBox
|
|
AnchorSideLeft.Control = PlotOptionsGroup
|
|
AnchorSideTop.Control = PlotOptionsGroup
|
|
Left = 12
|
|
Height = 19
|
|
Top = 6
|
|
Width = 78
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Top = 6
|
|
BorderSpacing.Right = 12
|
|
Caption = 'Show plots'
|
|
Checked = True
|
|
OnChange = ShowPlotsChkChange
|
|
State = cbChecked
|
|
TabOrder = 0
|
|
end
|
|
object Plot3DChk: TCheckBox
|
|
AnchorSideLeft.Control = ShowPlotsChk
|
|
AnchorSideTop.Control = ShowPlotsChk
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 32
|
|
Height = 19
|
|
Top = 25
|
|
Width = 34
|
|
BorderSpacing.Left = 20
|
|
BorderSpacing.Bottom = 8
|
|
Caption = '3D'
|
|
OnChange = Plot3DChkChange
|
|
TabOrder = 1
|
|
end
|
|
end
|
|
end
|
|
inherited ParamsSplitter: TSplitter
|
|
Left = 327
|
|
Height = 432
|
|
end
|
|
inherited PageControl: TPageControl
|
|
Left = 336
|
|
Height = 416
|
|
Width = 200
|
|
inherited ReportPage: TTabSheet
|
|
Caption = 'ANOVA Results'
|
|
end
|
|
inherited ChartPage: TTabSheet
|
|
Caption = 'Plots'
|
|
end
|
|
object MeansPage: TTabSheet[2]
|
|
Caption = 'Means'
|
|
end
|
|
end
|
|
end
|