VERSION 4.00 Begin VB.Form Form1 AutoRedraw = -1 'True BackColor = &H00FFFFFF& Caption = "Henon's Attractors" ClientHeight = 7485 ClientLeft = 1920 ClientTop = 2115 ClientWidth = 9270 ForeColor = &H00FF0000& Height = 7890 Left = 1860 LinkTopic = "Form1" ScaleHeight = 7485 ScaleWidth = 9270 Top = 1770 Width = 9390 Begin VB.CommandButton Command2 Caption = "&Go" Height = 375 Left = 6840 TabIndex = 1 Top = 6960 Width = 1095 End Begin VB.CommandButton Command1 Caption = "&Quit" Height = 375 Left = 8040 TabIndex = 0 Top = 6960 Width = 1095 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() Henon End Sub Public Sub Form_Paint() End Sub