_ 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.txtID = New System.Windows.Forms.TextBox Me.txtLName = New System.Windows.Forms.TextBox Me.TxtFName = New System.Windows.Forms.TextBox Me.txtPayRate = New System.Windows.Forms.TextBox Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.Label3 = New System.Windows.Forms.Label Me.Label4 = New System.Windows.Forms.Label Me.txtHours = New System.Windows.Forms.TextBox Me.Label5 = New System.Windows.Forms.Label Me.txtPayCode = New System.Windows.Forms.TextBox Me.Label6 = New System.Windows.Forms.Label Me.cmdPay = New System.Windows.Forms.Button Me.cmdNext = New System.Windows.Forms.Button Me.cmdExit = New System.Windows.Forms.Button Me.pnlPayCheck = New System.Windows.Forms.Panel Me.lstPaycheck = New System.Windows.Forms.ListBox Me.lblPaycheck = New System.Windows.Forms.Label Me.pnlPayStub = New System.Windows.Forms.Panel Me.lblPaystub = New System.Windows.Forms.Label Me.lstPaystub = New System.Windows.Forms.ListBox Me.pnlPayCheck.SuspendLayout() Me.pnlPayStub.SuspendLayout() Me.SuspendLayout() ' 'txtID ' Me.txtID.Location = New System.Drawing.Point(74, 12) Me.txtID.Name = "txtID" Me.txtID.Size = New System.Drawing.Size(100, 20) Me.txtID.TabIndex = 0 ' 'txtLName ' Me.txtLName.Location = New System.Drawing.Point(134, 86) Me.txtLName.Name = "txtLName" Me.txtLName.Size = New System.Drawing.Size(100, 20) Me.txtLName.TabIndex = 1 ' 'TxtFName ' Me.TxtFName.Location = New System.Drawing.Point(326, 86) Me.TxtFName.Name = "TxtFName" Me.TxtFName.Size = New System.Drawing.Size(100, 20) Me.TxtFName.TabIndex = 2 ' 'txtPayRate ' Me.txtPayRate.Location = New System.Drawing.Point(134, 112) Me.txtPayRate.Name = "txtPayRate" Me.txtPayRate.Size = New System.Drawing.Size(100, 20) Me.txtPayRate.TabIndex = 3 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(11, 19) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(58, 13) Me.Label1.TabIndex = 4 Me.Label1.Text = "ID Number" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(71, 89) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(58, 13) Me.Label2.TabIndex = 5 Me.Label2.Text = "Last Name" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(257, 89) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(57, 13) Me.Label3.TabIndex = 6 Me.Label3.Text = "First Name" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(71, 112) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(51, 13) Me.Label4.TabIndex = 7 Me.Label4.Text = "Pay Rate" ' 'txtHours ' Me.txtHours.Location = New System.Drawing.Point(326, 112) Me.txtHours.Name = "txtHours" Me.txtHours.Size = New System.Drawing.Size(100, 20) Me.txtHours.TabIndex = 4 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(244, 119) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(76, 13) Me.Label5.TabIndex = 8 Me.Label5.Text = "Hours Worked" ' 'txtPayCode ' Me.txtPayCode.Location = New System.Drawing.Point(134, 138) Me.txtPayCode.Name = "txtPayCode" Me.txtPayCode.Size = New System.Drawing.Size(100, 20) Me.txtPayCode.TabIndex = 9 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(72, 138) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(53, 13) Me.Label6.TabIndex = 10 Me.Label6.Text = "Pay Code" ' 'cmdPay ' Me.cmdPay.Location = New System.Drawing.Point(134, 274) Me.cmdPay.Name = "cmdPay" Me.cmdPay.Size = New System.Drawing.Size(75, 23) Me.cmdPay.TabIndex = 11 Me.cmdPay.Text = "Pay" Me.cmdPay.UseVisualStyleBackColor = True ' 'cmdNext ' Me.cmdNext.Location = New System.Drawing.Point(247, 274) Me.cmdNext.Name = "cmdNext" Me.cmdNext.Size = New System.Drawing.Size(75, 23) Me.cmdNext.TabIndex = 12 Me.cmdNext.Text = "Next" Me.cmdNext.UseVisualStyleBackColor = True ' 'cmdExit ' Me.cmdExit.Location = New System.Drawing.Point(185, 351) Me.cmdExit.Name = "cmdExit" Me.cmdExit.Size = New System.Drawing.Size(75, 23) Me.cmdExit.TabIndex = 13 Me.cmdExit.Text = "Exit" Me.cmdExit.UseVisualStyleBackColor = True ' 'pnlPayCheck ' Me.pnlPayCheck.Controls.Add(Me.lstPaycheck) Me.pnlPayCheck.Controls.Add(Me.lblPaycheck) Me.pnlPayCheck.Location = New System.Drawing.Point(481, 227) Me.pnlPayCheck.Name = "pnlPayCheck" Me.pnlPayCheck.Size = New System.Drawing.Size(503, 152) Me.pnlPayCheck.TabIndex = 15 ' 'lstPaycheck ' Me.lstPaycheck.FormattingEnabled = True Me.lstPaycheck.Location = New System.Drawing.Point(9, 41) Me.lstPaycheck.Name = "lstPaycheck" Me.lstPaycheck.Size = New System.Drawing.Size(472, 108) Me.lstPaycheck.TabIndex = 18 ' 'lblPaycheck ' Me.lblPaycheck.AutoSize = True Me.lblPaycheck.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPaycheck.Location = New System.Drawing.Point(3, 7) Me.lblPaycheck.Name = "lblPaycheck" Me.lblPaycheck.Size = New System.Drawing.Size(172, 31) Me.lblPaycheck.TabIndex = 0 Me.lblPaycheck.Text = "PAYCHECK:" ' 'pnlPayStub ' Me.pnlPayStub.Controls.Add(Me.lblPaystub) Me.pnlPayStub.Controls.Add(Me.lstPaystub) Me.pnlPayStub.Location = New System.Drawing.Point(481, 21) Me.pnlPayStub.Name = "pnlPayStub" Me.pnlPayStub.Size = New System.Drawing.Size(503, 200) Me.pnlPayStub.TabIndex = 16 ' 'lblPaystub ' Me.lblPaystub.AutoSize = True Me.lblPaystub.Font = New System.Drawing.Font("Microsoft Sans Serif", 20.25!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblPaystub.Location = New System.Drawing.Point(3, 0) Me.lblPaystub.Name = "lblPaystub" Me.lblPaystub.Size = New System.Drawing.Size(149, 31) Me.lblPaystub.TabIndex = 1 Me.lblPaystub.Text = "PAYSTUB:" ' 'lstPaystub ' Me.lstPaystub.FormattingEnabled = True Me.lstPaystub.Location = New System.Drawing.Point(18, 34) Me.lstPaystub.Name = "lstPaystub" Me.lstPaystub.Size = New System.Drawing.Size(472, 160) Me.lstPaystub.TabIndex = 17 ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1036, 389) Me.Controls.Add(Me.pnlPayStub) Me.Controls.Add(Me.pnlPayCheck) Me.Controls.Add(Me.cmdExit) Me.Controls.Add(Me.cmdNext) Me.Controls.Add(Me.cmdPay) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.txtPayCode) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.txtHours) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtPayRate) Me.Controls.Add(Me.TxtFName) Me.Controls.Add(Me.txtLName) Me.Controls.Add(Me.txtID) Me.Name = "Form1" Me.Text = "Form1" Me.pnlPayCheck.ResumeLayout(False) Me.pnlPayCheck.PerformLayout() Me.pnlPayStub.ResumeLayout(False) Me.pnlPayStub.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents txtID As System.Windows.Forms.TextBox Friend WithEvents txtLName As System.Windows.Forms.TextBox Friend WithEvents TxtFName As System.Windows.Forms.TextBox Friend WithEvents txtPayRate As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label 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 txtHours As System.Windows.Forms.TextBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents txtPayCode As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents cmdPay As System.Windows.Forms.Button Friend WithEvents cmdNext As System.Windows.Forms.Button Friend WithEvents cmdExit As System.Windows.Forms.Button Friend WithEvents pnlPayCheck As System.Windows.Forms.Panel Friend WithEvents lblPaycheck As System.Windows.Forms.Label Friend WithEvents pnlPayStub As System.Windows.Forms.Panel Friend WithEvents lblPaystub As System.Windows.Forms.Label Friend WithEvents lstPaystub As System.Windows.Forms.ListBox Friend WithEvents lstPaycheck As System.Windows.Forms.ListBox End Class