<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.fbig = New System.Windows.Forms.Button
        Me.bsmall = New System.Windows.Forms.Button
        Me.bmatch = New System.Windows.Forms.Button
        Me.bsort = New System.Windows.Forms.Button
        Me.txtbox = New System.Windows.Forms.TextBox
        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(212, 52)
        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(259, 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.FormattingEnabled = True
        Me.oListbox.Location = New System.Drawing.Point(277, 207)
        Me.oListbox.Name = "oListbox"
        Me.oListbox.Size = New System.Drawing.Size(355, 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(212, 157)
        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
        '
        'fbig
        '
        Me.fbig.Location = New System.Drawing.Point(12, 104)
        Me.fbig.Name = "fbig"
        Me.fbig.Size = New System.Drawing.Size(146, 31)
        Me.fbig.TabIndex = 54
        Me.fbig.Text = "find biggest"
        Me.fbig.UseVisualStyleBackColor = True
        '
        'bsmall
        '
        Me.bsmall.Location = New System.Drawing.Point(15, 156)
        Me.bsmall.Name = "bsmall"
        Me.bsmall.Size = New System.Drawing.Size(143, 27)
        Me.bsmall.TabIndex = 55
        Me.bsmall.Text = "find smallest"
        Me.bsmall.UseVisualStyleBackColor = True
        '
        'bmatch
        '
        Me.bmatch.Location = New System.Drawing.Point(15, 207)
        Me.bmatch.Name = "bmatch"
        Me.bmatch.Size = New System.Drawing.Size(143, 32)
        Me.bmatch.TabIndex = 56
        Me.bmatch.Text = "find match"
        Me.bmatch.UseVisualStyleBackColor = True
        '
        'bsort
        '
        Me.bsort.Location = New System.Drawing.Point(12, 266)
        Me.bsort.Name = "bsort"
        Me.bsort.Size = New System.Drawing.Size(146, 38)
        Me.bsort.TabIndex = 57
        Me.bsort.Text = "sort"
        Me.bsort.UseVisualStyleBackColor = True
        '
        'txtbox
        '
        Me.txtbox.Location = New System.Drawing.Point(164, 214)
        Me.txtbox.Name = "txtbox"
        Me.txtbox.Size = New System.Drawing.Size(107, 20)
        Me.txtbox.TabIndex = 58
        '
        '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(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
        Me.ClientSize = New System.Drawing.Size(663, 550)
        Me.Controls.Add(Me.txtbox)
        Me.Controls.Add(Me.bsort)
        Me.Controls.Add(Me.bmatch)
        Me.Controls.Add(Me.bsmall)
        Me.Controls.Add(Me.fbig)
        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 fbig As System.Windows.Forms.Button
    Friend WithEvents bsmall As System.Windows.Forms.Button
    Friend WithEvents bmatch As System.Windows.Forms.Button
    Friend WithEvents bsort As System.Windows.Forms.Button
    Friend WithEvents txtbox As System.Windows.Forms.TextBox

End Class


