You've already forked lazarus-ccr
223 lines
5.3 KiB
Plaintext
223 lines
5.3 KiB
Plaintext
![]() |
object BoxPlotFrm: TBoxPlotFrm
|
||
|
Left = 440
|
||
|
Height = 365
|
||
|
Top = 119
|
||
|
Width = 361
|
||
|
AutoSize = True
|
||
|
Caption = 'Box Plot'
|
||
|
ClientHeight = 365
|
||
|
ClientWidth = 361
|
||
|
OnActivate = FormActivate
|
||
|
OnCreate = FormCreate
|
||
|
OnShow = FormShow
|
||
|
Position = poMainFormCenter
|
||
|
LCLVersion = '2.1.0.0'
|
||
|
object CloseBtn: TButton
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 294
|
||
|
Height = 25
|
||
|
Top = 332
|
||
|
Width = 55
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Close'
|
||
|
ModalResult = 11
|
||
|
TabOrder = 7
|
||
|
end
|
||
|
object ComputeBtn: TButton
|
||
|
AnchorSideRight.Control = CloseBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 210
|
||
|
Height = 25
|
||
|
Top = 332
|
||
|
Width = 76
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Compute'
|
||
|
OnClick = ComputeBtnClick
|
||
|
TabOrder = 6
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
AnchorSideRight.Control = ComputeBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 148
|
||
|
Height = 25
|
||
|
Top = 332
|
||
|
Width = 54
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object HelpBtn: TButton
|
||
|
Tag = 108
|
||
|
AnchorSideRight.Control = ResetBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 89
|
||
|
Height = 25
|
||
|
Top = 332
|
||
|
Width = 51
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Help'
|
||
|
OnClick = HelpBtnClick
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object Bevel2: TBevel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = CloseBtn
|
||
|
Left = 0
|
||
|
Height = 8
|
||
|
Top = 316
|
||
|
Width = 361
|
||
|
Anchors = [akLeft, akRight, akBottom]
|
||
|
Shape = bsBottomLine
|
||
|
end
|
||
|
object Label1: TLabel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideTop.Control = Owner
|
||
|
Left = 8
|
||
|
Height = 15
|
||
|
Top = 8
|
||
|
Width = 97
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
Caption = 'Available Variables'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object VarList: TListBox
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideTop.Control = Label1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = HorCenterBevel
|
||
|
AnchorSideBottom.Control = Bevel2
|
||
|
Left = 8
|
||
|
Height = 291
|
||
|
Top = 25
|
||
|
Width = 168
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 2
|
||
|
Constraints.MinHeight = 200
|
||
|
ItemHeight = 0
|
||
|
OnClick = VarListClick
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object HorCenterBevel: TBevel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
Left = 176
|
||
|
Height = 78
|
||
|
Top = 55
|
||
|
Width = 8
|
||
|
Shape = bsSpacer
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
AnchorSideLeft.Control = HorCenterBevel
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Owner
|
||
|
Left = 184
|
||
|
Height = 15
|
||
|
Top = 8
|
||
|
Width = 77
|
||
|
BorderSpacing.Top = 8
|
||
|
Caption = 'Group Variable'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object GroupEdit: TEdit
|
||
|
AnchorSideLeft.Control = HorCenterBevel
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Label2
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 184
|
||
|
Height = 23
|
||
|
Top = 25
|
||
|
Width = 169
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
BorderSpacing.Top = 2
|
||
|
BorderSpacing.Right = 8
|
||
|
TabOrder = 1
|
||
|
Text = 'GroupEdit'
|
||
|
end
|
||
|
object Label3: TLabel
|
||
|
AnchorSideLeft.Control = MeasEdit
|
||
|
AnchorSideBottom.Control = MeasEdit
|
||
|
Left = 184
|
||
|
Height = 15
|
||
|
Top = 142
|
||
|
Width = 112
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
BorderSpacing.Bottom = 2
|
||
|
Caption = 'Meaurement Variable'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object MeasEdit: TEdit
|
||
|
AnchorSideLeft.Control = HorCenterBevel
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = VarList
|
||
|
AnchorSideTop.Side = asrCenter
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 184
|
||
|
Height = 23
|
||
|
Top = 159
|
||
|
Width = 169
|
||
|
Anchors = [akTop, akLeft, akRight]
|
||
|
BorderSpacing.Right = 8
|
||
|
TabOrder = 2
|
||
|
Text = 'MeasEdit'
|
||
|
end
|
||
|
object GroupBox1: TGroupBox
|
||
|
AnchorSideLeft.Control = HorCenterBevel
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideBottom.Control = VarList
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 184
|
||
|
Height = 51
|
||
|
Top = 265
|
||
|
Width = 143
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
AutoSize = True
|
||
|
Caption = 'Options'
|
||
|
ChildSizing.LeftRightSpacing = 12
|
||
|
ChildSizing.TopBottomSpacing = 6
|
||
|
ChildSizing.VerticalSpacing = 2
|
||
|
ClientHeight = 31
|
||
|
ClientWidth = 139
|
||
|
TabOrder = 3
|
||
|
object ShowChk: TCheckBox
|
||
|
Left = 12
|
||
|
Height = 19
|
||
|
Top = 6
|
||
|
Width = 115
|
||
|
Caption = 'Show Frequencies'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
end
|
||
|
end
|