<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.txtSide = New System.Windows.Forms.TextBox
        Me.lblSide = New System.Windows.Forms.Label
        Me.BtnFindArea = New System.Windows.Forms.Button
        Me.lstbox = New System.Windows.Forms.ListBox
        Me.SuspendLayout()
        '
        'txtSide
        '
        Me.txtSide.Location = New System.Drawing.Point(12, 43)
        Me.txtSide.Name = "txtSide"
        Me.txtSide.Size = New System.Drawing.Size(100, 20)
        Me.txtSide.TabIndex = 0
        '
        'lblSide
        '
        Me.lblSide.AutoSize = True
        Me.lblSide.Location = New System.Drawing.Point(13, 24)
        Me.lblSide.Name = "lblSide"
        Me.lblSide.Size = New System.Drawing.Size(28, 13)
        Me.lblSide.TabIndex = 1
        Me.lblSide.Text = "Side"
        '
        'BtnFindArea
        '
        Me.BtnFindArea.Location = New System.Drawing.Point(12, 81)
        Me.BtnFindArea.Name = "BtnFindArea"
        Me.BtnFindArea.Size = New System.Drawing.Size(75, 23)
        Me.BtnFindArea.TabIndex = 2
        Me.BtnFindArea.Text = "Find Area"
        Me.BtnFindArea.UseVisualStyleBackColor = True
        '
        'lstbox
        '
        Me.lstbox.FormattingEnabled = True
        Me.lstbox.Location = New System.Drawing.Point(16, 134)
        Me.lstbox.Name = "lstbox"
        Me.lstbox.Size = New System.Drawing.Size(120, 95)
        Me.lstbox.TabIndex = 3
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(292, 273)
        Me.Controls.Add(Me.lstbox)
        Me.Controls.Add(Me.BtnFindArea)
        Me.Controls.Add(Me.lblSide)
        Me.Controls.Add(Me.txtSide)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents txtSide As System.Windows.Forms.TextBox
    Friend WithEvents lblSide As System.Windows.Forms.Label
    Friend WithEvents BtnFindArea As System.Windows.Forms.Button
    Friend WithEvents lstbox As System.Windows.Forms.ListBox

End Class
