Files
lazarus-ccr/applications/lazstats/source/forms/analysis/multivariate/pathunit.lfm
2020-08-17 13:55:43 +00:00

489 lines
13 KiB
Plaintext

object PathFrm: TPathFrm
Left = 413
Height = 387
Top = 192
Width = 591
HelpType = htKeyword
HelpKeyword = 'html/PathAnalysis.htm'
AutoSize = True
Caption = 'Path Analysis'
ClientHeight = 387
ClientWidth = 591
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = FormShow
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object GroupBox1: TGroupBox
AnchorSideLeft.Control = Owner
AnchorSideBottom.Control = Bevel1
Left = 8
Height = 72
Top = 266
Width = 424
Anchors = [akLeft, akBottom]
AutoSize = True
BorderSpacing.Left = 8
Caption = 'Options'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.HorizontalSpacing = 32
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 2
ClientHeight = 52
ClientWidth = 420
TabOrder = 1
object StatsChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 181
Caption = 'Descriptive Statistics'
TabOrder = 0
end
object ModelChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 181
Caption = 'Each Model Correlation Matrix'
TabOrder = 2
end
object Reprochk: TCheckBox
Left = 225
Height = 19
Top = 6
Width = 183
Caption = 'Reproduced Correlation Matrix'
TabOrder = 1
end
object SaveChk: TCheckBox
Left = 225
Height = 19
Top = 27
Width = 183
Caption = 'Save Correlation Matrix'
TabOrder = 3
end
end
object ResetBtn: TButton
AnchorSideRight.Control = ComputeBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 382
Height = 25
Top = 354
Width = 54
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 3
end
object ComputeBtn: TButton
AnchorSideRight.Control = CloseBtn
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 444
Height = 25
Top = 354
Width = 76
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
TabOrder = 4
end
object CloseBtn: TButton
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
Left = 528
Height = 25
Top = 354
Width = 55
Anchors = [akRight, akBottom]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
Caption = 'Close'
ModalResult = 11
TabOrder = 5
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = CloseBtn
Left = 0
Height = 8
Top = 338
Width = 591
Anchors = [akLeft, akRight, akBottom]
Shape = bsBottomLine
end
object Panel2: TPanel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = GroupBox1
Left = 0
Height = 266
Top = 0
Width = 591
Anchors = [akTop, akLeft, akRight, akBottom]
BevelOuter = bvNone
ClientHeight = 266
ClientWidth = 591
TabOrder = 0
object Panel1: TPanel
AnchorSideLeft.Control = Panel2
AnchorSideTop.Control = Panel2
AnchorSideRight.Control = CausedInBtn
AnchorSideBottom.Control = Panel2
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 248
Top = 10
Width = 405
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 10
BorderSpacing.Bottom = 8
BevelOuter = bvNone
ClientHeight = 248
ClientWidth = 405
TabOrder = 0
object Label1: TLabel
AnchorSideLeft.Control = Panel1
AnchorSideTop.Control = Panel1
Left = 8
Height = 15
Top = 0
Width = 97
BorderSpacing.Left = 8
Caption = 'Available Variables'
ParentColor = False
end
object Label2: TLabel
AnchorSideLeft.Control = VarList
AnchorSideTop.Control = Panel1
Left = 224
Height = 15
Top = 0
Width = 93
Caption = 'Selected Variables'
ParentColor = False
end
object ListBox1: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 231
Top = 17
Width = 172
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
MultiSelect = True
OnSelectionChange = ListBox1SelectionChange
TabOrder = 0
end
object InBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 188
Height = 28
Top = 17
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 1
end
object OutBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 188
Height = 28
Top = 49
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 2
end
object VarList: TListBox
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel1
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel1
AnchorSideBottom.Side = asrBottom
Left = 224
Height = 231
Top = 17
Width = 181
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
ItemHeight = 0
MultiSelect = True
OnSelectionChange = ListBox1SelectionChange
TabOrder = 3
end
end
object Label3: TLabel
AnchorSideTop.Control = ModelNo
AnchorSideTop.Side = asrCenter
AnchorSideRight.Control = ModelNo
Left = 446
Height = 15
Top = 12
Width = 84
Anchors = [akTop, akRight]
BorderSpacing.Top = 10
BorderSpacing.Right = 8
Caption = 'Model Number:'
ParentColor = False
end
object Label4: TLabel
AnchorSideLeft.Control = CausedEdit
AnchorSideTop.Control = ScrollBar
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = CausedEdit
Left = 457
Height = 15
Top = 73
Width = 93
BorderSpacing.Top = 16
BorderSpacing.Bottom = 2
Caption = '"Caused" Variable'
ParentColor = False
end
object Label5: TLabel
AnchorSideLeft.Control = CausingList
AnchorSideTop.Control = CausedEdit
AnchorSideTop.Side = asrBottom
Left = 457
Height = 15
Top = 153
Width = 102
BorderSpacing.Top = 40
Caption = '"Causing" Variables'
ParentColor = False
end
object ModelNo: TEdit
AnchorSideTop.Control = Panel2
AnchorSideRight.Control = Panel2
AnchorSideRight.Side = asrBottom
Left = 538
Height = 23
Top = 8
Width = 45
Alignment = taRightJustify
Anchors = [akTop, akRight]
BorderSpacing.Top = 8
BorderSpacing.Right = 8
ReadOnly = True
TabOrder = 1
Text = 'ModelNo'
end
object ScrollBar: TScrollBar
AnchorSideLeft.Control = CausedEdit
AnchorSideTop.Control = ModelNo
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel2
AnchorSideRight.Side = asrBottom
Left = 457
Height = 22
Top = 35
Width = 126
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Top = 4
BorderSpacing.Right = 8
Min = 1
PageSize = 0
Position = 1
TabOrder = 2
OnChange = ScrollBarChange
end
object CausedEdit: TEdit
AnchorSideLeft.Control = CausedInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label4
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 457
Height = 23
Top = 90
Width = 126
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 12
ReadOnly = True
TabOrder = 5
Text = 'CausedEdit'
end
object CausingList: TListBox
AnchorSideLeft.Control = CausingInBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label5
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Panel2
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Panel2
AnchorSideBottom.Side = asrBottom
Left = 457
Height = 88
Top = 170
Width = 126
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
BorderSpacing.Bottom = 8
ItemHeight = 0
MultiSelect = True
OnSelectionChange = ListBox1SelectionChange
TabOrder = 8
end
object CausedInBtn: TBitBtn
AnchorSideLeft.Control = Panel1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Side = asrBottom
AnchorSideBottom.Control = CausedOutBtn
Left = 421
Height = 28
Top = 62
Width = 28
Anchors = [akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Bottom = 2
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = CausedInBtnClick
Spacing = 0
TabOrder = 3
end
object CausedOutBtn: TBitBtn
AnchorSideLeft.Control = CausedInBtn
AnchorSideTop.Control = CausedEdit
AnchorSideBottom.Side = asrBottom
Left = 421
Height = 28
Top = 92
Width = 28
BorderSpacing.Top = 2
BorderSpacing.Bottom = 3
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = CausedOutBtnClick
Spacing = 0
TabOrder = 4
end
object CausingInBtn: TBitBtn
AnchorSideLeft.Control = CausedInBtn
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = CausingList
Left = 421
Height = 28
Top = 170
Width = 28
BorderSpacing.Left = 8
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = CausingInBtnClick
Spacing = 0
TabOrder = 6
end
object CausingOutBtn: TBitBtn
AnchorSideLeft.Control = CausingInBtn
AnchorSideTop.Control = CausingInBtn
AnchorSideTop.Side = asrBottom
Left = 421
Height = 28
Top = 202
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = CausingOutBtnClick
Spacing = 0
TabOrder = 7
end
end
object Panel3: TPanel
AnchorSideLeft.Control = GroupBox1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox1
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Bevel1
Left = 432
Height = 72
Top = 266
Width = 159
Anchors = [akTop, akLeft, akRight, akBottom]
AutoSize = True
BevelOuter = bvNone
ClientHeight = 72
ClientWidth = 159
TabOrder = 2
object ResetModelBtn: TButton
AnchorSideTop.Control = Panel3
AnchorSideRight.Control = Panel3
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Side = asrBottom
Left = 17
Height = 25
Top = 6
Width = 134
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Left = 8
BorderSpacing.Top = 6
BorderSpacing.Right = 8
Caption = 'Reset Current Model'
OnClick = ResetModelBtnClick
TabOrder = 0
end
end
object SaveDialog1: TSaveDialog
Left = 72
Top = 104
end
end