_ 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) 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. _ Private Sub InitializeComponent() Me.Label1 = New System.Windows.Forms.Label Me.Label2 = New System.Windows.Forms.Label Me.lblMon = New System.Windows.Forms.Label Me.LblTue = New System.Windows.Forms.Label Me.LblWed = New System.Windows.Forms.Label Me.LblThu = New System.Windows.Forms.Label Me.LblFri = New System.Windows.Forms.Label Me.TxtMon = New System.Windows.Forms.TextBox Me.TxtTue = New System.Windows.Forms.TextBox Me.TxtWen = New System.Windows.Forms.TextBox Me.TxtThu = New System.Windows.Forms.TextBox Me.TxtFri = New System.Windows.Forms.TextBox Me.TxtRate = New System.Windows.Forms.TextBox Me.lblrate = New System.Windows.Forms.Label Me.LstPay = New System.Windows.Forms.ListBox Me.BRegular = New System.Windows.Forms.Button Me.BMon = New System.Windows.Forms.Button Me.Belection = New System.Windows.Forms.Button Me.BXmas = New System.Windows.Forms.Button Me.BClose = New System.Windows.Forms.Button Me.BTT = New System.Windows.Forms.Button Me.BMwf = New System.Windows.Forms.Button Me.BReset = New System.Windows.Forms.Button Me.BSame = New System.Windows.Forms.Button Me.BClear = New System.Windows.Forms.Button Me.BReport = New System.Windows.Forms.Button Me.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(221, 21) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(80, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Cst112 Midterm" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 492) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(78, 13) Me.Label2.TabIndex = 1 Me.Label2.Text = "Mark Bernstein" ' 'lblMon ' Me.lblMon.AutoSize = True Me.lblMon.Location = New System.Drawing.Point(24, 74) Me.lblMon.Name = "lblMon" Me.lblMon.Size = New System.Drawing.Size(45, 13) Me.lblMon.TabIndex = 2 Me.lblMon.Text = "Monday" ' 'LblTue ' Me.LblTue.AutoSize = True Me.LblTue.Location = New System.Drawing.Point(24, 102) Me.LblTue.Name = "LblTue" Me.LblTue.Size = New System.Drawing.Size(48, 13) Me.LblTue.TabIndex = 3 Me.LblTue.Text = "Tuesday" ' 'LblWed ' Me.LblWed.AutoSize = True Me.LblWed.Location = New System.Drawing.Point(24, 130) Me.LblWed.Name = "LblWed" Me.LblWed.Size = New System.Drawing.Size(58, 13) Me.LblWed.TabIndex = 4 Me.LblWed.Text = "Wendsday" ' 'LblThu ' Me.LblThu.AutoSize = True Me.LblThu.Location = New System.Drawing.Point(24, 155) Me.LblThu.Name = "LblThu" Me.LblThu.Size = New System.Drawing.Size(51, 13) Me.LblThu.TabIndex = 5 Me.LblThu.Text = "Thursday" ' 'LblFri ' Me.LblFri.AutoSize = True Me.LblFri.Location = New System.Drawing.Point(24, 181) Me.LblFri.Name = "LblFri" Me.LblFri.Size = New System.Drawing.Size(35, 13) Me.LblFri.TabIndex = 6 Me.LblFri.Text = "Friday" ' 'TxtMon ' Me.TxtMon.Location = New System.Drawing.Point(92, 74) Me.TxtMon.Name = "TxtMon" Me.TxtMon.Size = New System.Drawing.Size(87, 20) Me.TxtMon.TabIndex = 7 ' 'TxtTue ' Me.TxtTue.Location = New System.Drawing.Point(92, 102) Me.TxtTue.Name = "TxtTue" Me.TxtTue.Size = New System.Drawing.Size(87, 20) Me.TxtTue.TabIndex = 8 ' 'TxtWen ' Me.TxtWen.Location = New System.Drawing.Point(92, 130) Me.TxtWen.Name = "TxtWen" Me.TxtWen.Size = New System.Drawing.Size(87, 20) Me.TxtWen.TabIndex = 9 ' 'TxtThu ' Me.TxtThu.Location = New System.Drawing.Point(92, 156) Me.TxtThu.Name = "TxtThu" Me.TxtThu.Size = New System.Drawing.Size(87, 20) Me.TxtThu.TabIndex = 10 ' 'TxtFri ' Me.TxtFri.Location = New System.Drawing.Point(92, 182) Me.TxtFri.Name = "TxtFri" Me.TxtFri.Size = New System.Drawing.Size(87, 20) Me.TxtFri.TabIndex = 11 ' 'TxtRate ' Me.TxtRate.Location = New System.Drawing.Point(92, 214) Me.TxtRate.Name = "TxtRate" Me.TxtRate.Size = New System.Drawing.Size(86, 20) Me.TxtRate.TabIndex = 12 ' 'lblrate ' Me.lblrate.AutoSize = True Me.lblrate.Location = New System.Drawing.Point(30, 214) Me.lblrate.Name = "lblrate" Me.lblrate.Size = New System.Drawing.Size(30, 13) Me.lblrate.TabIndex = 13 Me.lblrate.Text = "Rate" ' 'LstPay ' Me.LstPay.FormattingEnabled = True Me.LstPay.Location = New System.Drawing.Point(264, 54) Me.LstPay.Name = "LstPay" Me.LstPay.Size = New System.Drawing.Size(281, 238) Me.LstPay.TabIndex = 14 ' 'BRegular ' Me.BRegular.Location = New System.Drawing.Point(22, 249) Me.BRegular.Name = "BRegular" Me.BRegular.Size = New System.Drawing.Size(70, 28) Me.BRegular.TabIndex = 15 Me.BRegular.Text = "Regular" Me.BRegular.UseVisualStyleBackColor = True ' 'BMon ' Me.BMon.Location = New System.Drawing.Point(119, 249) Me.BMon.Name = "BMon" Me.BMon.Size = New System.Drawing.Size(70, 28) Me.BMon.TabIndex = 16 Me.BMon.Text = "Mon. Hol" Me.BMon.UseVisualStyleBackColor = True ' 'Belection ' Me.Belection.Location = New System.Drawing.Point(23, 294) Me.Belection.Name = "Belection" Me.Belection.Size = New System.Drawing.Size(70, 28) Me.Belection.TabIndex = 17 Me.Belection.Text = "Election" Me.Belection.UseVisualStyleBackColor = True ' 'BXmas ' Me.BXmas.Location = New System.Drawing.Point(119, 294) Me.BXmas.Name = "BXmas" Me.BXmas.Size = New System.Drawing.Size(70, 28) Me.BXmas.TabIndex = 18 Me.BXmas.Text = "Xmas" Me.BXmas.UseVisualStyleBackColor = True ' 'BClose ' Me.BClose.Location = New System.Drawing.Point(475, 372) Me.BClose.Name = "BClose" Me.BClose.Size = New System.Drawing.Size(70, 28) Me.BClose.TabIndex = 19 Me.BClose.Text = "Exit" Me.BClose.UseVisualStyleBackColor = True ' 'BTT ' Me.BTT.Location = New System.Drawing.Point(295, 372) Me.BTT.Name = "BTT" Me.BTT.Size = New System.Drawing.Size(70, 28) Me.BTT.TabIndex = 20 Me.BTT.Text = "TT" Me.BTT.UseVisualStyleBackColor = True ' 'BMwf ' Me.BMwf.Location = New System.Drawing.Point(295, 325) Me.BMwf.Name = "BMwf" Me.BMwf.Size = New System.Drawing.Size(70, 28) Me.BMwf.TabIndex = 21 Me.BMwf.Text = "MWF" Me.BMwf.UseVisualStyleBackColor = True ' 'BReset ' Me.BReset.Location = New System.Drawing.Point(383, 372) Me.BReset.Name = "BReset" Me.BReset.Size = New System.Drawing.Size(70, 28) Me.BReset.TabIndex = 22 Me.BReset.Text = "Reset" Me.BReset.UseVisualStyleBackColor = True ' 'BSame ' Me.BSame.Location = New System.Drawing.Point(383, 325) Me.BSame.Name = "BSame" Me.BSame.Size = New System.Drawing.Size(70, 28) Me.BSame.TabIndex = 23 Me.BSame.Text = "Same" Me.BSame.UseVisualStyleBackColor = True ' 'BClear ' Me.BClear.Location = New System.Drawing.Point(475, 325) Me.BClear.Name = "BClear" Me.BClear.Size = New System.Drawing.Size(70, 28) Me.BClear.TabIndex = 24 Me.BClear.Text = "Clear" Me.BClear.UseVisualStyleBackColor = True ' 'BReport ' Me.BReport.Location = New System.Drawing.Point(17, 376) Me.BReport.Name = "BReport" Me.BReport.Size = New System.Drawing.Size(75, 34) Me.BReport.TabIndex = 25 Me.BReport.Text = "Report" Me.BReport.UseVisualStyleBackColor = True ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(576, 526) Me.Controls.Add(Me.BReport) Me.Controls.Add(Me.BClear) Me.Controls.Add(Me.BSame) Me.Controls.Add(Me.BReset) Me.Controls.Add(Me.BMwf) Me.Controls.Add(Me.BTT) Me.Controls.Add(Me.BClose) Me.Controls.Add(Me.BXmas) Me.Controls.Add(Me.Belection) Me.Controls.Add(Me.BMon) Me.Controls.Add(Me.BRegular) Me.Controls.Add(Me.LstPay) Me.Controls.Add(Me.lblrate) Me.Controls.Add(Me.TxtRate) Me.Controls.Add(Me.TxtFri) Me.Controls.Add(Me.TxtThu) Me.Controls.Add(Me.TxtWen) Me.Controls.Add(Me.TxtTue) Me.Controls.Add(Me.TxtMon) Me.Controls.Add(Me.LblFri) Me.Controls.Add(Me.LblThu) Me.Controls.Add(Me.LblWed) Me.Controls.Add(Me.LblTue) Me.Controls.Add(Me.lblMon) 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 lblMon As System.Windows.Forms.Label Friend WithEvents LblTue As System.Windows.Forms.Label Friend WithEvents LblWed As System.Windows.Forms.Label Friend WithEvents LblThu As System.Windows.Forms.Label Friend WithEvents LblFri As System.Windows.Forms.Label Friend WithEvents TxtMon As System.Windows.Forms.TextBox Friend WithEvents TxtTue As System.Windows.Forms.TextBox Friend WithEvents TxtWen As System.Windows.Forms.TextBox Friend WithEvents TxtThu As System.Windows.Forms.TextBox Friend WithEvents TxtFri As System.Windows.Forms.TextBox Friend WithEvents TxtRate As System.Windows.Forms.TextBox Friend WithEvents lblrate As System.Windows.Forms.Label Friend WithEvents LstPay As System.Windows.Forms.ListBox Friend WithEvents BRegular As System.Windows.Forms.Button Friend WithEvents BMon As System.Windows.Forms.Button Friend WithEvents Belection As System.Windows.Forms.Button Friend WithEvents BXmas As System.Windows.Forms.Button Friend WithEvents BClose As System.Windows.Forms.Button Friend WithEvents BTT As System.Windows.Forms.Button Friend WithEvents BMwf As System.Windows.Forms.Button Friend WithEvents BReset As System.Windows.Forms.Button Friend WithEvents BSame As System.Windows.Forms.Button Friend WithEvents BClear As System.Windows.Forms.Button Friend WithEvents BReport As System.Windows.Forms.Button End Class