VERSION 4.00 Begin VB.Form Form1 Caption = " Apollo" ClientHeight = 11895 ClientLeft = 1740 ClientTop = 2190 ClientWidth = 14250 Height = 12465 Left = 1680 LinkTopic = "Form1" ScaleHeight = 11895 ScaleWidth = 14250 Top = 1680 Width = 14370 Begin VB.CommandButton Command1 Caption = "Go" Height = 375 Left = 12720 TabIndex = 0 Top = 11280 Width = 855 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() MaxX = 14000: MaxY = 11000 Exec_Apollo End Sub