2021-05-12 21:28:56 +00:00
|
|
|
inherited CompareDistForm: TCompareDistForm
|
2020-09-30 10:19:19 +00:00
|
|
|
Left = 459
|
2020-09-30 21:05:32 +00:00
|
|
|
Height = 535
|
2020-09-30 10:19:19 +00:00
|
|
|
Top = 178
|
2020-09-29 13:49:25 +00:00
|
|
|
Width = 924
|
2020-05-02 20:01:14 +00:00
|
|
|
HelpType = htKeyword
|
2020-08-17 13:55:43 +00:00
|
|
|
HelpKeyword = 'html/ComparisonsWithTheoreticalDistri.htm'
|
2020-03-30 18:01:44 +00:00
|
|
|
Caption = 'Compare Cumulative Distributions'
|
2020-09-30 21:05:32 +00:00
|
|
|
ClientHeight = 535
|
2020-09-29 13:49:25 +00:00
|
|
|
ClientWidth = 924
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited ParamsPanel: TPanel
|
2020-09-30 21:05:32 +00:00
|
|
|
Height = 519
|
|
|
|
ClientHeight = 519
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited CloseBtn: TButton
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 494
|
2020-10-07 21:01:01 +00:00
|
|
|
TabOrder = 10
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited ComputeBtn: TButton
|
|
|
|
Top = 494
|
|
|
|
TabOrder = 9
|
|
|
|
end
|
|
|
|
inherited ResetBtn: TButton
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 494
|
|
|
|
TabOrder = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited HelpBtn: TButton
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 494
|
2021-05-12 13:45:32 +00:00
|
|
|
HelpType = htKeyword
|
|
|
|
HelpKeyword = 'html/ComparisonsWithTheoreticalDistri.htm'
|
2020-10-07 21:01:01 +00:00
|
|
|
TabOrder = 7
|
2020-09-29 13:49:25 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited ButtonBevel: TBevel
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 478
|
2020-09-29 13:49:25 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object OptionsGroup: TGroupBox[5]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2021-05-12 13:45:32 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-10-07 21:01:01 +00:00
|
|
|
AnchorSideBottom.Control = ButtonBevel
|
2020-09-29 13:49:25 +00:00
|
|
|
Left = 0
|
2020-09-30 21:05:32 +00:00
|
|
|
Height = 110
|
|
|
|
Top = 368
|
2021-05-12 13:45:32 +00:00
|
|
|
Width = 291
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
2020-09-29 13:49:25 +00:00
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
2020-09-30 21:05:32 +00:00
|
|
|
Caption = 'Options'
|
|
|
|
ClientHeight = 90
|
2021-05-12 13:45:32 +00:00
|
|
|
ClientWidth = 287
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 6
|
2020-09-29 13:49:25 +00:00
|
|
|
object BothChk: TCheckBox
|
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
2020-09-30 21:05:32 +00:00
|
|
|
AnchorSideTop.Control = NoIntervalsEdit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-29 13:49:25 +00:00
|
|
|
Left = 16
|
|
|
|
Height = 19
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 33
|
2020-09-30 10:19:19 +00:00
|
|
|
Width = 266
|
2020-09-30 21:05:32 +00:00
|
|
|
AutoSize = False
|
2020-09-29 13:49:25 +00:00
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 6
|
2020-09-30 21:05:32 +00:00
|
|
|
BorderSpacing.Right = 8
|
2020-09-29 13:49:25 +00:00
|
|
|
BorderSpacing.Bottom = 8
|
2020-09-30 10:19:19 +00:00
|
|
|
Caption = 'Plot both frequency and cumulative frequency'
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 1
|
2020-09-29 13:49:25 +00:00
|
|
|
end
|
2020-09-30 10:19:19 +00:00
|
|
|
object BarPlotBtn: TSpeedButton
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = OptionsGroup
|
|
|
|
AnchorSideTop.Control = BothChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 22
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 60
|
2020-09-29 13:49:25 +00:00
|
|
|
Width = 23
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-09-30 10:19:19 +00:00
|
|
|
Down = True
|
|
|
|
GroupIndex = 1
|
2020-09-29 13:49:25 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 8
|
|
|
|
end
|
|
|
|
object LinePlotBtn: TSpeedButton
|
2020-09-30 10:19:19 +00:00
|
|
|
AnchorSideLeft.Control = BarPlotBtn
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-09-30 10:19:19 +00:00
|
|
|
AnchorSideTop.Control = BarPlotBtn
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 43
|
|
|
|
Height = 22
|
2020-09-30 21:05:32 +00:00
|
|
|
Top = 60
|
2020-09-29 13:49:25 +00:00
|
|
|
Width = 23
|
|
|
|
BorderSpacing.Left = 4
|
2020-09-30 10:19:19 +00:00
|
|
|
GroupIndex = 1
|
2020-09-29 13:49:25 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 10
|
|
|
|
end
|
2020-09-30 21:05:32 +00:00
|
|
|
object NoIntervalsEdit: TSpinEdit
|
|
|
|
AnchorSideLeft.Control = NoIntervalsLabel
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideTop.Control = OptionsGroup
|
|
|
|
AnchorSideRight.Control = OptionsGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 177
|
|
|
|
Height = 23
|
|
|
|
Top = 2
|
|
|
|
Width = 66
|
|
|
|
Alignment = taRightJustify
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
MinValue = 1
|
|
|
|
TabOrder = 0
|
|
|
|
Value = 10
|
|
|
|
end
|
|
|
|
object NoIntervalsLabel: TLabel
|
|
|
|
AnchorSideLeft.Control = BarPlotBtn
|
|
|
|
AnchorSideTop.Control = NoIntervalsEdit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
Left = 16
|
|
|
|
Height = 15
|
|
|
|
Top = 6
|
|
|
|
Width = 145
|
|
|
|
Caption = 'Approximate interval count'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object Label1: TLabel[6]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
|
|
|
AnchorSideTop.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
|
|
|
Height = 15
|
|
|
|
Top = 0
|
|
|
|
Width = 49
|
|
|
|
Caption = 'Variables:'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object VarList: TListBox[7]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Control = Label1
|
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideRight.Control = Var1InBtn
|
|
|
|
AnchorSideBottom.Control = OptionsGroup
|
2020-03-30 18:01:44 +00:00
|
|
|
Left = 0
|
2020-09-30 21:05:32 +00:00
|
|
|
Height = 343
|
2020-03-30 18:01:44 +00:00
|
|
|
Top = 17
|
2020-10-07 21:01:01 +00:00
|
|
|
Width = 102
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Top = 2
|
2020-09-29 13:49:25 +00:00
|
|
|
BorderSpacing.Right = 6
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-03-30 18:01:44 +00:00
|
|
|
ItemHeight = 0
|
2020-09-29 13:49:25 +00:00
|
|
|
OnDblClick = VarListDblClick
|
2020-03-30 18:01:44 +00:00
|
|
|
OnSelectionChange = VarListSelectionChange
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 0
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object Var1InBtn: TBitBtn[8]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = CompareGroup
|
|
|
|
AnchorSideTop.Control = VarList
|
|
|
|
AnchorSideRight.Control = VarOneEdit
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 108
|
2020-09-29 13:49:25 +00:00
|
|
|
Height = 26
|
|
|
|
Top = 17
|
|
|
|
Width = 26
|
|
|
|
BorderSpacing.Right = 6
|
2020-03-30 18:01:44 +00:00
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = Var1InBtnClick
|
|
|
|
Spacing = 0
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 1
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object Var1OutBtn: TBitBtn[9]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = Var1InBtn
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideTop.Control = Var1InBtn
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideTop.Side = asrBottom
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 108
|
2020-09-29 13:49:25 +00:00
|
|
|
Height = 26
|
|
|
|
Top = 47
|
|
|
|
Width = 26
|
2020-03-30 18:01:44 +00:00
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
2020-09-29 13:49:25 +00:00
|
|
|
OnClick = Var1OutBtnClick
|
2020-03-30 18:01:44 +00:00
|
|
|
Spacing = 0
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 2
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object Label2: TLabel[10]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = VarOneEdit
|
|
|
|
AnchorSideBottom.Control = VarOneEdit
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 142
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 15
|
2020-09-29 13:49:25 +00:00
|
|
|
Top = 21
|
2020-03-30 18:01:44 +00:00
|
|
|
Width = 66
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Variable One'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object VarOneEdit: TEdit[11]
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideLeft.Control = Var1InBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Var1OutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 142
|
2020-03-30 18:01:44 +00:00
|
|
|
Height = 23
|
2020-09-29 13:49:25 +00:00
|
|
|
Top = 38
|
|
|
|
Width = 149
|
2020-03-30 18:01:44 +00:00
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 3
|
2020-03-30 18:01:44 +00:00
|
|
|
Text = 'VarOneEdit'
|
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object CompareGroup: TRadioGroup[12]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = Var1InBtn
|
|
|
|
AnchorSideTop.Control = Var1OutBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = ParamsPanel
|
2020-03-30 18:01:44 +00:00
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 108
|
2020-09-29 13:49:25 +00:00
|
|
|
Height = 76
|
|
|
|
Top = 81
|
|
|
|
Width = 183
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
AutoFill = True
|
|
|
|
AutoSize = True
|
|
|
|
BorderSpacing.Top = 8
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Compare To:'
|
|
|
|
ChildSizing.LeftRightSpacing = 18
|
|
|
|
ChildSizing.TopBottomSpacing = 8
|
|
|
|
ChildSizing.VerticalSpacing = 2
|
|
|
|
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
|
|
|
|
ChildSizing.EnlargeVertical = crsHomogenousChildResize
|
|
|
|
ChildSizing.ShrinkHorizontal = crsScaleChilds
|
|
|
|
ChildSizing.ShrinkVertical = crsScaleChilds
|
|
|
|
ChildSizing.Layout = cclLeftToRightThenTopToBottom
|
|
|
|
ChildSizing.ControlsPerLine = 1
|
|
|
|
ClientHeight = 56
|
|
|
|
ClientWidth = 179
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'Theoretical Distribution'
|
|
|
|
'Another Variable'
|
|
|
|
)
|
|
|
|
OnClick = CompareGroupClick
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 4
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
object Notebook: TNotebook[13]
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = CompareGroup
|
|
|
|
AnchorSideTop.Control = CompareGroup
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = CompareGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
2020-10-07 21:01:01 +00:00
|
|
|
Left = 108
|
2020-09-30 10:19:19 +00:00
|
|
|
Height = 191
|
2020-09-29 13:49:25 +00:00
|
|
|
Top = 165
|
|
|
|
Width = 183
|
2020-09-30 10:19:19 +00:00
|
|
|
PageIndex = 0
|
2020-09-29 13:49:25 +00:00
|
|
|
AutoSize = True
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Bottom = 8
|
2020-09-30 21:05:32 +00:00
|
|
|
TabOrder = 5
|
2020-09-29 13:49:25 +00:00
|
|
|
object TheoreticalDistPage: TPage
|
2020-09-30 10:19:19 +00:00
|
|
|
object DistGroup: TGroupBox
|
2020-09-29 13:49:25 +00:00
|
|
|
AnchorSideLeft.Control = TheoreticalDistPage
|
|
|
|
AnchorSideTop.Control = TheoreticalDistPage
|
|
|
|
AnchorSideRight.Control = TheoreticalDistPage
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 0
|
2020-09-30 10:19:19 +00:00
|
|
|
Height = 191
|
|
|
|
Top = 0
|
2020-09-29 13:49:25 +00:00
|
|
|
Width = 183
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
AutoSize = True
|
2020-09-30 10:19:19 +00:00
|
|
|
Caption = 'Theoretical Distribution'
|
|
|
|
ClientHeight = 171
|
2020-09-29 13:49:25 +00:00
|
|
|
ClientWidth = 179
|
|
|
|
TabOrder = 0
|
2020-09-30 10:19:19 +00:00
|
|
|
object NormalDistChk: TRadioButton
|
|
|
|
AnchorSideLeft.Control = DistGroup
|
|
|
|
AnchorSideTop.Control = DistGroup
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 2
|
|
|
|
Width = 125
|
|
|
|
BorderSpacing.Left = 16
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 16
|
|
|
|
Caption = 'Normal Distribution'
|
|
|
|
OnChange = DistChange
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object tDistChk: TRadioButton
|
|
|
|
AnchorSideLeft.Control = NormalDistChk
|
|
|
|
AnchorSideTop.Control = NormalDistChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 23
|
|
|
|
Width = 89
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 't Distribution'
|
|
|
|
OnChange = DistChange
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object ChiSqDistChk: TRadioButton
|
|
|
|
AnchorSideLeft.Control = NormalDistChk
|
|
|
|
AnchorSideTop.Control = tDistChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 44
|
|
|
|
Width = 121
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
Caption = 'Chi-Sq Distribution'
|
|
|
|
OnChange = DistChange
|
|
|
|
TabOrder = 2
|
|
|
|
end
|
|
|
|
object FDistChk: TRadioButton
|
|
|
|
AnchorSideLeft.Control = NormalDistChk
|
|
|
|
AnchorSideTop.Control = ChiSqDistChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 65
|
|
|
|
Width = 91
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
Caption = 'F Distribution'
|
|
|
|
OnChange = DistChange
|
|
|
|
TabOrder = 3
|
|
|
|
end
|
|
|
|
object PoissonDistChk: TRadioButton
|
|
|
|
AnchorSideLeft.Control = NormalDistChk
|
|
|
|
AnchorSideTop.Control = FDistChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 16
|
|
|
|
Height = 19
|
|
|
|
Top = 86
|
|
|
|
Width = 126
|
|
|
|
BorderSpacing.Top = 2
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
Caption = 'Poisson Distribution'
|
|
|
|
OnChange = DistChange
|
|
|
|
TabOrder = 4
|
|
|
|
end
|
|
|
|
object DF1Label: TLabel
|
|
|
|
AnchorSideTop.Control = DF1Edit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = DF1Edit
|
|
|
|
Left = 48
|
|
|
|
Height = 15
|
|
|
|
Top = 117
|
|
|
|
Width = 29
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'D.F. 1'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object DF1Edit: TEdit
|
|
|
|
AnchorSideTop.Control = PoissonDistChk
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = DistGroup
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 85
|
|
|
|
Height = 23
|
|
|
|
Top = 113
|
|
|
|
Width = 82
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 12
|
|
|
|
BorderSpacing.Bottom = 4
|
|
|
|
TabOrder = 5
|
|
|
|
Text = 'DF1Edit'
|
|
|
|
end
|
|
|
|
object DF2Edit: TEdit
|
|
|
|
AnchorSideLeft.Control = DF1Edit
|
|
|
|
AnchorSideTop.Control = DF1Edit
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = DF1Edit
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
Left = 85
|
|
|
|
Height = 23
|
|
|
|
Top = 140
|
|
|
|
Width = 82
|
|
|
|
Anchors = [akTop, akLeft, akRight]
|
|
|
|
BorderSpacing.Bottom = 8
|
|
|
|
TabOrder = 6
|
|
|
|
Text = 'DF2Edit'
|
|
|
|
end
|
|
|
|
object DF2Label: TLabel
|
|
|
|
AnchorSideTop.Control = DF2Edit
|
|
|
|
AnchorSideTop.Side = asrCenter
|
|
|
|
AnchorSideRight.Control = DF2Edit
|
|
|
|
Left = 48
|
|
|
|
Height = 15
|
|
|
|
Top = 144
|
|
|
|
Width = 29
|
|
|
|
Anchors = [akTop, akRight]
|
|
|
|
BorderSpacing.Right = 8
|
|
|
|
Caption = 'D.F. 2'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
2020-09-29 13:49:25 +00:00
|
|
|
end
|
|
|
|
end
|
|
|
|
object VariablePage: TPage
|
|
|
|
object Var2InBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = VariablePage
|
|
|
|
AnchorSideTop.Control = VariablePage
|
|
|
|
Left = 0
|
|
|
|
Height = 28
|
|
|
|
Top = 0
|
|
|
|
Width = 28
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 1
|
|
|
|
OnClick = Var2InBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 0
|
|
|
|
end
|
|
|
|
object Var2OutBtn: TBitBtn
|
|
|
|
AnchorSideLeft.Control = VariablePage
|
|
|
|
AnchorSideTop.Control = Var2InBtn
|
|
|
|
AnchorSideTop.Side = asrBottom
|
|
|
|
Left = 0
|
|
|
|
Height = 28
|
|
|
|
Top = 32
|
|
|
|
Width = 28
|
|
|
|
BorderSpacing.Top = 4
|
|
|
|
Images = MainDataModule.ImageList
|
|
|
|
ImageIndex = 0
|
|
|
|
OnClick = Var2OutBtnClick
|
|
|
|
Spacing = 0
|
|
|
|
TabOrder = 1
|
|
|
|
end
|
|
|
|
object Label3: TLabel
|
|
|
|
AnchorSideLeft.Control = VarTwoEdit
|
|
|
|
AnchorSideBottom.Control = VarTwoEdit
|
|
|
|
Left = 36
|
|
|
|
Height = 15
|
|
|
|
Top = 8
|
|
|
|
Width = 65
|
|
|
|
Anchors = [akLeft, akBottom]
|
|
|
|
BorderSpacing.Bottom = 2
|
|
|
|
Caption = 'Variable Two'
|
|
|
|
ParentColor = False
|
|
|
|
end
|
|
|
|
object VarTwoEdit: TEdit
|
|
|
|
AnchorSideLeft.Control = Var2InBtn
|
|
|
|
AnchorSideLeft.Side = asrBottom
|
|
|
|
AnchorSideRight.Control = VariablePage
|
|
|
|
AnchorSideRight.Side = asrBottom
|
|
|
|
AnchorSideBottom.Control = Var2OutBtn
|
|
|
|
AnchorSideBottom.Side = asrBottom
|
|
|
|
Left = 36
|
|
|
|
Height = 23
|
|
|
|
Top = 25
|
|
|
|
Width = 147
|
|
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
|
|
BorderSpacing.Left = 8
|
|
|
|
BorderSpacing.Bottom = 12
|
|
|
|
ReadOnly = True
|
|
|
|
TabOrder = 2
|
|
|
|
Text = 'Edit1'
|
|
|
|
end
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|
|
|
|
end
|
2020-10-07 21:01:01 +00:00
|
|
|
inherited ParamsSplitter: TSplitter
|
|
|
|
Height = 535
|
|
|
|
end
|
|
|
|
inherited PageControl: TPageControl
|
2020-09-30 21:05:32 +00:00
|
|
|
Height = 519
|
2020-10-07 21:01:01 +00:00
|
|
|
Width = 604
|
|
|
|
object FreqChartPage: TTabSheet[2]
|
2020-09-30 10:19:19 +00:00
|
|
|
Caption = 'Frequency plot'
|
2020-09-29 13:49:25 +00:00
|
|
|
end
|
|
|
|
end
|
2020-03-30 18:01:44 +00:00
|
|
|
end
|