2020-11-01 00:18:38 +00:00
|
|
|
inherited SensForm: TSensForm
|
|
|
|
Left = 414
|
|
|
|
Height = 416
|
|
|
|
Top = 163
|
|
|
|
Width = 936
|
2020-05-10 10:37:19 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/SensSlopeAnalysis.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Sens Trend Analysis'
|
2020-11-01 00:18:38 +00:00
|
|
|
ClientHeight = 416
|
|
|
|
ClientWidth = 936
|
|
|
|
inherited ParamsPanel: TPanel
|
|
|
|
Height = 400
|
|
|
|
Width = 344
|
|
|
|
ClientHeight = 400
|
|
|
|
ClientWidth = 344
|
|
|
|
inherited CloseBtn: TButton
|
|
|
|
Left = 289
|
|
|
|
Top = 375
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 12
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Left = 205
|
|
|
|
Top = 375
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 11
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
inherited ResetBtn: TButton
|
|
|
|
Left = 143
|
|
|
|
Top = 375
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
inherited HelpBtn: TButton
|
|
|
|
Tag = 166
|
|
|
|
Left = 84
|
|
|
|
Top = 375
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 9
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
inherited ButtonBevel: TBevel
|
|
|
|
Top = 359
|
|
|
|
Width = 344
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
object Label2: TLabel[5]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 100
|
|
|
|
Caption = 'Available Variables:'
|
|
|
|
ParentColor = False
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
object VarList: TListBox[6]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = AllBtn
|
|
|
|
AnchorSideBottom.Control = GroupBox1
|
|
|
|
Left = 0
|
|
|
|
Height = 162
|
|
|
|
Top = 17
|
|
|
|
Width = 146
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 6
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = VarListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 0
|
2020-11-01 00:18:38 +00:00
|
|
|
end
|
|
|
|
object InBtn: TBitBtn[7]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
Left = 159
|
|
|
|
Height = 26
|
|
|
|
Top = 17
|
|
|
|
Width = 26
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = InBtnClick
|
|
|
|
Spacing = 0
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 1
|
2020-11-01 00:18:38 +00:00
|
|
|
end
|
|
|
|
object OutBtn: TBitBtn[8]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 159
|
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = OutBtnClick
|
|
|
|
Spacing = 0
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 2
|
2020-11-01 00:18:38 +00:00
|
|
|
end
|
|
|
|
object AllBtn: TBitBtn[9]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideLeft.Side = asrCenter
|
|
|
|
AnchorSideTop.Control = OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 152
|
|
|
|
Height = 25
|
|
|
|
Top = 89
|
|
|
|
Width = 40
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 16
|
|
|
|
Caption = 'All'
|
|
|
|
OnClick = AllBtnClick
|
|
|
|
Spacing = 0
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 3
|
2020-11-01 00:18:38 +00:00
|
|
|
end
|
|
|
|
object GroupBox3: TGroupBox[10]
|
|
|
|
AnchorSideTop.Control = GroupBox1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = InBtn
|
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
|
|
|
Left = 35
|
|
|
|
Height = 101
|
|
|
|
Top = 254
|
|
|
|
Width = 124
|
|
|
|
Anchors = [akRight, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 12
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Caption = 'Report'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 8
|
|
|
|
ChildSizing.VerticalSpacing = 4
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ClientHeight = 81
|
|
|
|
ClientWidth = 120
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 6
|
2020-11-01 00:18:38 +00:00
|
|
|
object PrtDataChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 8
|
|
|
|
Width = 96
|
|
|
|
Caption = 'Data'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object PrtSlopesChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 31
|
|
|
|
Width = 96
|
|
|
|
Caption = 'Slopes Matrix'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object PrtRanksChk: TCheckBox
|
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 54
|
|
|
|
Width = 96
|
|
|
|
Caption = 'Ranked Slopes'
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object GroupBox2: TGroupBox[11]
|
|
|
|
AnchorSideLeft.Control = InBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = GroupBox3
|
|
|
|
Left = 185
|
|
|
|
Height = 72
|
|
|
|
Top = 254
|
|
|
|
Width = 124
|
|
|
|
AutoSize = True
|
|
|
|
Caption = 'Plot'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ClientHeight = 52
|
|
|
|
ClientWidth = 120
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 7
|
2020-11-01 22:27:12 +00:00
|
|
|
object PlotSlopesChk: TCheckBox
|
2020-11-01 00:18:38 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 96
|
|
|
|
Caption = 'Each Variable'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-11-01 22:27:12 +00:00
|
|
|
object PlotRankedSlopesChk: TCheckBox
|
2020-11-01 00:18:38 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 27
|
|
|
|
Width = 96
|
|
|
|
Caption = 'Ranked Slopes'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object GroupBox1: TGroupBox[12]
|
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = InBtn
|
|
|
|
AnchorSideBottom.Control = GroupBox2
|
|
|
|
Left = 0
|
|
|
|
Height = 51
|
|
|
|
Top = 191
|
|
|
|
Width = 341
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
Caption = 'If more than one variable:'
|
|
|
|
ChildSizing.LeftRightSpacing = 12
|
|
|
|
ChildSizing.TopBottomSpacing = 6
|
|
|
|
ChildSizing.HorizontalSpacing = 12
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 2
|
|
|
|
ClientHeight = 31
|
|
|
|
ClientWidth = 337
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 5
|
2020-11-01 22:27:12 +00:00
|
|
|
object StandardizeChk: TCheckBox
|
2020-11-01 00:18:38 +00:00
|
|
|
Left = 12
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 154
|
|
|
|
Caption = 'Standardize the measures'
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
2020-11-01 22:27:12 +00:00
|
|
|
object AvgSlopeChk: TCheckBox
|
2020-11-01 00:18:38 +00:00
|
|
|
Left = 178
|
|
|
|
Height = 19
|
|
|
|
Top = 6
|
|
|
|
Width = 147
|
|
|
|
Caption = 'Calculate Average Slope'
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
end
|
|
|
|
object Label1: TLabel[13]
|
|
|
|
AnchorSideLeft.Control = GroupBox2
|
|
|
|
AnchorSideTop.Control = AlphaEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 185
|
|
|
|
Height = 15
|
|
|
|
Top = 338
|
|
|
|
Width = 64
|
|
|
|
Caption = 'Alpha Level:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object AlphaEdit: TEdit[14]
|
|
|
|
AnchorSideLeft.Control = Label1
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = GroupBox2
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 257
|
|
|
|
Height = 23
|
|
|
|
Top = 334
|
|
|
|
Width = 47
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Top = 8
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 8
|
2020-11-01 00:18:38 +00:00
|
|
|
Text = '0.05'
|
|
|
|
end
|
|
|
|
object Label3: TLabel[15]
|
|
|
|
AnchorSideLeft.Control = SelectedList
|
|
|
|
AnchorSideTop.Control = Label2
|
|
|
|
Left = 198
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 107
|
|
|
|
Caption = 'Variables to Analyze:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object SelectedList: TListBox[16]
|
|
|
|
AnchorSideLeft.Control = AllBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = Label3
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = VarList
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 198
|
|
|
|
Height = 162
|
|
|
|
Top = 17
|
|
|
|
Width = 146
|
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 6
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
ItemHeight = 0
|
|
|
|
MultiSelect = True
|
|
|
|
OnDblClick = SelectedListDblClick
|
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-11-01 22:30:14 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-11-01 00:18:38 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Left = 356
|
|
|
|
Height = 416
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-11-01 22:27:12 +00:00
|
|
|
object PageControl: TPageControl[2]
|
2020-11-01 00:18:38 +00:00
|
|
|
Left = 365
|
|
|
|
Height = 400
|
2020-11-01 22:27:12 +00:00
|
|
|
Top = 8
|
2020-11-01 00:18:38 +00:00
|
|
|
Width = 563
|
2020-11-01 22:30:14 +00:00
|
|
|
ActivePage = ResultsPage
|
2020-11-01 22:27:12 +00:00
|
|
|
Align = alClient
|
|
|
|
BorderSpacing.Left = 4
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-11-01 22:30:14 +00:00
|
|
|
TabIndex = 0
|
2020-11-01 22:27:12 +00:00
|
|
|
TabOrder = 2
|
|
|
|
object ResultsPage: TTabSheet
|
|
|
|
Caption = 'Results'
|
|
|
|
end
|
|
|
|
object DataPage: TTabSheet
|
|
|
|
Caption = 'Data'
|
|
|
|
end
|
|
|
|
object SlopesMatrixPage: TTabSheet
|
|
|
|
Caption = 'Slopes Matrix'
|
|
|
|
end
|
|
|
|
object RankedSlopesPage: TTabSheet
|
|
|
|
Caption = 'Ranked Slopes'
|
|
|
|
end
|
|
|
|
object SlopesPlotPage: TTabSheet
|
|
|
|
Caption = 'Slopes Plots'
|
|
|
|
end
|
|
|
|
object RankedSlopesPlotPage: TTabSheet
|
|
|
|
Caption = 'Ranked Slopes Plot'
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|