_ 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.B1 = New System.Windows.Forms.Button Me.B2 = New System.Windows.Forms.Button Me.B3 = New System.Windows.Forms.Button Me.B4 = New System.Windows.Forms.Button Me.B5 = New System.Windows.Forms.Button Me.B6 = New System.Windows.Forms.Button Me.B7 = New System.Windows.Forms.Button Me.B8 = New System.Windows.Forms.Button Me.Bclear = New System.Windows.Forms.Button Me.BExit = New System.Windows.Forms.Button Me.ListBox1 = New System.Windows.Forms.ListBox Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.SuspendLayout() ' 'B1 ' Me.B1.BackColor = System.Drawing.Color.Red Me.B1.Location = New System.Drawing.Point(20, 88) Me.B1.Name = "B1" Me.B1.Size = New System.Drawing.Size(78, 28) Me.B1.TabIndex = 0 Me.B1.Text = "1" Me.B1.UseVisualStyleBackColor = False ' 'B2 ' Me.B2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.B2.Location = New System.Drawing.Point(113, 88) Me.B2.Name = "B2" Me.B2.Size = New System.Drawing.Size(76, 30) Me.B2.TabIndex = 1 Me.B2.Text = "2" Me.B2.UseVisualStyleBackColor = False ' 'B3 ' Me.B3.BackColor = System.Drawing.Color.Yellow Me.B3.Location = New System.Drawing.Point(20, 127) Me.B3.Name = "B3" Me.B3.Size = New System.Drawing.Size(77, 29) Me.B3.TabIndex = 2 Me.B3.Text = "3" Me.B3.UseVisualStyleBackColor = False ' 'B4 ' Me.B4.BackColor = System.Drawing.Color.Lime Me.B4.Location = New System.Drawing.Point(113, 127) Me.B4.Name = "B4" Me.B4.Size = New System.Drawing.Size(75, 27) Me.B4.TabIndex = 3 Me.B4.Text = "4" Me.B4.UseVisualStyleBackColor = False ' 'B5 ' Me.B5.BackColor = System.Drawing.Color.Blue Me.B5.Location = New System.Drawing.Point(20, 166) Me.B5.Name = "B5" Me.B5.Size = New System.Drawing.Size(76, 28) Me.B5.TabIndex = 4 Me.B5.Text = "5" Me.B5.UseVisualStyleBackColor = False ' 'B6 ' Me.B6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.B6.Location = New System.Drawing.Point(113, 166) Me.B6.Name = "B6" Me.B6.Size = New System.Drawing.Size(74, 28) Me.B6.TabIndex = 5 Me.B6.Text = "6" Me.B6.UseVisualStyleBackColor = False ' 'B7 ' Me.B7.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.B7.Location = New System.Drawing.Point(20, 204) Me.B7.Name = "B7" Me.B7.Size = New System.Drawing.Size(75, 27) Me.B7.TabIndex = 6 Me.B7.Text = "7" Me.B7.UseVisualStyleBackColor = False ' 'B8 ' Me.B8.BackColor = System.Drawing.Color.Teal Me.B8.Location = New System.Drawing.Point(113, 204) Me.B8.Name = "B8" Me.B8.Size = New System.Drawing.Size(73, 27) Me.B8.TabIndex = 7 Me.B8.Text = "8" Me.B8.UseVisualStyleBackColor = False ' 'Bclear ' Me.Bclear.Location = New System.Drawing.Point(20, 303) Me.Bclear.Name = "Bclear" Me.Bclear.Size = New System.Drawing.Size(74, 28) Me.Bclear.TabIndex = 8 Me.Bclear.Text = "Clear" Me.Bclear.UseVisualStyleBackColor = True ' 'BExit ' Me.BExit.Location = New System.Drawing.Point(112, 303) Me.BExit.Name = "BExit" Me.BExit.Size = New System.Drawing.Size(73, 28) Me.BExit.TabIndex = 9 Me.BExit.Text = "Exit" Me.BExit.UseVisualStyleBackColor = True ' 'ListBox1 ' Me.ListBox1.FormattingEnabled = True Me.ListBox1.Location = New System.Drawing.Point(253, 88) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(181, 160) Me.ListBox1.TabIndex = 12 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(155, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(59, 13) Me.Label1.TabIndex = 13 Me.Label1.Text = "Tell A story" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(233, 257) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(39, 13) Me.Label2.TabIndex = 14 Me.Label2.Text = "Label2" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(461, 358) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.ListBox1) Me.Controls.Add(Me.BExit) Me.Controls.Add(Me.Bclear) Me.Controls.Add(Me.B8) Me.Controls.Add(Me.B7) Me.Controls.Add(Me.B6) Me.Controls.Add(Me.B5) Me.Controls.Add(Me.B4) Me.Controls.Add(Me.B3) Me.Controls.Add(Me.B2) Me.Controls.Add(Me.B1) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents B1 As System.Windows.Forms.Button Friend WithEvents B2 As System.Windows.Forms.Button Friend WithEvents B3 As System.Windows.Forms.Button Friend WithEvents B4 As System.Windows.Forms.Button Friend WithEvents B5 As System.Windows.Forms.Button Friend WithEvents B6 As System.Windows.Forms.Button Friend WithEvents B7 As System.Windows.Forms.Button Friend WithEvents B8 As System.Windows.Forms.Button Friend WithEvents Bclear As System.Windows.Forms.Button Friend WithEvents BExit As System.Windows.Forms.Button Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label End Class