<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
_
Partial Class MainForm
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)
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.
<System.Diagnostics.DebuggerStepThrough()>
_
Private Sub InitializeComponent()
Me.grpbox_input = New
System.Windows.Forms.GroupBox()
Me.tb_width = New
System.Windows.Forms.TextBox()
Me.tb_length = New
System.Windows.Forms.TextBox()
Me.lbl_width = New
System.Windows.Forms.Label()
Me.lbl_length = New
System.Windows.Forms.Label()
Me.grpbox_output = New
System.Windows.Forms.GroupBox()
Me.tb_area_sqYards = New
System.Windows.Forms.TextBox()
Me.tb_area_sqfeet = New
System.Windows.Forms.TextBox()
Me.lbl_area_sqYards =
New System.Windows.Forms.Label()
Me.lbl_area_sqfeet = New
System.Windows.Forms.Label()
Me.btn_calculate = New
System.Windows.Forms.Button()
Me.btn_reset = New
System.Windows.Forms.Button()
Me.btn_exit = New
System.Windows.Forms.Button()
Me.grpbox_input.SuspendLayout()
Me.grpbox_output.SuspendLayout()
Me.SuspendLayout()
'
'grpbox_input
'
Me.grpbox_input.Controls.Add(Me.tb_width)
Me.grpbox_input.Controls.Add(Me.tb_length)
Me.grpbox_input.Controls.Add(Me.lbl_width)
Me.grpbox_input.Controls.Add(Me.lbl_length)
Me.grpbox_input.Location
= New System.Drawing.Point(55, 51)
Me.grpbox_input.Name =
"grpbox_input"
Me.grpbox_input.Size =
New System.Drawing.Size(244, 146)
Me.grpbox_input.TabIndex
= 0
Me.grpbox_input.TabStop
= False
Me.grpbox_input.Text =
"Input Dimensions of Rectangle"
'
'tb_width
'
Me.tb_width.Location =
New System.Drawing.Point(109, 99)
Me.tb_width.Name =
"tb_width"
Me.tb_width.Size = New
System.Drawing.Size(114, 20)
Me.tb_width.TabIndex =
2
'
'tb_length
'
Me.tb_length.Location =
New System.Drawing.Point(109, 46)
Me.tb_length.Name =
"tb_length"
Me.tb_length.Size = New
System.Drawing.Size(114, 20)
Me.tb_length.TabIndex =
1
'
'lbl_width
'
Me.lbl_width.AutoSize =
True
Me.lbl_width.Location =
New System.Drawing.Point(11, 102)
Me.lbl_width.Name =
"lbl_width"
Me.lbl_width.Size = New
System.Drawing.Size(92, 13)
Me.lbl_width.TabIndex =
1
Me.lbl_width.Text =
"Enter width in feet"
'
'lbl_length
'
Me.lbl_length.AutoSize =
True
Me.lbl_length.Location =
New System.Drawing.Point(11, 49)
Me.lbl_length.Name =
"lbl_length"
Me.lbl_length.Size = New
System.Drawing.Size(96, 13)
Me.lbl_length.TabIndex =
0
Me.lbl_length.Text =
"Enter length in feet"
'
'grpbox_output
'
Me.grpbox_output.Controls.Add(Me.tb_area_sqYards)
Me.grpbox_output.Controls.Add(Me.tb_area_sqfeet)
Me.grpbox_output.Controls.Add(Me.lbl_area_sqYards)
Me.grpbox_output.Controls.Add(Me.lbl_area_sqfeet)
Me.grpbox_output.Location = New System.Drawing.Point(53, 237)
Me.grpbox_output.Name =
"grpbox_output"
Me.grpbox_output.Size =
New System.Drawing.Size(246, 127)
Me.grpbox_output.TabIndex = 1
Me.grpbox_output.TabStop
= False
Me.grpbox_output.Text =
"Output"
'
'tb_area_sqYards
'
Me.tb_area_sqYards.Location = New System.Drawing.Point(124,
87)
Me.tb_area_sqYards.Name
= "tb_area_sqYards"
Me.tb_area_sqYards.Size
= New System.Drawing.Size(100, 20)
Me.tb_area_sqYards.TabIndex = 11
Me.tb_area_sqYards.TabStop = False
'
'tb_area_sqfeet
'
Me.tb_area_sqfeet.Location = New System.Drawing.Point(124,
39)
Me.tb_area_sqfeet.Name =
"tb_area_sqfeet"
Me.tb_area_sqfeet.Size =
New System.Drawing.Size(100, 20)
Me.tb_area_sqfeet.TabIndex = 10
Me.tb_area_sqfeet.TabStop = False
'
'lbl_area_sqYards
'
Me.lbl_area_sqYards.AutoSize = True
Me.lbl_area_sqYards.Location = New System.Drawing.Point(14,
90)
Me.lbl_area_sqYards.Name
= "lbl_area_sqYards"
Me.lbl_area_sqYards.Size
= New System.Drawing.Size(85, 13)
Me.lbl_area_sqYards.TabIndex = 1
Me.lbl_area_sqYards.Text
= "Area in sq. yards"
'
'lbl_area_sqfeet
'
Me.lbl_area_sqfeet.AutoSize = True
Me.lbl_area_sqfeet.Location = New System.Drawing.Point(13,
42)
Me.lbl_area_sqfeet.Name
= "lbl_area_sqfeet"
Me.lbl_area_sqfeet.Size
= New System.Drawing.Size(78, 13)
Me.lbl_area_sqfeet.TabIndex = 0
Me.lbl_area_sqfeet.Text
= "Area in sq. feet"
'
'btn_calculate
'
Me.btn_calculate.Location = New System.Drawing.Point(33, 397)
Me.btn_calculate.Name =
"btn_calculate"
Me.btn_calculate.Size =
New System.Drawing.Size(75, 23)
Me.btn_calculate.TabIndex = 3
Me.btn_calculate.Text =
"&Calculate"
Me.btn_calculate.UseVisualStyleBackColor = True
'
'btn_reset
'
Me.btn_reset.Location =
New System.Drawing.Point(141, 397)
Me.btn_reset.Name =
"btn_reset"
Me.btn_reset.Size = New
System.Drawing.Size(75, 23)
Me.btn_reset.TabIndex =
4
Me.btn_reset.Text =
"&Reset"
Me.btn_reset.UseVisualStyleBackColor = True
'
'btn_exit
'
Me.btn_exit.Location =
New System.Drawing.Point(246, 397)
Me.btn_exit.Name =
"btn_exit"
Me.btn_exit.Size = New
System.Drawing.Size(75, 23)
Me.btn_exit.TabIndex =
5
Me.btn_exit.Text =
"E&xit"
Me.btn_exit.UseVisualStyleBackColor = True
'
'MainForm
'
Me.AutoScaleDimensions =
New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode =
System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New
System.Drawing.Size(380, 432)
Me.Controls.Add(Me.btn_exit)
Me.Controls.Add(Me.btn_reset)
Me.Controls.Add(Me.btn_calculate)
Me.Controls.Add(Me.grpbox_output)
Me.Controls.Add(Me.grpbox_input)
Me.Name =
"MainForm"
Me.Text = "Rectangle
Area Calculator"
Me.grpbox_input.ResumeLayout(False)
Me.grpbox_input.PerformLayout()
Me.grpbox_output.ResumeLayout(False)
Me.grpbox_output.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents grpbox_input As
System.Windows.Forms.GroupBox
Friend WithEvents tb_width As
System.Windows.Forms.TextBox
Friend WithEvents tb_length As
System.Windows.Forms.TextBox
Friend WithEvents lbl_width As
System.Windows.Forms.Label
Friend WithEvents lbl_length As
System.Windows.Forms.Label
Friend WithEvents grpbox_output As
System.Windows.Forms.GroupBox
Friend WithEvents tb_area_sqYards As
System.Windows.Forms.TextBox
Friend WithEvents tb_area_sqfeet As
System.Windows.Forms.TextBox
Friend WithEvents lbl_area_sqYards As
System.Windows.Forms.Label
Friend WithEvents lbl_area_sqfeet As
System.Windows.Forms.Label
Friend WithEvents btn_calculate As
System.Windows.Forms.Button
Friend WithEvents btn_reset As
System.Windows.Forms.Button
Friend WithEvents btn_exit As
System.Windows.Forms.Button
End Class
|