VERSION 4.00 Begin VB.Form Form1 Caption = " Draw 2D Curves" ClientHeight = 10905 ClientLeft = 2535 ClientTop = 2340 ClientWidth = 12795 Height = 11475 Left = 2475 LinkTopic = "Form1" ScaleHeight = 10905 ScaleWidth = 12795 Top = 1830 Width = 12915 Begin VB.CommandButton Command1 Caption = "Start" Height = 375 Left = 11520 TabIndex = 0 Top = 10440 Width = 975 End Begin MSComDlg.CommonDialog Dialogue Left = 240 Top = 10200 _ExtentX = 847 _ExtentY = 847 _Version = 393216 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() MaxX = Width - 900: MaxY = Height - 1600 Exec_2DCurve End Sub