VERSION 4.00 Begin VB.Form Form1 BackColor = &H00FFFFFF& Caption = " Deform 2D" ClientHeight = 9030 ClientLeft = 3600 ClientTop = 3165 ClientWidth = 9750 Height = 9540 Left = 3540 LinkTopic = "Form1" ScaleHeight = 9030 ScaleWidth = 9750 Top = 2715 Width = 9870 Begin VB.CommandButton Command1 Caption = "Go" Height = 495 Left = 8400 TabIndex = 0 Top = 8280 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Call Exec_Deform End Sub