You've already forked lazarus-ccr
248 lines
6.2 KiB
Plaintext
248 lines
6.2 KiB
Plaintext
![]() |
object StemLeafFrm: TStemLeafFrm
|
||
|
Left = 519
|
||
|
Height = 296
|
||
|
Top = 257
|
||
|
Width = 407
|
||
|
AutoSize = True
|
||
|
Caption = 'Stem and Leaf Analysis'
|
||
|
ClientHeight = 296
|
||
|
ClientWidth = 407
|
||
|
OnActivate = FormActivate
|
||
|
OnCreate = FormCreate
|
||
|
OnShow = FormShow
|
||
|
Position = poMainFormCenter
|
||
|
LCLVersion = '2.1.0.0'
|
||
|
object TestChk: TCheckBox
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideBottom.Control = Bevel1
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 8
|
||
|
Height = 19
|
||
|
Top = 228
|
||
|
Width = 202
|
||
|
Anchors = [akLeft, akBottom]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Show All Scaled Values and Srrings'
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object Panel1: TPanel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideTop.Control = Owner
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = TestChk
|
||
|
Left = 8
|
||
|
Height = 212
|
||
|
Top = 8
|
||
|
Width = 391
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
BevelOuter = bvNone
|
||
|
ClientHeight = 212
|
||
|
ClientWidth = 391
|
||
|
Constraints.MinHeight = 200
|
||
|
TabOrder = 1
|
||
|
object Label1: TLabel
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
Left = 0
|
||
|
Height = 15
|
||
|
Top = 0
|
||
|
Width = 100
|
||
|
Caption = 'Available Variables:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object VarList: TListBox
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideTop.Control = Label1
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = AllBtn
|
||
|
AnchorSideBottom.Control = Panel1
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 0
|
||
|
Height = 195
|
||
|
Top = 17
|
||
|
Width = 167
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
BorderSpacing.Top = 2
|
||
|
BorderSpacing.Right = 8
|
||
|
ItemHeight = 0
|
||
|
MultiSelect = True
|
||
|
OnSelectionChange = VarListSelectionChange
|
||
|
TabOrder = 0
|
||
|
end
|
||
|
object InBtn: TBitBtn
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
AnchorSideTop.Control = VarList
|
||
|
Left = 181
|
||
|
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 = 181
|
||
|
Height = 28
|
||
|
Top = 49
|
||
|
Width = 28
|
||
|
BorderSpacing.Top = 4
|
||
|
Images = MainDataModule.ImageList
|
||
|
ImageIndex = 0
|
||
|
OnClick = OutBtnClick
|
||
|
Spacing = 0
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object AllBtn: TBitBtn
|
||
|
AnchorSideLeft.Control = Panel1
|
||
|
AnchorSideLeft.Side = asrCenter
|
||
|
AnchorSideTop.Control = OutBtn
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
Left = 175
|
||
|
Height = 25
|
||
|
Top = 101
|
||
|
Width = 40
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Top = 24
|
||
|
Caption = 'All'
|
||
|
OnClick = AllBtnClick
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object Label2: TLabel
|
||
|
AnchorSideLeft.Control = SelectList
|
||
|
AnchorSideTop.Control = Panel1
|
||
|
AnchorSideRight.Control = Panel1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
Left = 223
|
||
|
Height = 15
|
||
|
Top = 0
|
||
|
Width = 96
|
||
|
Caption = 'Selected Variables:'
|
||
|
ParentColor = False
|
||
|
end
|
||
|
object SelectList: TListBox
|
||
|
AnchorSideLeft.Control = AllBtn
|
||
|
AnchorSideLeft.Side = asrBottom
|
||
|
AnchorSideTop.Control = Label2
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Panel1
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = Panel1
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 223
|
||
|
Height = 195
|
||
|
Top = 17
|
||
|
Width = 168
|
||
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 2
|
||
|
ItemHeight = 0
|
||
|
MultiSelect = True
|
||
|
OnSelectionChange = VarListSelectionChange
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
end
|
||
|
object CloseBtn: TButton
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 340
|
||
|
Height = 25
|
||
|
Top = 263
|
||
|
Width = 55
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 12
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Close'
|
||
|
ModalResult = 11
|
||
|
TabOrder = 2
|
||
|
end
|
||
|
object ComputeBtn: TButton
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = CloseBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 256
|
||
|
Height = 25
|
||
|
Top = 263
|
||
|
Width = 76
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Compute'
|
||
|
OnClick = ComputeBtnClick
|
||
|
TabOrder = 3
|
||
|
end
|
||
|
object ResetBtn: TButton
|
||
|
AnchorSideTop.Side = asrBottom
|
||
|
AnchorSideRight.Control = ComputeBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 194
|
||
|
Height = 25
|
||
|
Top = 263
|
||
|
Width = 54
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 8
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Reset'
|
||
|
OnClick = ResetBtnClick
|
||
|
TabOrder = 4
|
||
|
end
|
||
|
object HelpBtn: TButton
|
||
|
Tag = 148
|
||
|
AnchorSideRight.Control = ResetBtn
|
||
|
AnchorSideBottom.Control = Owner
|
||
|
AnchorSideBottom.Side = asrBottom
|
||
|
Left = 135
|
||
|
Height = 25
|
||
|
Top = 263
|
||
|
Width = 51
|
||
|
Anchors = [akRight, akBottom]
|
||
|
AutoSize = True
|
||
|
BorderSpacing.Left = 12
|
||
|
BorderSpacing.Top = 8
|
||
|
BorderSpacing.Right = 8
|
||
|
BorderSpacing.Bottom = 8
|
||
|
Caption = 'Help'
|
||
|
OnClick = HelpBtnClick
|
||
|
TabOrder = 5
|
||
|
end
|
||
|
object Bevel1: TBevel
|
||
|
AnchorSideLeft.Control = Owner
|
||
|
AnchorSideRight.Control = Owner
|
||
|
AnchorSideRight.Side = asrBottom
|
||
|
AnchorSideBottom.Control = CloseBtn
|
||
|
Left = 0
|
||
|
Height = 8
|
||
|
Top = 247
|
||
|
Width = 407
|
||
|
Anchors = [akLeft, akRight, akBottom]
|
||
|
Shape = bsBottomLine
|
||
|
end
|
||
|
end
|