VERSION 4.00 Begin VB.Form Form1 Caption = "TLM" ClientHeight = 10470 ClientLeft = 4155 ClientTop = 2790 ClientWidth = 9480 Height = 10950 Left = 4095 LinkTopic = "Form1" ScaleHeight = 10470 ScaleWidth = 9480 Top = 2370 Width = 9600 Begin VB.CommandButton Command1 Caption = "Start" Height = 375 Left = 8160 TabIndex = 0 Top = 9960 Width = 975 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Exec_Lmdif End Sub