home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hot Shareware 35
/
hot35.iso
/
ficheros
/
9EDU
/
VIN32_96.ZIP
/
VIN32.EXE
/
0
/
RCDATA
/
TFITF
/
TFITF.txt
Wrap
Text File
|
1998-04-25
|
4KB
|
187 lines
object FitF: TFitF
Left = 1011
Top = 633
HelpContext = 1400
BorderStyle = bsDialog
Caption = 'Regression Fit Dialog'
ClientHeight = 400
ClientWidth = 493
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
FormStyle = fsStayOnTop
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 21
object Label9: TLabel
Left = 28
Top = 10
Width = 214
Height = 43
Alignment = taCenter
AutoSize = False
Caption = 'Series # 1'
Color = clBtnFace
Font.Color = clGreen
Font.Height = -30
Font.Name = 'Abadi MT Condensed Extra Bold'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
end
object OKBtn: TButton
Left = 290
Top = 13
Width = 80
Height = 30
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 385
Top = 13
Width = 80
Height = 30
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 4
end
object RadioFit1: TRadioGroup
Left = 9
Top = 59
Width = 251
Height = 279
Caption = 'Regression Equation'
Items.Strings = (
'None'
'1st Order Polynominal'
'2nd Order Polynominal'
'3rd Order Polynominal'
'4th Order Polynominal'
'5th Order Polynominal'
'Power Fit'
'Exponential Fit'
'Natural Log Fit')
TabOrder = 0
OnClick = RadioFit1Click
end
object GroupBox1: TGroupBox
Left = 270
Top = 100
Width = 214
Height = 181
Caption = 'Coefficients'
TabOrder = 3
object Label1: TLabel
Left = 17
Top = 25
Width = 180
Height = 22
AutoSize = False
Caption = 'A'
end
object Label2: TLabel
Left = 17
Top = 50
Width = 180
Height = 22
AutoSize = False
Caption = 'B'
end
object Label3: TLabel
Left = 17
Top = 75
Width = 180
Height = 22
AutoSize = False
Caption = 'C'
end
object Label4: TLabel
Left = 17
Top = 101
Width = 180
Height = 22
AutoSize = False
Caption = 'D'
end
object Label5: TLabel
Left = 17
Top = 126
Width = 180
Height = 22
AutoSize = False
Caption = 'E'
end
object Label6: TLabel
Left = 17
Top = 152
Width = 180
Height = 22
AutoSize = False
Caption = 'F'
end
end
object GroupBox2: TGroupBox
Left = 8
Top = 340
Width = 476
Height = 53
Caption = 'Sample Equation'
TabOrder = 6
object Label8: TLabel
Left = 8
Top = 25
Width = 460
Height = 24
Alignment = taCenter
AutoSize = False
Caption = 'Y=A + B*X + C*X^2 + D*X^3 + E*X^4 + F*X^5'
Font.Color = clBlack
Font.Height = -17
Font.Name = 'Times New Roman Special G1'
Font.Style = [fsBold]
ParentFont = False
end
end
object GroupBox3: TGroupBox
Left = 271
Top = 289
Width = 213
Height = 46
Caption = 'Determination'
TabOrder = 7
object Label7: TLabel
Left = 11
Top = 21
Width = 192
Height = 21
AutoSize = False
Caption = 'R^2'
end
end
object Button1: TButton
Left = 385
Top = 60
Width = 80
Height = 30
Caption = 'Help'
TabOrder = 5
OnClick = Button1Click
end
object NextB: TButton
Left = 290
Top = 60
Width = 80
Height = 30
Caption = 'Next'
TabOrder = 2
OnClick = NextBClick
end
end