<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.lblFatman = New System.Windows.Forms.Label
        Me.lblCS12KR = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.txtId = New System.Windows.Forms.TextBox
        Me.lblID = New System.Windows.Forms.Label
        Me.lblFirstName = New System.Windows.Forms.Label
        Me.txtFirst = New System.Windows.Forms.TextBox
        Me.lblLastName = New System.Windows.Forms.Label
        Me.txtLast = New System.Windows.Forms.TextBox
        Me.txtHours = New System.Windows.Forms.TextBox
        Me.txtRate = New System.Windows.Forms.TextBox
        Me.lblHoursworked = New System.Windows.Forms.Label
        Me.lstOut = New System.Windows.Forms.ListBox
        Me.btnPay = New System.Windows.Forms.Button
        Me.btnNext = New System.Windows.Forms.Button
        Me.lblHourlyRate = New System.Windows.Forms.Label
        Me.lblDepartment = New System.Windows.Forms.Label
        Me.txtDepartment = New System.Windows.Forms.TextBox
        Me.lblCode = New System.Windows.Forms.Label
        Me.txtCode = New System.Windows.Forms.TextBox
        Me.SuspendLayout()
        '
        'lblFatman
        '
        Me.lblFatman.AutoSize = True
        Me.lblFatman.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.lblFatman.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblFatman.Location = New System.Drawing.Point(65, 9)
        Me.lblFatman.Name = "lblFatman"
        Me.lblFatman.Size = New System.Drawing.Size(425, 31)
        Me.lblFatman.TabIndex = 0
        Me.lblFatman.Text = "FATMAN'S PAYROLL COMPANY"
        '
        'lblCS12KR
        '
        Me.lblCS12KR.AutoSize = True
        Me.lblCS12KR.Location = New System.Drawing.Point(4, 499)
        Me.lblCS12KR.Name = "lblCS12KR"
        Me.lblCS12KR.Size = New System.Drawing.Size(73, 13)
        Me.lblCS12KR.TabIndex = 1
        Me.lblCS12KR.Text = "CS12 KR#1"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.ForeColor = System.Drawing.Color.Blue
        Me.Label3.Location = New System.Drawing.Point(157, 51)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(148, 13)
        Me.Label3.TabIndex = 2
        Me.Label3.Text = "PAYROLL PROGRAM #1"
        '
        'txtId
        '
        Me.txtId.Location = New System.Drawing.Point(71, 93)
        Me.txtId.Name = "txtId"
        Me.txtId.Size = New System.Drawing.Size(49, 20)
        Me.txtId.TabIndex = 3
        '
        'lblID
        '
        Me.lblID.AutoSize = True
        Me.lblID.Location = New System.Drawing.Point(19, 96)
        Me.lblID.Name = "lblID"
        Me.lblID.Size = New System.Drawing.Size(20, 13)
        Me.lblID.TabIndex = 4
        Me.lblID.Text = "ID"
        '
        'lblFirstName
        '
        Me.lblFirstName.AutoSize = True
        Me.lblFirstName.Location = New System.Drawing.Point(5, 130)
        Me.lblFirstName.Name = "lblFirstName"
        Me.lblFirstName.Size = New System.Drawing.Size(65, 13)
        Me.lblFirstName.TabIndex = 6
        Me.lblFirstName.Text = "First name"
        '
        'txtFirst
        '
        Me.txtFirst.Location = New System.Drawing.Point(77, 130)
        Me.txtFirst.Name = "txtFirst"
        Me.txtFirst.Size = New System.Drawing.Size(106, 20)
        Me.txtFirst.TabIndex = 5
        '
        'lblLastName
        '
        Me.lblLastName.AutoSize = True
        Me.lblLastName.Location = New System.Drawing.Point(4, 172)
        Me.lblLastName.Name = "lblLastName"
        Me.lblLastName.Size = New System.Drawing.Size(65, 13)
        Me.lblLastName.TabIndex = 8
        Me.lblLastName.Text = "Last name"
        '
        'txtLast
        '
        Me.txtLast.Location = New System.Drawing.Point(83, 169)
        Me.txtLast.Name = "txtLast"
        Me.txtLast.Size = New System.Drawing.Size(100, 20)
        Me.txtLast.TabIndex = 7
        '
        'txtHours
        '
        Me.txtHours.Location = New System.Drawing.Point(94, 286)
        Me.txtHours.Name = "txtHours"
        Me.txtHours.Size = New System.Drawing.Size(77, 20)
        Me.txtHours.TabIndex = 9
        '
        'txtRate
        '
        Me.txtRate.Location = New System.Drawing.Point(94, 332)
        Me.txtRate.Name = "txtRate"
        Me.txtRate.Size = New System.Drawing.Size(77, 20)
        Me.txtRate.TabIndex = 10
        '
        'lblHoursworked
        '
        Me.lblHoursworked.AutoSize = True
        Me.lblHoursworked.Location = New System.Drawing.Point(0, 293)
        Me.lblHoursworked.Name = "lblHoursworked"
        Me.lblHoursworked.Size = New System.Drawing.Size(88, 13)
        Me.lblHoursworked.TabIndex = 11
        Me.lblHoursworked.Text = "Hours Worked"
        '
        'lstOut
        '
        Me.lstOut.FormattingEnabled = True
        Me.lstOut.Location = New System.Drawing.Point(269, 130)
        Me.lstOut.Name = "lstOut"
        Me.lstOut.Size = New System.Drawing.Size(237, 212)
        Me.lstOut.TabIndex = 12
        '
        'btnPay
        '
        Me.btnPay.BackColor = System.Drawing.Color.Lime
        Me.btnPay.Location = New System.Drawing.Point(8, 397)
        Me.btnPay.Name = "btnPay"
        Me.btnPay.Size = New System.Drawing.Size(76, 34)
        Me.btnPay.TabIndex = 13
        Me.btnPay.Text = "PAY"
        Me.btnPay.UseVisualStyleBackColor = False
        '
        'btnNext
        '
        Me.btnNext.BackColor = System.Drawing.Color.Teal
        Me.btnNext.Location = New System.Drawing.Point(117, 398)
        Me.btnNext.Name = "btnNext"
        Me.btnNext.Size = New System.Drawing.Size(66, 33)
        Me.btnNext.TabIndex = 14
        Me.btnNext.Text = "NEXT"
        Me.btnNext.UseVisualStyleBackColor = False
        '
        'lblHourlyRate
        '
        Me.lblHourlyRate.AutoSize = True
        Me.lblHourlyRate.Location = New System.Drawing.Point(5, 339)
        Me.lblHourlyRate.Name = "lblHourlyRate"
        Me.lblHourlyRate.Size = New System.Drawing.Size(74, 13)
        Me.lblHourlyRate.TabIndex = 15
        Me.lblHourlyRate.Text = "Hourly Rate"
        '
        'lblDepartment
        '
        Me.lblDepartment.AutoSize = True
        Me.lblDepartment.Location = New System.Drawing.Point(131, 96)
        Me.lblDepartment.Name = "lblDepartment"
        Me.lblDepartment.Size = New System.Drawing.Size(72, 13)
        Me.lblDepartment.TabIndex = 18
        Me.lblDepartment.Text = "Department"
        '
        'txtDepartment
        '
        Me.txtDepartment.Location = New System.Drawing.Point(390, 89)
        Me.txtDepartment.Name = "txtDepartment"
        Me.txtDepartment.Size = New System.Drawing.Size(100, 20)
        Me.txtDepartment.TabIndex = 19
        '
        'lblCode
        '
        Me.lblCode.AutoSize = True
        Me.lblCode.Location = New System.Drawing.Point(326, 96)
        Me.lblCode.Name = "lblCode"
        Me.lblCode.Size = New System.Drawing.Size(36, 13)
        Me.lblCode.TabIndex = 20
        Me.lblCode.Text = "Code"
        '
        'txtCode
        '
        Me.txtCode.Location = New System.Drawing.Point(209, 93)
        Me.txtCode.Name = "txtCode"
        Me.txtCode.Size = New System.Drawing.Size(100, 20)
        Me.txtCode.TabIndex = 21
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
        Me.ClientSize = New System.Drawing.Size(581, 550)
        Me.Controls.Add(Me.txtCode)
        Me.Controls.Add(Me.lblCode)
        Me.Controls.Add(Me.txtDepartment)
        Me.Controls.Add(Me.lblDepartment)
        Me.Controls.Add(Me.lblHourlyRate)
        Me.Controls.Add(Me.btnNext)
        Me.Controls.Add(Me.btnPay)
        Me.Controls.Add(Me.lstOut)
        Me.Controls.Add(Me.lblHoursworked)
        Me.Controls.Add(Me.txtRate)
        Me.Controls.Add(Me.txtHours)
        Me.Controls.Add(Me.lblLastName)
        Me.Controls.Add(Me.txtLast)
        Me.Controls.Add(Me.lblFirstName)
        Me.Controls.Add(Me.txtFirst)
        Me.Controls.Add(Me.lblID)
        Me.Controls.Add(Me.txtId)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.lblCS12KR)
        Me.Controls.Add(Me.lblFatman)
        Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.ForeColor = System.Drawing.Color.Black
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents lblFatman As System.Windows.Forms.Label
    Friend WithEvents lblCS12KR As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents txtId As System.Windows.Forms.TextBox
    Friend WithEvents lblID As System.Windows.Forms.Label
    Friend WithEvents lblFirstName As System.Windows.Forms.Label
    Friend WithEvents txtFirst As System.Windows.Forms.TextBox
    Friend WithEvents lblLastName As System.Windows.Forms.Label
    Friend WithEvents txtLast As System.Windows.Forms.TextBox
    Friend WithEvents txtHours As System.Windows.Forms.TextBox
    Friend WithEvents txtRate As System.Windows.Forms.TextBox
    Friend WithEvents lblHoursworked As System.Windows.Forms.Label
    Friend WithEvents lstOut As System.Windows.Forms.ListBox
    Friend WithEvents btnPay As System.Windows.Forms.Button
    Friend WithEvents btnNext As System.Windows.Forms.Button
    Friend WithEvents lblHourlyRate As System.Windows.Forms.Label
    Friend WithEvents lblDepartment As System.Windows.Forms.Label
    Friend WithEvents txtDepartment As System.Windows.Forms.TextBox
    Friend WithEvents lblCode As System.Windows.Forms.Label
    Friend WithEvents txtCode As System.Windows.Forms.TextBox

End Class


