Files
lazarus-ccr/applications/lazstats/source_orig/polynomialunit.lfm
wp_xxyyzz e1c5977e0d LazStats: Adding original source, part 6.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7885 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-11-16 11:16:49 +00:00

56 lines
967 B
Plaintext

object PolynomialFrm: TPolynomialFrm
Left = 335
Height = 137
Top = 138
Width = 218
Caption = 'Polynomial Regression Smoothing'
ClientHeight = 137
ClientWidth = 218
OnShow = FormShow
LCLVersion = '0.9.28.2'
object Label1: TLabel
Left = 8
Height = 14
Top = 16
Width = 87
Caption = 'Polynomial order :'
ParentColor = False
end
object PolyEdit: TEdit
Left = 104
Height = 21
Top = 9
Width = 47
TabOrder = 0
Text = 'PolyEdit'
end
object CancelBtn: TButton
Left = 120
Height = 29
Top = 56
Width = 70
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object OKBtn: TButton
Left = 56
Height = 29
Top = 96
Width = 80
Caption = 'OK'
ModalResult = 1
TabOrder = 2
end
object HelpBtn: TButton
Tag = 139
Left = 8
Height = 28
Top = 56
Width = 76
Caption = 'Help'
OnClick = HelpBtnClick
TabOrder = 3
end
end