_ Partial Class Form1 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Required by the Windows Form Designer Private components As System.ComponentModel.IContainer 'NOTE: The following procedure is required by the Windows Form Designer 'It can be modified using the Windows Form Designer. 'Do not modify it using the code editor. _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container Me.PictureBox1 = New System.Windows.Forms.PictureBox Me.btnGo = New System.Windows.Forms.Button Me.GroupBox1 = New System.Windows.Forms.GroupBox Me.txtRangey2 = New System.Windows.Forms.TextBox Me.txtRangey1 = New System.Windows.Forms.TextBox Me.txtRangex2 = New System.Windows.Forms.TextBox Me.txtRangex1 = New System.Windows.Forms.TextBox Me.txtBailout = New System.Windows.Forms.TextBox Me.txtIterations = New System.Windows.Forms.TextBox Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.ProgressBar1 = New System.Windows.Forms.ProgressBar Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.ZoomOutToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem Me.Label3 = New System.Windows.Forms.Label CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackColor = System.Drawing.SystemColors.AppWorkspace Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.ContextMenuStrip = Me.ContextMenuStrip1 Me.PictureBox1.Location = New System.Drawing.Point(139, 12) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(288, 283) Me.PictureBox1.TabIndex = 0 Me.PictureBox1.TabStop = False ' 'btnGo ' Me.btnGo.Location = New System.Drawing.Point(12, 176) Me.btnGo.Name = "btnGo" Me.btnGo.Size = New System.Drawing.Size(121, 25) Me.btnGo.TabIndex = 1 Me.btnGo.Text = "&Draw" Me.btnGo.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.txtRangey2) Me.GroupBox1.Controls.Add(Me.txtRangey1) Me.GroupBox1.Controls.Add(Me.txtRangex2) Me.GroupBox1.Controls.Add(Me.txtRangex1) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(121, 106) Me.GroupBox1.TabIndex = 2 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Range" ' 'txtRangey2 ' Me.txtRangey2.Location = New System.Drawing.Point(42, 19) Me.txtRangey2.Name = "txtRangey2" Me.txtRangey2.Size = New System.Drawing.Size(32, 20) Me.txtRangey2.TabIndex = 3 Me.txtRangey2.Text = "1.2" ' 'txtRangey1 ' Me.txtRangey1.Location = New System.Drawing.Point(42, 77) Me.txtRangey1.Name = "txtRangey1" Me.txtRangey1.Size = New System.Drawing.Size(32, 20) Me.txtRangey1.TabIndex = 2 Me.txtRangey1.Text = "-1.2" ' 'txtRangex2 ' Me.txtRangex2.Location = New System.Drawing.Point(79, 49) Me.txtRangex2.Name = "txtRangex2" Me.txtRangex2.Size = New System.Drawing.Size(32, 20) Me.txtRangex2.TabIndex = 1 Me.txtRangex2.Text = "0.5" ' 'txtRangex1 ' Me.txtRangex1.Location = New System.Drawing.Point(6, 49) Me.txtRangex1.Name = "txtRangex1" Me.txtRangex1.Size = New System.Drawing.Size(32, 20) Me.txtRangex1.TabIndex = 0 Me.txtRangex1.Text = "-2" ' 'txtBailout ' Me.txtBailout.Location = New System.Drawing.Point(91, 150) Me.txtBailout.Name = "txtBailout" Me.txtBailout.Size = New System.Drawing.Size(32, 20) Me.txtBailout.TabIndex = 7 Me.txtBailout.Text = "4" ' 'txtIterations ' Me.txtIterations.Location = New System.Drawing.Point(91, 124) Me.txtIterations.Name = "txtIterations" Me.txtIterations.Size = New System.Drawing.Size(32, 20) Me.txtIterations.TabIndex = 6 Me.txtIterations.Text = "64" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(32, 127) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 8 Me.Label1.Text = "Iterations:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(43, 153) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(43, 13) Me.Label2.TabIndex = 9 Me.Label2.Text = "Bailout:" ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(12, 207) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(121, 13) Me.ProgressBar1.TabIndex = 10 ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ZoomOutToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(133, 26) ' 'ZoomOutToolStripMenuItem ' Me.ZoomOutToolStripMenuItem.Name = "ZoomOutToolStripMenuItem" Me.ZoomOutToolStripMenuItem.Size = New System.Drawing.Size(152, 22) Me.ZoomOutToolStripMenuItem.Text = "Zoom Out" ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(12, 232) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(121, 43) Me.Label3.TabIndex = 12 Me.Label3.Text = "Double-click to zoom in; right-click to zoom out." ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(439, 307) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtBailout) Me.Controls.Add(Me.txtIterations) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.btnGo) Me.Controls.Add(Me.PictureBox1) Me.Font = New System.Drawing.Font("Tahoma", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Name = "Form1" Me.Text = "Mandelbrot - http://dmitrybrant.com" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents btnGo As System.Windows.Forms.Button Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents txtRangex2 As System.Windows.Forms.TextBox Friend WithEvents txtRangex1 As System.Windows.Forms.TextBox Friend WithEvents txtRangey2 As System.Windows.Forms.TextBox Friend WithEvents txtRangey1 As System.Windows.Forms.TextBox Friend WithEvents txtBailout As System.Windows.Forms.TextBox Friend WithEvents txtIterations As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip Friend WithEvents ZoomOutToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents Label3 As System.Windows.Forms.Label End Class