_ 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) 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. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.lstAnswers = New System.Windows.Forms.ListBox Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.txtFirst = New System.Windows.Forms.TextBox Me.txtSecond = New System.Windows.Forms.TextBox Me.btnadd = New System.Windows.Forms.Button Me.Button2 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.Button5 = New System.Windows.Forms.Button Me.Button6 = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Label1.Location = New System.Drawing.Point(99, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(231, 29) Me.Label1.TabIndex = 0 Me.Label1.Text = "Calculation Exercise" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(31, 448) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(92, 16) Me.Label2.TabIndex = 1 Me.Label2.Text = "Maryel Morillo" ' 'lstAnswers ' Me.lstAnswers.FormattingEnabled = True Me.lstAnswers.Location = New System.Drawing.Point(240, 174) Me.lstAnswers.Name = "lstAnswers" Me.lstAnswers.Size = New System.Drawing.Size(192, 290) Me.lstAnswers.TabIndex = 2 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(8, 94) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 20) Me.Label3.TabIndex = 3 Me.Label3.Text = "txt first" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(1, 134) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(82, 20) Me.Label4.TabIndex = 4 Me.Label4.Text = "txt second" ' 'txtFirst ' Me.txtFirst.Location = New System.Drawing.Point(83, 94) Me.txtFirst.Name = "txtFirst" Me.txtFirst.Size = New System.Drawing.Size(137, 20) Me.txtFirst.TabIndex = 5 ' 'txtSecond ' Me.txtSecond.Location = New System.Drawing.Point(83, 134) Me.txtSecond.Name = "txtSecond" Me.txtSecond.Size = New System.Drawing.Size(137, 20) Me.txtSecond.TabIndex = 6 ' 'btnadd ' Me.btnadd.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnadd.Location = New System.Drawing.Point(12, 204) Me.btnadd.Name = "btnadd" Me.btnadd.Size = New System.Drawing.Size(50, 38) Me.btnadd.TabIndex = 7 Me.btnadd.Text = "+" Me.btnadd.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Location = New System.Drawing.Point(83, 204) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(49, 38) Me.Button2.TabIndex = 8 Me.Button2.Text = "-" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button3.Location = New System.Drawing.Point(152, 204) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(48, 38) Me.Button3.TabIndex = 9 Me.Button3.Text = "*" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button4.Location = New System.Drawing.Point(12, 267) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(50, 38) Me.Button4.TabIndex = 10 Me.Button4.Text = "/" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(83, 267) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(49, 38) Me.Button5.TabIndex = 11 Me.Button5.Text = "mod" Me.Button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("Microsoft Sans Serif", 24.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button6.Location = New System.Drawing.Point(152, 267) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(48, 38) Me.Button6.TabIndex = 12 Me.Button6.Text = "=" Me.Button6.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(452, 473) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.btnadd) Me.Controls.Add(Me.txtSecond) Me.Controls.Add(Me.txtFirst) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.lstAnswers) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.ForeColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents lstAnswers As System.Windows.Forms.ListBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtFirst As System.Windows.Forms.TextBox Friend WithEvents txtSecond As System.Windows.Forms.TextBox Friend WithEvents btnadd As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents Button4 As System.Windows.Forms.Button Friend WithEvents Button5 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button End Class