_ 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.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.Label5 = New System.Windows.Forms.Label Me.Label6 = New System.Windows.Forms.Label Me.Label7 = New System.Windows.Forms.Label Me.TxtLast = New System.Windows.Forms.TextBox Me.txtFirst = New System.Windows.Forms.TextBox Me.txtId = New System.Windows.Forms.TextBox Me.txtCode = New System.Windows.Forms.TextBox Me.txtRate = New System.Windows.Forms.TextBox Me.txtHours = New System.Windows.Forms.TextBox Me.lstCheck = New System.Windows.Forms.ListBox Me.lstStub = New System.Windows.Forms.ListBox Me.btnPay = New System.Windows.Forms.Button Me.btnClear = New System.Windows.Forms.Button Me.Label8 = New System.Windows.Forms.Label Me.Label9 = New System.Windows.Forms.Label Me.btnExit = New System.Windows.Forms.Button Me.Label10 = New System.Windows.Forms.Label Me.btnOpen = New System.Windows.Forms.Button Me.btnRead = New System.Windows.Forms.Button Me.btnLook = New System.Windows.Forms.Button Me.btnNext = New System.Windows.Forms.Button Me.btnAddData = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(20, 39) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(27, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Last" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(20, 69) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(26, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "First" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(20, 101) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(31, 13) Me.Label3.TabIndex = 2 Me.Label3.Text = "I.D.#" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(20, 130) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(65, 13) Me.Label4.TabIndex = 3 Me.Label4.Text = "Code(1=OT)" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(20, 158) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(30, 13) Me.Label5.TabIndex = 4 Me.Label5.Text = "Rate" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(20, 185) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(35, 13) Me.Label6.TabIndex = 5 Me.Label6.Text = "Hours" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.BackColor = System.Drawing.Color.Green Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(200, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(66, 24) Me.Label7.TabIndex = 6 Me.Label7.Text = "Payroll" ' 'TxtLast ' Me.TxtLast.Location = New System.Drawing.Point(89, 39) Me.TxtLast.Name = "TxtLast" Me.TxtLast.Size = New System.Drawing.Size(100, 20) Me.TxtLast.TabIndex = 7 ' 'txtFirst ' Me.txtFirst.Location = New System.Drawing.Point(89, 69) Me.txtFirst.Name = "txtFirst" Me.txtFirst.Size = New System.Drawing.Size(100, 20) Me.txtFirst.TabIndex = 8 ' 'txtId ' Me.txtId.Location = New System.Drawing.Point(89, 101) Me.txtId.Name = "txtId" Me.txtId.Size = New System.Drawing.Size(100, 20) Me.txtId.TabIndex = 9 ' 'txtCode ' Me.txtCode.Location = New System.Drawing.Point(89, 130) Me.txtCode.Name = "txtCode" Me.txtCode.Size = New System.Drawing.Size(100, 20) Me.txtCode.TabIndex = 10 ' 'txtRate ' Me.txtRate.Location = New System.Drawing.Point(89, 158) Me.txtRate.Name = "txtRate" Me.txtRate.Size = New System.Drawing.Size(100, 20) Me.txtRate.TabIndex = 11 ' 'txtHours ' Me.txtHours.Location = New System.Drawing.Point(89, 185) Me.txtHours.Name = "txtHours" Me.txtHours.Size = New System.Drawing.Size(100, 20) Me.txtHours.TabIndex = 12 ' 'lstCheck ' Me.lstCheck.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.lstCheck.FormattingEnabled = True Me.lstCheck.Location = New System.Drawing.Point(210, 39) Me.lstCheck.Name = "lstCheck" Me.lstCheck.Size = New System.Drawing.Size(226, 95) Me.lstCheck.TabIndex = 13 ' 'lstStub ' Me.lstStub.BackColor = System.Drawing.Color.Lime Me.lstStub.FormattingEnabled = True Me.lstStub.Location = New System.Drawing.Point(213, 185) Me.lstStub.Name = "lstStub" Me.lstStub.Size = New System.Drawing.Size(223, 225) Me.lstStub.TabIndex = 14 ' 'btnPay ' Me.btnPay.BackColor = System.Drawing.Color.Green Me.btnPay.Location = New System.Drawing.Point(108, 249) Me.btnPay.Name = "btnPay" Me.btnPay.Size = New System.Drawing.Size(75, 23) Me.btnPay.TabIndex = 15 Me.btnPay.Text = "Pay" Me.btnPay.UseVisualStyleBackColor = False ' 'btnClear ' Me.btnClear.Location = New System.Drawing.Point(213, 419) Me.btnClear.Name = "btnClear" Me.btnClear.Size = New System.Drawing.Size(75, 23) Me.btnClear.TabIndex = 16 Me.btnClear.Text = "Clear" Me.btnClear.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.BackColor = System.Drawing.Color.FromArgb(CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Label8.Location = New System.Drawing.Point(315, 39) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(38, 13) Me.Label8.TabIndex = 17 Me.Label8.Text = "Check" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.BackColor = System.Drawing.Color.Lime Me.Label9.Location = New System.Drawing.Point(315, 165) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(29, 13) Me.Label9.TabIndex = 18 Me.Label9.Text = "Stub" ' 'btnExit ' Me.btnExit.BackColor = System.Drawing.Color.Red Me.btnExit.Location = New System.Drawing.Point(364, 419) Me.btnExit.Name = "btnExit" Me.btnExit.Size = New System.Drawing.Size(75, 23) Me.btnExit.TabIndex = 19 Me.btnExit.Text = "Exit" Me.btnExit.UseVisualStyleBackColor = False ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Label10.Location = New System.Drawing.Point(20, 429) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(91, 13) Me.Label10.TabIndex = 20 Me.Label10.Text = "CST112 T.Weber" ' 'btnOpen ' Me.btnOpen.BackColor = System.Drawing.Color.Red Me.btnOpen.Location = New System.Drawing.Point(12, 249) Me.btnOpen.Name = "btnOpen" Me.btnOpen.Size = New System.Drawing.Size(75, 23) Me.btnOpen.TabIndex = 21 Me.btnOpen.Text = "open" Me.btnOpen.UseVisualStyleBackColor = False ' 'btnRead ' Me.btnRead.BackColor = System.Drawing.Color.Red Me.btnRead.Location = New System.Drawing.Point(12, 278) Me.btnRead.Name = "btnRead" Me.btnRead.Size = New System.Drawing.Size(75, 23) Me.btnRead.TabIndex = 22 Me.btnRead.Text = "Read-file" Me.btnRead.UseVisualStyleBackColor = False ' 'btnLook ' Me.btnLook.BackColor = System.Drawing.Color.Red Me.btnLook.Location = New System.Drawing.Point(12, 307) Me.btnLook.Name = "btnLook" Me.btnLook.Size = New System.Drawing.Size(75, 23) Me.btnLook.TabIndex = 23 Me.btnLook.Text = "Look up" Me.btnLook.UseVisualStyleBackColor = False ' 'btnNext ' Me.btnNext.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.btnNext.Location = New System.Drawing.Point(108, 278) Me.btnNext.Name = "btnNext" Me.btnNext.Size = New System.Drawing.Size(75, 23) Me.btnNext.TabIndex = 24 Me.btnNext.Text = "Next" Me.btnNext.UseVisualStyleBackColor = False ' 'btnAddData ' Me.btnAddData.BackColor = System.Drawing.Color.Red Me.btnAddData.Location = New System.Drawing.Point(12, 337) Me.btnAddData.Name = "btnAddData" Me.btnAddData.Size = New System.Drawing.Size(75, 23) Me.btnAddData.TabIndex = 25 Me.btnAddData.Text = "add data" Me.btnAddData.UseVisualStyleBackColor = False ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(448, 466) Me.Controls.Add(Me.btnAddData) Me.Controls.Add(Me.btnNext) Me.Controls.Add(Me.btnLook) Me.Controls.Add(Me.btnRead) Me.Controls.Add(Me.btnOpen) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.btnExit) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.btnClear) Me.Controls.Add(Me.btnPay) Me.Controls.Add(Me.lstStub) Me.Controls.Add(Me.lstCheck) Me.Controls.Add(Me.txtHours) Me.Controls.Add(Me.txtRate) Me.Controls.Add(Me.txtCode) Me.Controls.Add(Me.txtId) Me.Controls.Add(Me.txtFirst) Me.Controls.Add(Me.TxtLast) 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.Controls.Add(Me.Label1) Me.Name = "Form1" Me.Text = "Form1" Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents TxtLast As System.Windows.Forms.TextBox Friend WithEvents txtFirst As System.Windows.Forms.TextBox Friend WithEvents txtId As System.Windows.Forms.TextBox Friend WithEvents txtCode As System.Windows.Forms.TextBox Friend WithEvents txtRate As System.Windows.Forms.TextBox Friend WithEvents txtHours As System.Windows.Forms.TextBox Friend WithEvents lstCheck As System.Windows.Forms.ListBox Friend WithEvents lstStub As System.Windows.Forms.ListBox Friend WithEvents btnPay As System.Windows.Forms.Button Friend WithEvents btnClear As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents btnExit As System.Windows.Forms.Button Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents btnOpen As System.Windows.Forms.Button Friend WithEvents btnRead As System.Windows.Forms.Button Friend WithEvents btnLook As System.Windows.Forms.Button Friend WithEvents btnNext As System.Windows.Forms.Button Friend WithEvents btnAddData As System.Windows.Forms.Button End Class