You've already forked lazarus-ccr
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7762 8e941d3f-bd1b-0410-a28a-d453659cc2b4
232 lines
5.5 KiB
Plaintext
232 lines
5.5 KiB
Plaintext
object DataSmoothingForm: TDataSmoothingForm
|
|
Left = 554
|
|
Height = 388
|
|
Top = 284
|
|
Width = 372
|
|
HelpType = htKeyword
|
|
HelpKeyword = 'html/DataSmoothing.htm'
|
|
AutoSize = True
|
|
Caption = 'Smooth Data'
|
|
ClientHeight = 388
|
|
ClientWidth = 372
|
|
OnActivate = FormActivate
|
|
OnCreate = FormCreate
|
|
OnShow = ResetBtnClick
|
|
Position = poMainFormCenter
|
|
LCLVersion = '2.1.0.0'
|
|
object Label1: TLabel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Owner
|
|
Left = 8
|
|
Height = 15
|
|
Top = 8
|
|
Width = 49
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
Caption = 'Variables:'
|
|
ParentColor = False
|
|
end
|
|
object VarList: TListBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = Label1
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Control = VarInBtn
|
|
AnchorSideBottom.Control = RepeatChk
|
|
Left = 8
|
|
Height = 283
|
|
Top = 25
|
|
Width = 188
|
|
Anchors = [akTop, akLeft, akRight, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 2
|
|
BorderSpacing.Right = 8
|
|
Constraints.MinHeight = 200
|
|
ItemHeight = 0
|
|
OnSelectionChange = VarListSelectionChange
|
|
TabOrder = 0
|
|
end
|
|
object VarInBtn: TBitBtn
|
|
AnchorSideTop.Control = VarList
|
|
AnchorSideRight.Control = SelectedEdit
|
|
Left = 204
|
|
Height = 28
|
|
Top = 25
|
|
Width = 28
|
|
Anchors = [akTop, akRight]
|
|
BorderSpacing.Right = 8
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 1
|
|
OnClick = VarInBtnClick
|
|
Spacing = 0
|
|
TabOrder = 1
|
|
end
|
|
object VarOutBtn: TBitBtn
|
|
AnchorSideLeft.Control = VarInBtn
|
|
AnchorSideTop.Control = VarInBtn
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 204
|
|
Height = 28
|
|
Top = 57
|
|
Width = 28
|
|
BorderSpacing.Top = 4
|
|
Images = MainDataModule.ImageList
|
|
ImageIndex = 0
|
|
OnClick = VarOutBtnClick
|
|
Spacing = 0
|
|
TabOrder = 2
|
|
end
|
|
object Label2: TLabel
|
|
AnchorSideLeft.Control = SelectedEdit
|
|
AnchorSideBottom.Control = SelectedEdit
|
|
Left = 240
|
|
Height = 15
|
|
Top = 33
|
|
Width = 47
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Bottom = 2
|
|
Caption = 'Selected:'
|
|
ParentColor = False
|
|
end
|
|
object SelectedEdit: TEdit
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = VarOutBtn
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 240
|
|
Height = 23
|
|
Top = 50
|
|
Width = 124
|
|
Anchors = [akRight, akBottom]
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 12
|
|
ReadOnly = True
|
|
TabOrder = 3
|
|
Text = 'SelectedEdit'
|
|
end
|
|
object ResetBtn: TButton
|
|
AnchorSideRight.Control = ComputeBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 158
|
|
Height = 25
|
|
Top = 355
|
|
Width = 54
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Right = 9
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Reset'
|
|
OnClick = ResetBtnClick
|
|
TabOrder = 7
|
|
end
|
|
object ComputeBtn: TButton
|
|
AnchorSideRight.Control = CloseBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 221
|
|
Height = 25
|
|
Top = 355
|
|
Width = 76
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 8
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Compute'
|
|
OnClick = ComputeBtnClick
|
|
TabOrder = 8
|
|
end
|
|
object CloseBtn: TButton
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 305
|
|
Height = 25
|
|
Top = 355
|
|
Width = 55
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Right = 12
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Close'
|
|
ModalResult = 11
|
|
OnClick = CloseBtnClick
|
|
TabOrder = 9
|
|
end
|
|
object RepeatChk: TCheckBox
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideTop.Control = RepeatEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
AnchorSideBottom.Control = Bevel1
|
|
Left = 8
|
|
Height = 19
|
|
Top = 316
|
|
Width = 122
|
|
Anchors = [akLeft, akBottom]
|
|
BorderSpacing.Left = 8
|
|
BorderSpacing.Top = 8
|
|
BorderSpacing.Bottom = 4
|
|
Caption = 'Execute smoothing'
|
|
TabOrder = 4
|
|
end
|
|
object RepeatEdit: TEdit
|
|
AnchorSideLeft.Control = RepeatChk
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RepeatChk
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 138
|
|
Height = 23
|
|
Top = 314
|
|
Width = 32
|
|
Alignment = taRightJustify
|
|
BorderSpacing.Left = 8
|
|
TabOrder = 5
|
|
Text = '1'
|
|
end
|
|
object Bevel1: TBevel
|
|
AnchorSideLeft.Control = Owner
|
|
AnchorSideRight.Control = Owner
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Control = CloseBtn
|
|
Left = 0
|
|
Height = 8
|
|
Top = 339
|
|
Width = 372
|
|
Anchors = [akLeft, akRight, akBottom]
|
|
BorderSpacing.Bottom = 8
|
|
Shape = bsBottomLine
|
|
end
|
|
object Label3: TLabel
|
|
AnchorSideLeft.Control = RepeatEdit
|
|
AnchorSideLeft.Side = asrBottom
|
|
AnchorSideTop.Control = RepeatEdit
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 178
|
|
Height = 15
|
|
Top = 318
|
|
Width = 29
|
|
BorderSpacing.Left = 8
|
|
Caption = 'times'
|
|
ParentColor = False
|
|
end
|
|
object HelpBtn: TButton
|
|
Tag = 164
|
|
AnchorSideRight.Control = ResetBtn
|
|
AnchorSideBottom.Control = Owner
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 95
|
|
Height = 25
|
|
Top = 355
|
|
Width = 51
|
|
Anchors = [akRight, akBottom]
|
|
AutoSize = True
|
|
BorderSpacing.Left = 12
|
|
BorderSpacing.Right = 9
|
|
BorderSpacing.Bottom = 8
|
|
Caption = 'Help'
|
|
OnClick = HelpBtnClick
|
|
TabOrder = 6
|
|
end
|
|
end
|