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