2020-03-30 18:01:44 +00:00
object SensForm: TSensForm
Left = 288
Height = 579
Top = 161
Width = 478
2020-05-10 10:37:19 +00:00
HelpType = htKeyword
HelpKeyword = 'SensSlopeAnalysis.htm'
2020-03-30 18:01:44 +00:00
AutoSize = True
Caption = 'Sens Trend Analysis'
ClientHeight = 579
ClientWidth = 478
OnActivate = FormActivate
OnCreate = FormCreate
OnShow = ResetBtnClick
Position = poMainFormCenter
LCLVersion = '2.1.0.0'
object GroupBox1: TGroupBox
AnchorSideTop.Control = Memo1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
Left = 43
Height = 72
Top = 129
Width = 182
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Top = 16
Caption = 'If more than one variable:'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 52
ClientWidth = 178
TabOrder = 0
object StandardizeChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 154
Caption = 'Standardize the measures'
TabOrder = 0
end
object AvgSlopeChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 154
Caption = 'Calculate Average Slope'
TabOrder = 1
end
end
object GroupBox2: TGroupBox
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox1
Left = 253
Height = 72
Top = 129
Width = 124
AutoSize = True
Caption = 'Plot'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 52
ClientWidth = 120
TabOrder = 1
object PlotChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 96
Caption = 'Each Variable'
TabOrder = 0
end
object SlopesChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 96
Caption = 'Ranked Slopes'
TabOrder = 1
end
end
object GroupBox3: TGroupBox
AnchorSideLeft.Control = GroupBox1
AnchorSideTop.Control = GroupBox1
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = InBtn
Left = 43
Height = 93
Top = 217
Width = 182
Anchors = [akTop, akLeft, akRight]
AutoSize = True
BorderSpacing.Top = 16
Caption = 'Print'
ChildSizing.LeftRightSpacing = 12
ChildSizing.TopBottomSpacing = 6
ChildSizing.VerticalSpacing = 2
ChildSizing.Layout = cclLeftToRightThenTopToBottom
ClientHeight = 73
ClientWidth = 178
TabOrder = 2
object PrtDataChk: TCheckBox
Left = 12
Height = 19
Top = 6
Width = 96
Caption = 'Data'
TabOrder = 0
end
object PrtSlopesChk: TCheckBox
Left = 12
Height = 19
Top = 27
Width = 96
Caption = 'Slopes Matrix'
TabOrder = 1
end
object PrtRanksChk: TCheckBox
Left = 12
Height = 19
Top = 48
Width = 96
Caption = 'Ranked Slopes'
TabOrder = 2
end
end
object Label1: TLabel
AnchorSideLeft.Control = InBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = AlphaEdit
AnchorSideTop.Side = asrCenter
Left = 253
Height = 15
Top = 221
Width = 64
Caption = 'Alpha Level:'
ParentColor = False
end
object AlphaEdit: TEdit
AnchorSideLeft.Control = Label1
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = GroupBox3
Left = 325
Height = 23
Top = 217
Width = 47
Alignment = taRightJustify
BorderSpacing.Left = 8
TabOrder = 3
Text = '0.05'
end
object Label2: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = GroupBox3
AnchorSideTop.Side = asrBottom
Left = 8
Height = 15
Top = 318
Width = 100
BorderSpacing.Left = 8
BorderSpacing.Top = 8
Caption = 'Available Variables:'
ParentColor = False
end
object VarList: TListBox
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Label2
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = AllBtn
AnchorSideBottom.Control = Bevel1
Left = 8
Height = 200
Top = 335
Width = 200
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
Constraints.MinHeight = 200
ItemHeight = 0
MultiSelect = True
2020-04-25 21:13:49 +00:00
OnSelectionChange = VarListSelectionChange
2020-03-30 18:01:44 +00:00
TabOrder = 4
end
object InBtn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = VarList
Left = 225
Height = 28
Top = 335
Width = 28
Images = MainDataModule.ImageList
ImageIndex = 1
OnClick = InBtnClick
Spacing = 0
TabOrder = 5
end
object OutBtn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = InBtn
AnchorSideTop.Side = asrBottom
Left = 225
Height = 28
Top = 367
Width = 28
BorderSpacing.Top = 4
Images = MainDataModule.ImageList
ImageIndex = 0
OnClick = OutBtnClick
Spacing = 0
TabOrder = 6
end
object AllBtn: TBitBtn
AnchorSideLeft.Control = Owner
AnchorSideLeft.Side = asrCenter
AnchorSideTop.Control = OutBtn
AnchorSideTop.Side = asrBottom
Left = 216
Height = 25
Top = 411
Width = 46
AutoSize = True
BorderSpacing.Top = 16
Caption = 'ALL'
OnClick = AllBtnClick
Spacing = 0
TabOrder = 7
end
object Label3: TLabel
AnchorSideLeft.Control = SelectedList
AnchorSideTop.Control = Label2
Left = 270
Height = 15
Top = 318
Width = 107
Caption = 'Variables to Analyze:'
ParentColor = False
end
object SelectedList: TListBox
AnchorSideLeft.Control = AllBtn
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = Label3
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = Bevel1
Left = 270
Height = 195
Top = 335
Width = 200
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 8
BorderSpacing.Top = 2
BorderSpacing.Right = 8
ItemHeight = 0
2020-04-25 21:13:49 +00:00
MultiSelect = True
OnSelectionChange = VarListSelectionChange
2020-03-30 18:01:44 +00:00
TabOrder = 8
end
object ResetBtn: TButton
2020-04-25 21:13:49 +00:00
AnchorSideRight.Control = ComputeBtn
2020-03-30 18:01:44 +00:00
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
2020-04-25 21:13:49 +00:00
Left = 269
2020-03-30 18:01:44 +00:00
Height = 25
Top = 546
Width = 54
Anchors = [akRight, akBottom]
AutoSize = True
2020-04-25 21:13:49 +00:00
BorderSpacing.Left = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Top = 8
2020-04-25 21:13:49 +00:00
BorderSpacing.Right = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Bottom = 8
Caption = 'Reset'
OnClick = ResetBtnClick
TabOrder = 9
end
object ComputeBtn: TButton
2020-04-25 21:13:49 +00:00
AnchorSideRight.Control = CloseBtn
2020-03-30 18:01:44 +00:00
AnchorSideBottom.Control = Owner
AnchorSideBottom.Side = asrBottom
2020-04-25 21:13:49 +00:00
Left = 331
2020-03-30 18:01:44 +00:00
Height = 25
Top = 546
Width = 76
Anchors = [akRight, akBottom]
AutoSize = True
2020-04-25 21:13:49 +00:00
BorderSpacing.Left = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Top = 8
2020-04-25 21:13:49 +00:00
BorderSpacing.Right = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Bottom = 8
Caption = 'Compute'
OnClick = ComputeBtnClick
2020-04-25 21:13:49 +00:00
TabOrder = 10
2020-03-30 18:01:44 +00:00
end
2020-04-25 21:13:49 +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-25 21:13:49 +00:00
Left = 415
2020-03-30 18:01:44 +00:00
Height = 25
Top = 546
2020-04-25 21:13:49 +00:00
Width = 55
2020-03-30 18:01:44 +00:00
Anchors = [akRight, akBottom]
AutoSize = True
2020-04-25 21:13:49 +00:00
BorderSpacing.Left = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Top = 8
2020-04-25 21:13:49 +00:00
BorderSpacing.Right = 8
2020-03-30 18:01:44 +00:00
BorderSpacing.Bottom = 8
2020-04-25 21:13:49 +00:00
Caption = 'Close'
ModalResult = 11
TabOrder = 11
2020-03-30 18:01:44 +00:00
end
object Memo1: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 8
Height = 105
Top = 8
Width = 462
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 8
BorderSpacing.Top = 8
BorderSpacing.Right = 8
Caption = 'Sens method for the detection and estimation of trents is used to analyze one or more variable observations collected at equally spaced intervals of time. First, select one or more series variables to analyze. Next, if you have entered more than one variable, indicate how the measures are to be combined (mean or median) and if the values are to be standardized '#13#10'(z scores with mean of 0 and standard deviation of 1.) Finally, select the options desired and click the compute button to complete the analysis.'
ParentColor = False
WordWrap = True
end
object Bevel1: TBevel
AnchorSideLeft.Control = Owner
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
2020-04-25 21:13:49 +00:00
AnchorSideBottom.Control = CloseBtn
2020-03-30 18:01:44 +00:00
Left = 0
Height = 8
Top = 530
Width = 478
Anchors = [akLeft, akRight, akBottom]
Shape = bsBottomLine
end
end