VERSION 4.00 Begin VB.Form Form1 Caption = " Fractals" ClientHeight = 9510 ClientLeft = 3135 ClientTop = 2745 ClientWidth = 12255 BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} Name = "MS Sans Serif" Size = 12 Charset = 0 Weight = 700 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty Height = 9990 Left = 3075 LinkTopic = "Form1" ScaleHeight = 9510 ScaleWidth = 12255 Top = 2325 Width = 12375 Begin VB.TextBox Text2 Height = 495 Left = 5280 TabIndex = 4 Text = "6" Top = 8760 Width = 615 End Begin VB.TextBox Text1 Height = 495 Left = 2880 TabIndex = 1 Text = "1" Top = 8760 Width = 615 End Begin VB.CommandButton Command1 Caption = "Start" Height = 375 Left = 10920 TabIndex = 0 Top = 8880 Width = 855 End Begin VB.Label Label2 Caption = "Order" Height = 375 Left = 4320 TabIndex = 3 Top = 8880 Width = 855 End Begin VB.Label Label1 Caption = "Example (1 to 4)" Height = 375 Left = 480 TabIndex = 2 Top = 8880 Width = 2175 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Exec_Fractal End Sub