_ Partial Class frmExam02_GUI 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.gbxInputValidation = New System.Windows.Forms.GroupBox Me.lblSalary = New System.Windows.Forms.Label Me.txtSalary = New System.Windows.Forms.TextBox Me.gbxSelection = New System.Windows.Forms.GroupBox Me.lblTotalPay = New System.Windows.Forms.Label Me.lblHoursWorked = New System.Windows.Forms.Label Me.txtHoursWorked = New System.Windows.Forms.TextBox Me.rbtPayScale20 = New System.Windows.Forms.RadioButton Me.rbtPayScale10 = New System.Windows.Forms.RadioButton Me.gbxRepetition = New System.Windows.Forms.GroupBox Me.lstMultiples = New System.Windows.Forms.ListBox Me.txtInput = New System.Windows.Forms.TextBox Me.lblInput = New System.Windows.Forms.Label Me.btnTotalPay = New System.Windows.Forms.Button Me.btnMultiples = New System.Windows.Forms.Button Me.gbxInputValidation.SuspendLayout() Me.gbxSelection.SuspendLayout() Me.gbxRepetition.SuspendLayout() Me.SuspendLayout() ' 'gbxInputValidation ' Me.gbxInputValidation.Controls.Add(Me.lblSalary) Me.gbxInputValidation.Controls.Add(Me.txtSalary) Me.gbxInputValidation.Location = New System.Drawing.Point(10, 10) Me.gbxInputValidation.Name = "gbxInputValidation" Me.gbxInputValidation.Size = New System.Drawing.Size(218, 63) Me.gbxInputValidation.TabIndex = 0 Me.gbxInputValidation.TabStop = False Me.gbxInputValidation.Text = "Input Validation" ' 'lblSalary ' Me.lblSalary.AutoSize = True Me.lblSalary.Location = New System.Drawing.Point(9, 30) Me.lblSalary.Name = "lblSalary" Me.lblSalary.Size = New System.Drawing.Size(57, 20) Me.lblSalary.TabIndex = 1 Me.lblSalary.Text = "Salary:" ' 'txtSalary ' Me.txtSalary.Location = New System.Drawing.Point(72, 25) Me.txtSalary.Name = "txtSalary" Me.txtSalary.Size = New System.Drawing.Size(126, 26) Me.txtSalary.TabIndex = 0 ' 'gbxSelection ' Me.gbxSelection.Controls.Add(Me.btnTotalPay) Me.gbxSelection.Controls.Add(Me.lblTotalPay) Me.gbxSelection.Controls.Add(Me.lblHoursWorked) Me.gbxSelection.Controls.Add(Me.txtHoursWorked) Me.gbxSelection.Controls.Add(Me.rbtPayScale20) Me.gbxSelection.Controls.Add(Me.rbtPayScale10) Me.gbxSelection.Location = New System.Drawing.Point(247, 10) Me.gbxSelection.Name = "gbxSelection" Me.gbxSelection.Size = New System.Drawing.Size(138, 224) Me.gbxSelection.TabIndex = 1 Me.gbxSelection.TabStop = False Me.gbxSelection.Text = "Selection" ' 'lblTotalPay ' Me.lblTotalPay.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.lblTotalPay.Location = New System.Drawing.Point(10, 191) Me.lblTotalPay.Name = "lblTotalPay" Me.lblTotalPay.Size = New System.Drawing.Size(115, 23) Me.lblTotalPay.TabIndex = 4 ' 'lblHoursWorked ' Me.lblHoursWorked.AutoSize = True Me.lblHoursWorked.Location = New System.Drawing.Point(6, 86) Me.lblHoursWorked.Name = "lblHoursWorked" Me.lblHoursWorked.Size = New System.Drawing.Size(115, 20) Me.lblHoursWorked.TabIndex = 3 Me.lblHoursWorked.Text = "Hours Worked:" ' 'txtHoursWorked ' Me.txtHoursWorked.Location = New System.Drawing.Point(10, 109) Me.txtHoursWorked.Name = "txtHoursWorked" Me.txtHoursWorked.Size = New System.Drawing.Size(115, 26) Me.txtHoursWorked.TabIndex = 2 ' 'rbtPayScale20 ' Me.rbtPayScale20.AutoSize = True Me.rbtPayScale20.Location = New System.Drawing.Point(6, 55) Me.rbtPayScale20.Name = "rbtPayScale20" Me.rbtPayScale20.Size = New System.Drawing.Size(119, 24) Me.rbtPayScale20.TabIndex = 1 Me.rbtPayScale20.TabStop = True Me.rbtPayScale20.Text = "Pay Scale 20" Me.rbtPayScale20.UseVisualStyleBackColor = True ' 'rbtPayScale10 ' Me.rbtPayScale10.AutoSize = True Me.rbtPayScale10.Location = New System.Drawing.Point(6, 25) Me.rbtPayScale10.Name = "rbtPayScale10" Me.rbtPayScale10.Size = New System.Drawing.Size(119, 24) Me.rbtPayScale10.TabIndex = 0 Me.rbtPayScale10.TabStop = True Me.rbtPayScale10.Text = "Pay Scale 10" Me.rbtPayScale10.UseVisualStyleBackColor = True ' 'gbxRepetition ' Me.gbxRepetition.Controls.Add(Me.btnMultiples) Me.gbxRepetition.Controls.Add(Me.lstMultiples) Me.gbxRepetition.Controls.Add(Me.txtInput) Me.gbxRepetition.Controls.Add(Me.lblInput) Me.gbxRepetition.Location = New System.Drawing.Point(403, 10) Me.gbxRepetition.Name = "gbxRepetition" Me.gbxRepetition.Size = New System.Drawing.Size(191, 346) Me.gbxRepetition.TabIndex = 2 Me.gbxRepetition.TabStop = False Me.gbxRepetition.Text = "Repetition" ' 'lstMultiples ' Me.lstMultiples.FormattingEnabled = True Me.lstMultiples.ItemHeight = 20 Me.lstMultiples.Location = New System.Drawing.Point(13, 109) Me.lstMultiples.Name = "lstMultiples" Me.lstMultiples.SelectionMode = System.Windows.Forms.SelectionMode.None Me.lstMultiples.Size = New System.Drawing.Size(166, 224) Me.lstMultiples.TabIndex = 2 ' 'txtInput ' Me.txtInput.Location = New System.Drawing.Point(79, 27) Me.txtInput.Name = "txtInput" Me.txtInput.Size = New System.Drawing.Size(100, 26) Me.txtInput.TabIndex = 1 ' 'lblInput ' Me.lblInput.AutoSize = True Me.lblInput.Location = New System.Drawing.Point(16, 29) Me.lblInput.Name = "lblInput" Me.lblInput.Size = New System.Drawing.Size(50, 20) Me.lblInput.TabIndex = 0 Me.lblInput.Text = "Input:" ' 'btnTotalPay ' Me.btnTotalPay.Location = New System.Drawing.Point(10, 151) Me.btnTotalPay.Name = "btnTotalPay" Me.btnTotalPay.Size = New System.Drawing.Size(115, 27) Me.btnTotalPay.TabIndex = 5 Me.btnTotalPay.Text = "Total Pay" Me.btnTotalPay.UseVisualStyleBackColor = True ' 'btnMultiples ' Me.btnMultiples.Location = New System.Drawing.Point(13, 64) Me.btnMultiples.Name = "btnMultiples" Me.btnMultiples.Size = New System.Drawing.Size(166, 29) Me.btnMultiples.TabIndex = 3 Me.btnMultiples.Text = "Display Multiples" Me.btnMultiples.UseVisualStyleBackColor = True ' 'frmExam02_GUI ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 20.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(607, 367) Me.Controls.Add(Me.gbxRepetition) Me.Controls.Add(Me.gbxSelection) Me.Controls.Add(Me.gbxInputValidation) Me.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frmExam02_GUI" Me.Text = "Exam 02 GUI" Me.gbxInputValidation.ResumeLayout(False) Me.gbxInputValidation.PerformLayout() Me.gbxSelection.ResumeLayout(False) Me.gbxSelection.PerformLayout() Me.gbxRepetition.ResumeLayout(False) Me.gbxRepetition.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents gbxInputValidation As System.Windows.Forms.GroupBox Friend WithEvents lblSalary As System.Windows.Forms.Label Friend WithEvents txtSalary As System.Windows.Forms.TextBox Friend WithEvents gbxSelection As System.Windows.Forms.GroupBox Friend WithEvents txtHoursWorked As System.Windows.Forms.TextBox Friend WithEvents rbtPayScale20 As System.Windows.Forms.RadioButton Friend WithEvents rbtPayScale10 As System.Windows.Forms.RadioButton Friend WithEvents lblTotalPay As System.Windows.Forms.Label Friend WithEvents lblHoursWorked As System.Windows.Forms.Label Friend WithEvents gbxRepetition As System.Windows.Forms.GroupBox Friend WithEvents txtInput As System.Windows.Forms.TextBox Friend WithEvents lblInput As System.Windows.Forms.Label Friend WithEvents lstMultiples As System.Windows.Forms.ListBox Friend WithEvents btnTotalPay As System.Windows.Forms.Button Friend WithEvents btnMultiples As System.Windows.Forms.Button End Class