
<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)
        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.bRead = New System.Windows.Forms.Button
        Me.tFilename = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.oListbox = 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.Button1 = New System.Windows.Forms.Button
        Me.bReport = New System.Windows.Forms.Button
        Me.btnBig = New System.Windows.Forms.Button
        Me.btnsmall = New System.Windows.Forms.Button
        Me.btnmatch = New System.Windows.Forms.Button
        Me.txtmatch = New System.Windows.Forms.TextBox
        Me.btnSort = New System.Windows.Forms.Button
        Me.btnClose = New System.Windows.Forms.Button
        Me.btnTotal = 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(211, 56)
        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
        '
        'tFilename
        '
        Me.tFilename.Location = New System.Drawing.Point(350, 64)
        Me.tFilename.Name = "tFilename"
        Me.tFilename.Size = New System.Drawing.Size(132, 20)
        Me.tFilename.TabIndex = 1
        Me.tFilename.Text = "R:/cs12/bam-ids.txt"
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Location = New System.Drawing.Point(306, 67)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(27, 13)
        Me.Label1.TabIndex = 2
        Me.Label1.Text = "from"
        '
        'oListbox
        '
        Me.oListbox.BackColor = System.Drawing.Color.White
        Me.oListbox.FormattingEnabled = True
        Me.oListbox.Location = New System.Drawing.Point(25, 222)
        Me.oListbox.Name = "oListbox"
        Me.oListbox.Size = New System.Drawing.Size(242, 316)
        Me.oListbox.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(350, 110)
        Me.tID.Name = "tID"
        Me.tID.Size = New System.Drawing.Size(59, 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.Purple
        Me.Label4.Location = New System.Drawing.Point(207, 9)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(153, 28)
        Me.Label4.TabIndex = 10
        Me.Label4.Text = "ARRAYS #4"
        '
        'bAdd
        '
        Me.bAdd.BackColor = System.Drawing.Color.Lime
        Me.bAdd.Location = New System.Drawing.Point(212, 104)
        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(306, 110)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(33, 13)
        Me.Label2.TabIndex = 51
        Me.Label2.Text = "value"
        '
        'Button1
        '
        Me.Button1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
        Me.Button1.Location = New System.Drawing.Point(25, 110)
        Me.Button1.Name = "Button1"
        Me.Button1.Size = New System.Drawing.Size(87, 26)
        Me.Button1.TabIndex = 52
        Me.Button1.Text = "Clear all"
        Me.Button1.UseVisualStyleBackColor = False
        '
        'bReport
        '
        Me.bReport.BackColor = System.Drawing.Color.Cyan
        Me.bReport.Location = New System.Drawing.Point(15, 56)
        Me.bReport.Name = "bReport"
        Me.bReport.Size = New System.Drawing.Size(143, 27)
        Me.bReport.TabIndex = 53
        Me.bReport.Text = "LIST ALL"
        Me.bReport.UseVisualStyleBackColor = False
        '
        'btnBig
        '
        Me.btnBig.BackColor = System.Drawing.Color.Olive
        Me.btnBig.ForeColor = System.Drawing.Color.Black
        Me.btnBig.Location = New System.Drawing.Point(34, 163)
        Me.btnBig.Name = "btnBig"
        Me.btnBig.Size = New System.Drawing.Size(98, 23)
        Me.btnBig.TabIndex = 54
        Me.btnBig.Text = "Big"
        Me.btnBig.UseVisualStyleBackColor = False
        '
        'btnsmall
        '
        Me.btnsmall.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
        Me.btnsmall.ForeColor = System.Drawing.Color.Black
        Me.btnsmall.Location = New System.Drawing.Point(169, 163)
        Me.btnsmall.Name = "btnsmall"
        Me.btnsmall.Size = New System.Drawing.Size(98, 23)
        Me.btnsmall.TabIndex = 55
        Me.btnsmall.Text = "Small"
        Me.btnsmall.UseVisualStyleBackColor = False
        '
        'btnmatch
        '
        Me.btnmatch.BackColor = System.Drawing.Color.Fuchsia
        Me.btnmatch.ForeColor = System.Drawing.Color.Black
        Me.btnmatch.Location = New System.Drawing.Point(289, 163)
        Me.btnmatch.Name = "btnmatch"
        Me.btnmatch.Size = New System.Drawing.Size(98, 23)
        Me.btnmatch.TabIndex = 56
        Me.btnmatch.Text = "match"
        Me.btnmatch.UseVisualStyleBackColor = False
        '
        'txtmatch
        '
        Me.txtmatch.Location = New System.Drawing.Point(393, 165)
        Me.txtmatch.Name = "txtmatch"
        Me.txtmatch.Size = New System.Drawing.Size(100, 20)
        Me.txtmatch.TabIndex = 57
        '
        'btnSort
        '
        Me.btnSort.BackColor = System.Drawing.Color.Yellow
        Me.btnSort.Location = New System.Drawing.Point(298, 209)
        Me.btnSort.Name = "btnSort"
        Me.btnSort.Size = New System.Drawing.Size(75, 23)
        Me.btnSort.TabIndex = 58
        Me.btnSort.Text = "Sort"
        Me.btnSort.UseVisualStyleBackColor = False
        '
        'btnClose
        '
        Me.btnClose.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.btnClose.Location = New System.Drawing.Point(408, 204)
        Me.btnClose.Name = "btnClose"
        Me.btnClose.Size = New System.Drawing.Size(74, 32)
        Me.btnClose.TabIndex = 59
        Me.btnClose.Text = "close"
        Me.btnClose.UseVisualStyleBackColor = False
        '
        'btnTotal
        '
        Me.btnTotal.Location = New System.Drawing.Point(298, 264)
        Me.btnTotal.Name = "btnTotal"
        Me.btnTotal.Size = New System.Drawing.Size(75, 23)
        Me.btnTotal.TabIndex = 60
        Me.btnTotal.Text = "Total"
        Me.btnTotal.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.Red
        Me.ClientSize = New System.Drawing.Size(531, 550)
        Me.Controls.Add(Me.btnTotal)
        Me.Controls.Add(Me.btnClose)
        Me.Controls.Add(Me.btnSort)
        Me.Controls.Add(Me.txtmatch)
        Me.Controls.Add(Me.btnmatch)
        Me.Controls.Add(Me.btnsmall)
        Me.Controls.Add(Me.btnBig)
        Me.Controls.Add(Me.bReport)
        Me.Controls.Add(Me.Button1)
        Me.Controls.Add(Me.Label2)
        Me.Controls.Add(Me.bAdd)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.tID)
        Me.Controls.Add(Me.oListbox)
        Me.Controls.Add(Me.Label1)
        Me.Controls.Add(Me.tFilename)
        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 tFilename As System.Windows.Forms.TextBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents oListbox 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 Button1 As System.Windows.Forms.Button
    Friend WithEvents bReport As System.Windows.Forms.Button
    Friend WithEvents btnBig As System.Windows.Forms.Button
    Friend WithEvents btnsmall As System.Windows.Forms.Button
    Friend WithEvents btnmatch As System.Windows.Forms.Button
    Friend WithEvents txtmatch As System.Windows.Forms.TextBox
    Friend WithEvents btnSort As System.Windows.Forms.Button
    Friend WithEvents btnClose As System.Windows.Forms.Button
    Friend WithEvents btnTotal As System.Windows.Forms.Button

End Class


