_ 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.bRead = New System.Windows.Forms.Button Me.lstbx = New System.Windows.Forms.ListBox Me.tID = New System.Windows.Forms.TextBox Me.Label4 = New System.Windows.Forms.Label Me.bAdd = New System.Windows.Forms.Button Me.Label2 = New System.Windows.Forms.Label Me.btnClear = New System.Windows.Forms.Button Me.bReport = New System.Windows.Forms.Button Me.Label1 = New System.Windows.Forms.Label Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog Me.Button1 = New System.Windows.Forms.Button Me.TextBox1 = New System.Windows.Forms.TextBox Me.Label3 = New System.Windows.Forms.Label Me.Label5 = New System.Windows.Forms.Label Me.TextBox2 = New System.Windows.Forms.TextBox Me.Button2 = New System.Windows.Forms.Button Me.Button3 = New System.Windows.Forms.Button Me.Button4 = New System.Windows.Forms.Button Me.Label6 = New System.Windows.Forms.Label Me.TextBox3 = New System.Windows.Forms.TextBox Me.button5 = New System.Windows.Forms.Button Me.Button6 = New System.Windows.Forms.Button Me.Button7 = New System.Windows.Forms.Button Me.Button8 = New System.Windows.Forms.Button Me.Button9 = New System.Windows.Forms.Button Me.Button10 = New System.Windows.Forms.Button Me.Button11 = New System.Windows.Forms.Button Me.Button12 = New System.Windows.Forms.Button Me.SuspendLayout() ' 'bRead ' Me.bRead.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.bRead.Location = New System.Drawing.Point(186, 10) Me.bRead.Name = "bRead" Me.bRead.Size = New System.Drawing.Size(88, 32) Me.bRead.TabIndex = 0 Me.bRead.Text = "Read Data" Me.bRead.UseVisualStyleBackColor = False ' 'lstbx ' Me.lstbx.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lstbx.FormattingEnabled = True Me.lstbx.ItemHeight = 20 Me.lstbx.Location = New System.Drawing.Point(257, 124) Me.lstbx.Name = "lstbx" Me.lstbx.Size = New System.Drawing.Size(349, 244) Me.lstbx.TabIndex = 3 ' 'tID ' Me.tID.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tID.Location = New System.Drawing.Point(320, 58) Me.tID.Name = "tID" Me.tID.Size = New System.Drawing.Size(73, 20) Me.tID.TabIndex = 20 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Lucida Handwriting", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.ForeColor = System.Drawing.Color.Yellow Me.Label4.Location = New System.Drawing.Point(12, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(153, 28) Me.Label4.TabIndex = 10 Me.Label4.Text = "ARRAYS #7" ' 'bAdd ' Me.bAdd.BackColor = System.Drawing.Color.Lime Me.bAdd.Location = New System.Drawing.Point(187, 52) Me.bAdd.Name = "bAdd" Me.bAdd.Size = New System.Drawing.Size(88, 30) Me.bAdd.TabIndex = 20 Me.bAdd.Text = "Append new" Me.bAdd.UseVisualStyleBackColor = False ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(281, 62) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(33, 13) Me.Label2.TabIndex = 51 Me.Label2.Text = "value" ' 'btnClear ' Me.btnClear.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer)) Me.btnClear.Location = New System.Drawing.Point(424, 57) Me.btnClear.Name = "btnClear" Me.btnClear.Size = New System.Drawing.Size(87, 21) Me.btnClear.TabIndex = 52 Me.btnClear.Text = "Clear all" Me.btnClear.UseVisualStyleBackColor = False ' 'bReport ' Me.bReport.BackColor = System.Drawing.Color.Cyan Me.bReport.Location = New System.Drawing.Point(187, 91) Me.bReport.Name = "bReport" Me.bReport.Size = New System.Drawing.Size(88, 27) Me.bReport.TabIndex = 53 Me.bReport.Text = "LIST ALL" Me.bReport.UseVisualStyleBackColor = False ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(322, 28) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(0, 13) Me.Label1.TabIndex = 60 ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" Me.OpenFileDialog1.InitialDirectory = "R:\cs12" ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button1.Location = New System.Drawing.Point(12, 133) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(67, 32) Me.Button1.TabIndex = 61 Me.Button1.Text = "SEQ 1" Me.Button1.UseVisualStyleBackColor = False ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(133, 143) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(100, 20) Me.TextBox1.TabIndex = 62 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(95, 143) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 13) Me.Label3.TabIndex = 63 Me.Label3.Text = "Start:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(95, 189) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(30, 13) Me.Label5.TabIndex = 65 Me.Label5.Text = "Plus:" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(133, 189) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(100, 20) Me.TextBox2.TabIndex = 64 ' 'Button2 ' Me.Button2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Button2.Location = New System.Drawing.Point(12, 182) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(67, 32) Me.Button2.TabIndex = 66 Me.Button2.Text = "SEQ +" Me.Button2.UseVisualStyleBackColor = False ' 'Button3 ' Me.Button3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Button3.Location = New System.Drawing.Point(12, 268) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(67, 32) Me.Button3.TabIndex = 67 Me.Button3.Text = "RAISE" Me.Button3.UseVisualStyleBackColor = False ' 'Button4 ' Me.Button4.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer)) Me.Button4.Location = New System.Drawing.Point(12, 319) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(67, 32) Me.Button4.TabIndex = 68 Me.Button4.Text = "DOUBLE" Me.Button4.UseVisualStyleBackColor = False ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(95, 278) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(48, 13) Me.Label6.TabIndex = 70 Me.Label6.Text = "RAISE =" ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(164, 271) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(69, 20) Me.TextBox3.TabIndex = 69 ' 'button5 ' Me.button5.Location = New System.Drawing.Point(11, 405) Me.button5.Name = "button5" Me.button5.Size = New System.Drawing.Size(67, 35) Me.button5.TabIndex = 71 Me.button5.Text = "fib" Me.button5.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Location = New System.Drawing.Point(11, 469) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(66, 40) Me.Button6.TabIndex = 72 Me.Button6.Text = "Button6" Me.Button6.UseVisualStyleBackColor = True ' 'Button7 ' Me.Button7.Location = New System.Drawing.Point(94, 405) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(70, 34) Me.Button7.TabIndex = 73 Me.Button7.Text = "triple" Me.Button7.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(95, 469) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(69, 39) Me.Button8.TabIndex = 74 Me.Button8.Text = "Button8" Me.Button8.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Location = New System.Drawing.Point(186, 405) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(71, 34) Me.Button9.TabIndex = 75 Me.Button9.Text = "halve even" Me.Button9.UseVisualStyleBackColor = True ' 'Button10 ' Me.Button10.Location = New System.Drawing.Point(190, 469) Me.Button10.Name = "Button10" Me.Button10.Size = New System.Drawing.Size(66, 39) Me.Button10.TabIndex = 76 Me.Button10.Text = "Button10" Me.Button10.UseVisualStyleBackColor = True ' 'Button11 ' Me.Button11.Location = New System.Drawing.Point(274, 405) Me.Button11.Name = "Button11" Me.Button11.Size = New System.Drawing.Size(73, 33) Me.Button11.TabIndex = 77 Me.Button11.Text = "Button11" Me.Button11.UseVisualStyleBackColor = True ' 'Button12 ' Me.Button12.Location = New System.Drawing.Point(274, 469) Me.Button12.Name = "Button12" Me.Button12.Size = New System.Drawing.Size(72, 39) Me.Button12.TabIndex = 78 Me.Button12.Text = "Button12" Me.Button12.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None Me.ClientSize = New System.Drawing.Size(748, 535) Me.Controls.Add(Me.Button12) Me.Controls.Add(Me.Button11) Me.Controls.Add(Me.Button10) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.button5) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.bReport) Me.Controls.Add(Me.btnClear) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.bAdd) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.tID) Me.Controls.Add(Me.lstbx) Me.Controls.Add(Me.bRead) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents bRead As System.Windows.Forms.Button Friend WithEvents lstbx As System.Windows.Forms.ListBox Friend WithEvents tID As System.Windows.Forms.TextBox Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents bAdd As System.Windows.Forms.Button Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btnClear As System.Windows.Forms.Button Friend WithEvents bReport As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents TextBox2 As System.Windows.Forms.TextBox 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 Label6 As System.Windows.Forms.Label Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents button5 As System.Windows.Forms.Button Friend WithEvents Button6 As System.Windows.Forms.Button Friend WithEvents Button7 As System.Windows.Forms.Button Friend WithEvents Button8 As System.Windows.Forms.Button Friend WithEvents Button9 As System.Windows.Forms.Button Friend WithEvents Button10 As System.Windows.Forms.Button Friend WithEvents Button11 As System.Windows.Forms.Button Friend WithEvents Button12 As System.Windows.Forms.Button End Class