<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)
        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.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.txtEmpID = New System.Windows.Forms.TextBox
        Me.txtEmpFirst = New System.Windows.Forms.TextBox
        Me.txtEmpLast = New System.Windows.Forms.TextBox
        Me.txtEmpPayRate = New System.Windows.Forms.TextBox
        Me.txtEmpHrsWorked = New System.Windows.Forms.TextBox
        Me.Panel2 = New System.Windows.Forms.Panel
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label15 = New System.Windows.Forms.Label
        Me.txtCheckNumAmount = New System.Windows.Forms.TextBox
        Me.txtCheckAmount = New System.Windows.Forms.TextBox
        Me.txtCheckPayTo = New System.Windows.Forms.TextBox
        Me.txtCheckDate = New System.Windows.Forms.TextBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.Label19 = New System.Windows.Forms.Label
        Me.Label20 = New System.Windows.Forms.Label
        Me.Label21 = New System.Windows.Forms.Label
        Me.Panel3 = New System.Windows.Forms.Panel
        Me.lstOutput = New System.Windows.Forms.ListBox
        Me.btnPay = New System.Windows.Forms.Button
        Me.btnNext = New System.Windows.Forms.Button
        Me.btnReport = New System.Windows.Forms.Button
        Me.btnExit = New System.Windows.Forms.Button
        Me.txtDeptCode = New System.Windows.Forms.TextBox
        Me.txtEmpDepend = New System.Windows.Forms.TextBox
        Me.txtOTCode2 = New System.Windows.Forms.ComboBox
        Me.Label10 = New System.Windows.Forms.Label
        Me.Panel2.SuspendLayout()
        Me.Panel3.SuspendLayout()
        Me.SuspendLayout()
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label2.ForeColor = System.Drawing.Color.White
        Me.Label2.Location = New System.Drawing.Point(11, 14)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(93, 18)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "Employee ID:"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.ForeColor = System.Drawing.Color.White
        Me.Label3.Location = New System.Drawing.Point(16, 45)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(86, 18)
        Me.Label3.TabIndex = 2
        Me.Label3.Text = "First Name:"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.ForeColor = System.Drawing.Color.White
        Me.Label4.Location = New System.Drawing.Point(19, 75)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(83, 18)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "Last Name:"
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label5.ForeColor = System.Drawing.Color.White
        Me.Label5.Location = New System.Drawing.Point(16, 109)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(90, 18)
        Me.Label5.TabIndex = 4
        Me.Label5.Text = "Dependents:"
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label6.ForeColor = System.Drawing.Color.White
        Me.Label6.Location = New System.Drawing.Point(280, 70)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(91, 18)
        Me.Label6.TabIndex = 5
        Me.Label6.Text = "Department:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.ForeColor = System.Drawing.Color.White
        Me.Label7.Location = New System.Drawing.Point(274, 141)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(110, 18)
        Me.Label7.TabIndex = 6
        Me.Label7.Text = "Overtime Code:"
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.ForeColor = System.Drawing.Color.White
        Me.Label8.Location = New System.Drawing.Point(276, 109)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(69, 18)
        Me.Label8.TabIndex = 7
        Me.Label8.Text = "Pay Rate:"
        '
        'Label9
        '
        Me.Label9.AutoSize = True
        Me.Label9.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.ForeColor = System.Drawing.Color.White
        Me.Label9.Location = New System.Drawing.Point(0, 141)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(104, 18)
        Me.Label9.TabIndex = 8
        Me.Label9.Text = "Hours Worked:"
        '
        'txtEmpID
        '
        Me.txtEmpID.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpID.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpID.Location = New System.Drawing.Point(110, 9)
        Me.txtEmpID.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpID.Name = "txtEmpID"
        Me.txtEmpID.Size = New System.Drawing.Size(119, 23)
        Me.txtEmpID.TabIndex = 1
        '
        'txtEmpFirst
        '
        Me.txtEmpFirst.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpFirst.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpFirst.Location = New System.Drawing.Point(110, 40)
        Me.txtEmpFirst.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpFirst.Name = "txtEmpFirst"
        Me.txtEmpFirst.Size = New System.Drawing.Size(160, 23)
        Me.txtEmpFirst.TabIndex = 2
        '
        'txtEmpLast
        '
        Me.txtEmpLast.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpLast.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpLast.Location = New System.Drawing.Point(107, 70)
        Me.txtEmpLast.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpLast.Name = "txtEmpLast"
        Me.txtEmpLast.Size = New System.Drawing.Size(160, 23)
        Me.txtEmpLast.TabIndex = 3
        '
        'txtEmpPayRate
        '
        Me.txtEmpPayRate.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpPayRate.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpPayRate.Location = New System.Drawing.Point(342, 104)
        Me.txtEmpPayRate.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpPayRate.Name = "txtEmpPayRate"
        Me.txtEmpPayRate.Size = New System.Drawing.Size(96, 23)
        Me.txtEmpPayRate.TabIndex = 7
        '
        'txtEmpHrsWorked
        '
        Me.txtEmpHrsWorked.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpHrsWorked.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpHrsWorked.Location = New System.Drawing.Point(107, 136)
        Me.txtEmpHrsWorked.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpHrsWorked.Name = "txtEmpHrsWorked"
        Me.txtEmpHrsWorked.Size = New System.Drawing.Size(161, 23)
        Me.txtEmpHrsWorked.TabIndex = 8
        '
        'Panel2
        '
        Me.Panel2.BackColor = System.Drawing.SystemColors.ButtonShadow
        Me.Panel2.Controls.Add(Me.Label1)
        Me.Panel2.Controls.Add(Me.Label15)
        Me.Panel2.Controls.Add(Me.txtCheckNumAmount)
        Me.Panel2.Controls.Add(Me.txtCheckAmount)
        Me.Panel2.Controls.Add(Me.txtCheckPayTo)
        Me.Panel2.Controls.Add(Me.txtCheckDate)
        Me.Panel2.Controls.Add(Me.Label14)
        Me.Panel2.Controls.Add(Me.Label19)
        Me.Panel2.Controls.Add(Me.Label20)
        Me.Panel2.Controls.Add(Me.Label21)
        Me.Panel2.Font = New System.Drawing.Font("Bookman Old Style", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Panel2.Location = New System.Drawing.Point(14, 356)
        Me.Panel2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(704, 184)
        Me.Panel2.TabIndex = 22
        '
        'Label1
        '
        Me.Label1.AutoSize = True
        Me.Label1.Font = New System.Drawing.Font("Calisto MT", 20.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label1.Location = New System.Drawing.Point(26, 11)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(72, 31)
        Me.Label1.TabIndex = 21
        Me.Label1.Text = "REA"
        '
        'Label15
        '
        Me.Label15.AutoSize = True
        Me.Label15.Font = New System.Drawing.Font("Palatino Linotype", 12.0!, CType(((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic) _
                        Or System.Drawing.FontStyle.Underline), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label15.Location = New System.Drawing.Point(504, 150)
        Me.Label15.Name = "Label15"
        Me.Label15.Size = New System.Drawing.Size(178, 21)
        Me.Label15.TabIndex = 20
        Me.Label15.Text = "***Robert E. Acierno***" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
        Me.Label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'txtCheckNumAmount
        '
        Me.txtCheckNumAmount.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCheckNumAmount.Location = New System.Drawing.Point(525, 85)
        Me.txtCheckNumAmount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.txtCheckNumAmount.Name = "txtCheckNumAmount"
        Me.txtCheckNumAmount.Size = New System.Drawing.Size(165, 23)
        Me.txtCheckNumAmount.TabIndex = 17
        '
        'txtCheckAmount
        '
        Me.txtCheckAmount.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCheckAmount.Location = New System.Drawing.Point(150, 116)
        Me.txtCheckAmount.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.txtCheckAmount.Name = "txtCheckAmount"
        Me.txtCheckAmount.Size = New System.Drawing.Size(333, 23)
        Me.txtCheckAmount.TabIndex = 16
        Me.txtCheckAmount.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
        '
        'txtCheckPayTo
        '
        Me.txtCheckPayTo.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCheckPayTo.Location = New System.Drawing.Point(150, 85)
        Me.txtCheckPayTo.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.txtCheckPayTo.Name = "txtCheckPayTo"
        Me.txtCheckPayTo.Size = New System.Drawing.Size(333, 23)
        Me.txtCheckPayTo.TabIndex = 15
        '
        'txtCheckDate
        '
        Me.txtCheckDate.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtCheckDate.Location = New System.Drawing.Point(576, 22)
        Me.txtCheckDate.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.txtCheckDate.Name = "txtCheckDate"
        Me.txtCheckDate.Size = New System.Drawing.Size(114, 23)
        Me.txtCheckDate.TabIndex = 14
        '
        'Label14
        '
        Me.Label14.AutoSize = True
        Me.Label14.Font = New System.Drawing.Font("Bookman Old Style", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label14.Location = New System.Drawing.Point(522, 25)
        Me.Label14.Name = "Label14"
        Me.Label14.Size = New System.Drawing.Size(36, 15)
        Me.Label14.TabIndex = 1
        Me.Label14.Text = "Date:"
        Me.Label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Label19
        '
        Me.Label19.AutoSize = True
        Me.Label19.Font = New System.Drawing.Font("Bookman Old Style", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label19.Location = New System.Drawing.Point(505, 91)
        Me.Label19.Name = "Label19"
        Me.Label19.Size = New System.Drawing.Size(17, 17)
        Me.Label19.TabIndex = 6
        Me.Label19.Text = "$"
        Me.Label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Label20
        '
        Me.Label20.AutoSize = True
        Me.Label20.Font = New System.Drawing.Font("Bookman Old Style", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label20.Location = New System.Drawing.Point(505, 121)
        Me.Label20.Name = "Label20"
        Me.Label20.Size = New System.Drawing.Size(47, 15)
        Me.Label20.TabIndex = 5
        Me.Label20.Text = "Dollars"
        Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
        '
        'Label21
        '
        Me.Label21.AutoSize = True
        Me.Label21.Font = New System.Drawing.Font("Bookman Old Style", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label21.Location = New System.Drawing.Point(5, 94)
        Me.Label21.Name = "Label21"
        Me.Label21.Size = New System.Drawing.Size(130, 14)
        Me.Label21.TabIndex = 4
        Me.Label21.Text = "Pay to the Order of"
        Me.Label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        '
        'Panel3
        '
        Me.Panel3.BackColor = System.Drawing.SystemColors.ControlLightLight
        Me.Panel3.Controls.Add(Me.lstOutput)
        Me.Panel3.Location = New System.Drawing.Point(14, 177)
        Me.Panel3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.Panel3.Name = "Panel3"
        Me.Panel3.Size = New System.Drawing.Size(704, 171)
        Me.Panel3.TabIndex = 21
        '
        'lstOutput
        '
        Me.lstOutput.Font = New System.Drawing.Font("Bookman Old Style", 8.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lstOutput.FormattingEnabled = True
        Me.lstOutput.ItemHeight = 15
        Me.lstOutput.Location = New System.Drawing.Point(0, 5)
        Me.lstOutput.Name = "lstOutput"
        Me.lstOutput.Size = New System.Drawing.Size(698, 184)
        Me.lstOutput.TabIndex = 0
        '
        'btnPay
        '
        Me.btnPay.BackColor = System.Drawing.Color.SeaGreen
        Me.btnPay.FlatAppearance.BorderColor = System.Drawing.Color.White
        Me.btnPay.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me.btnPay.Font = New System.Drawing.Font("Bookman Old Style", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnPay.ForeColor = System.Drawing.Color.White
        Me.btnPay.Location = New System.Drawing.Point(482, 97)
        Me.btnPay.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.btnPay.Name = "btnPay"
        Me.btnPay.Size = New System.Drawing.Size(119, 32)
        Me.btnPay.TabIndex = 9
        Me.btnPay.Text = "PAY"
        Me.btnPay.UseVisualStyleBackColor = False
        '
        'btnNext
        '
        Me.btnNext.BackColor = System.Drawing.Color.SeaGreen
        Me.btnNext.FlatAppearance.BorderColor = System.Drawing.Color.White
        Me.btnNext.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me.btnNext.Font = New System.Drawing.Font("Bookman Old Style", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnNext.ForeColor = System.Drawing.Color.White
        Me.btnNext.Location = New System.Drawing.Point(607, 97)
        Me.btnNext.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.btnNext.Name = "btnNext"
        Me.btnNext.Size = New System.Drawing.Size(112, 32)
        Me.btnNext.TabIndex = 10
        Me.btnNext.Text = "NEXT"
        Me.btnNext.UseVisualStyleBackColor = False
        '
        'btnReport
        '
        Me.btnReport.BackColor = System.Drawing.Color.SeaGreen
        Me.btnReport.FlatAppearance.BorderColor = System.Drawing.Color.White
        Me.btnReport.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me.btnReport.Font = New System.Drawing.Font("Bookman Old Style", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnReport.ForeColor = System.Drawing.Color.White
        Me.btnReport.Location = New System.Drawing.Point(558, 137)
        Me.btnReport.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.btnReport.Name = "btnReport"
        Me.btnReport.Size = New System.Drawing.Size(119, 32)
        Me.btnReport.TabIndex = 11
        Me.btnReport.Text = "REPORT"
        Me.btnReport.UseVisualStyleBackColor = False
        '
        'btnExit
        '
        Me.btnExit.BackColor = System.Drawing.Color.SeaGreen
        Me.btnExit.FlatAppearance.BorderColor = System.Drawing.Color.White
        Me.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Popup
        Me.btnExit.Font = New System.Drawing.Font("Bookman Old Style", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnExit.ForeColor = System.Drawing.Color.White
        Me.btnExit.Location = New System.Drawing.Point(314, 549)
        Me.btnExit.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
        Me.btnExit.Name = "btnExit"
        Me.btnExit.Size = New System.Drawing.Size(112, 32)
        Me.btnExit.TabIndex = 12
        Me.btnExit.Text = "EXIT"
        Me.btnExit.UseVisualStyleBackColor = False
        '
        'txtDeptCode
        '
        Me.txtDeptCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtDeptCode.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtDeptCode.Location = New System.Drawing.Point(377, 65)
        Me.txtDeptCode.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtDeptCode.Name = "txtDeptCode"
        Me.txtDeptCode.Size = New System.Drawing.Size(224, 23)
        Me.txtDeptCode.TabIndex = 5
        '
        'txtEmpDepend
        '
        Me.txtEmpDepend.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtEmpDepend.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtEmpDepend.Location = New System.Drawing.Point(107, 104)
        Me.txtEmpDepend.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.txtEmpDepend.Name = "txtEmpDepend"
        Me.txtEmpDepend.Size = New System.Drawing.Size(54, 23)
        Me.txtEmpDepend.TabIndex = 4
        '
        'txtOTCode2
        '
        Me.txtOTCode2.Font = New System.Drawing.Font("Arial", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtOTCode2.FormattingEnabled = True
        Me.txtOTCode2.Items.AddRange(New Object() {"1", "2", "3", "4"})
        Me.txtOTCode2.Location = New System.Drawing.Point(390, 135)
        Me.txtOTCode2.Name = "txtOTCode2"
        Me.txtOTCode2.Size = New System.Drawing.Size(48, 24)
        Me.txtOTCode2.TabIndex = 6
        '
        'Label10
        '
        Me.Label10.AutoSize = True
        Me.Label10.Font = New System.Drawing.Font("Franklin Gothic Demi Cond", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label10.ForeColor = System.Drawing.SystemColors.HotTrack
        Me.Label10.Location = New System.Drawing.Point(275, 7)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(444, 30)
        Me.Label10.TabIndex = 23
        Me.Label10.Text = "American Signs & Graphics Corp.  Payroll Program"
        '
        'Form1
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(8.0!, 18.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.Tan
        Me.ClientSize = New System.Drawing.Size(739, 584)
        Me.Controls.Add(Me.Label10)
        Me.Controls.Add(Me.txtOTCode2)
        Me.Controls.Add(Me.txtEmpDepend)
        Me.Controls.Add(Me.txtDeptCode)
        Me.Controls.Add(Me.btnExit)
        Me.Controls.Add(Me.btnReport)
        Me.Controls.Add(Me.btnNext)
        Me.Controls.Add(Me.btnPay)
        Me.Controls.Add(Me.Panel2)
        Me.Controls.Add(Me.Panel3)
        Me.Controls.Add(Me.txtEmpHrsWorked)
        Me.Controls.Add(Me.txtEmpPayRate)
        Me.Controls.Add(Me.txtEmpLast)
        Me.Controls.Add(Me.txtEmpFirst)
        Me.Controls.Add(Me.txtEmpID)
        Me.Controls.Add(Me.Label9)
        Me.Controls.Add(Me.Label8)
        Me.Controls.Add(Me.Label7)
        Me.Controls.Add(Me.Label6)
        Me.Controls.Add(Me.Label5)
        Me.Controls.Add(Me.Label4)
        Me.Controls.Add(Me.Label3)
        Me.Controls.Add(Me.Label2)
        Me.Font = New System.Drawing.Font("Bookman Old Style", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Margin = New System.Windows.Forms.Padding(3, 5, 3, 5)
        Me.Name = "Form1"
        Me.Text = "Form1"
        Me.Panel2.ResumeLayout(False)
        Me.Panel2.PerformLayout()
        Me.Panel3.ResumeLayout(False)
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents txtEmpID As System.Windows.Forms.TextBox
    Friend WithEvents txtEmpFirst As System.Windows.Forms.TextBox
    Friend WithEvents txtEmpLast As System.Windows.Forms.TextBox
    Friend WithEvents txtEmpPayRate As System.Windows.Forms.TextBox
    Friend WithEvents txtEmpHrsWorked As System.Windows.Forms.TextBox
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents txtCheckNumAmount As System.Windows.Forms.TextBox
    Friend WithEvents txtCheckAmount As System.Windows.Forms.TextBox
    Friend WithEvents txtCheckPayTo As System.Windows.Forms.TextBox
    Friend WithEvents txtCheckDate As System.Windows.Forms.TextBox
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents Label19 As System.Windows.Forms.Label
    Friend WithEvents Label20 As System.Windows.Forms.Label
    Friend WithEvents Label21 As System.Windows.Forms.Label
    Friend WithEvents Panel3 As System.Windows.Forms.Panel
    Friend WithEvents btnPay As System.Windows.Forms.Button
    Friend WithEvents btnNext As System.Windows.Forms.Button
    Friend WithEvents btnReport As System.Windows.Forms.Button
    Friend WithEvents btnExit As System.Windows.Forms.Button
    Friend WithEvents lstOutput As System.Windows.Forms.ListBox
    Friend WithEvents txtDeptCode As System.Windows.Forms.TextBox
    Friend WithEvents txtEmpDepend As System.Windows.Forms.TextBox
    Friend WithEvents txtOTCode2 As System.Windows.Forms.ComboBox
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label10 As System.Windows.Forms.Label

End Class




