2020-03-30 18:01:44 +00:00
|
|
|
object PathFrm: TPathFrm
|
|
|
|
Left = 413
|
|
|
|
Height = 387
|
|
|
|
Top = 192
|
|
|
|
Width = 591
|
2020-05-26 14:51:03 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/PathAnalysis.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
AnchorSideRight.Control = ComputeBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-10 15:30:19 +00:00
|
|
|
Left = 382
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 354
|
|
|
|
Width = 54
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Reset'
|
|
|
|
OnClick = ResetBtnClick
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object ComputeBtn: TButton
|
2020-04-10 15:30:19 +00:00
|
|
|
AnchorSideRight.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-10 15:30:19 +00:00
|
|
|
Left = 444
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 354
|
|
|
|
Width = 76
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Compute'
|
|
|
|
OnClick = ComputeBtnClick
|
2020-04-10 15:30:19 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-04-10 15:30:19 +00:00
|
|
|
object CloseBtn: TButton
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Owner
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-04-10 15:30:19 +00:00
|
|
|
Left = 528
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 25
|
|
|
|
Top = 354
|
2020-04-10 15:30:19 +00:00
|
|
|
Width = 55
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Left = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
Caption = 'Close'
|
|
|
|
ModalResult = 11
|
|
|
|
TabOrder = 5
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
object Bevel1: TBevel
|
|
|
|
AnchorSideLeft.Control = Owner
|
|
|
|
AnchorSideRight.Control = Owner
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-04-10 15:30:19 +00:00
|
|
|
AnchorSideBottom.Control = CloseBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
OnSelectionChange = ListBox1SelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
OnSelectionChange = ListBox1SelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
2020-04-10 15:30:19 +00:00
|
|
|
AnchorSideTop.Control = ModelNo
|
|
|
|
AnchorSideTop.Side = asrCenter
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Control = ModelNo
|
|
|
|
Left = 446
|
|
|
|
Height = 15
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 73
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 153
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 102
|
|
|
|
BorderSpacing.Top = 40
|
|
|
|
Caption = '"Causing" Variables'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object ModelNo: TEdit
|
2020-04-10 15:30:19 +00:00
|
|
|
AnchorSideTop.Control = Panel2
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Control = Panel2
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 538
|
|
|
|
Height = 23
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 45
|
|
|
|
Alignment = taRightJustify
|
|
|
|
Anchors = [akTop, akRight]
|
2020-04-10 15:30:19 +00:00
|
|
|
BorderSpacing.Top = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
ReadOnly = True
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 35
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 126
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
BorderSpacing.Right = 8
|
2020-04-10 15:30:19 +00:00
|
|
|
Min = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
PageSize = 0
|
2020-04-10 15:30:19 +00:00
|
|
|
Position = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 90
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 126
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
2020-04-10 15:30:19 +00:00
|
|
|
ReadOnly = True
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Height = 88
|
|
|
|
Top = 170
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 126
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
ItemHeight = 0
|
2020-04-10 15:30:19 +00:00
|
|
|
MultiSelect = True
|
|
|
|
OnSelectionChange = ListBox1SelectionChange
|
2020-03-30 18:01:44 +00:00
|
|
|
TabOrder = 8
|
|
|
|
end
|
|
|
|
object CausedInBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = Panel1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = CausedOutBtn
|
|
|
|
Left = 421
|
|
|
|
Height = 28
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 62
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 92
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 170
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-04-10 15:30:19 +00:00
|
|
|
Top = 202
|
2020-03-30 18:01:44 +00:00
|
|
|
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
|
2020-08-17 13:55:43 +00:00
|
|
|
Left = 72
|
|
|
|
Top = 104
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|