VERSION 4.00 Begin VB.Form Form1 AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = " LSTSQR" ClientHeight = 7095 ClientLeft = 2205 ClientTop = 2400 ClientWidth = 8955 ForeColor = &H00FF0000& Height = 7500 Left = 2145 LinkTopic = "Form1" ScaleHeight = 7095 ScaleWidth = 8955 Top = 2055 Width = 9075 Begin VB.CommandButton Command2 Caption = "&Go" Height = 375 Left = 6360 TabIndex = 1 Top = 6600 Width = 1095 End Begin VB.CommandButton Command1 Caption = "&Quit" Height = 375 Left = 7680 TabIndex = 0 Top = 6600 Width = 1095 End Begin MSComDlg.CommonDialog OpenDialog Left = 480 Top = 6360 _ExtentX = 847 _ExtentY = 847 _Version = 327680 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Unload Me End End Sub Private Sub Command2_Click() Lstsqr End Sub Private Sub Form_Load() MaxX = 8000: MaxY = 5750: EchAuto = 1 End Sub Public Sub Form_Paint() End Sub