_ 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.TextBox1 = New System.Windows.Forms.TextBox Me.TextBox2 = New System.Windows.Forms.TextBox Me.TextBox3 = New System.Windows.Forms.TextBox Me.TextBox4 = New System.Windows.Forms.TextBox Me.TextBox5 = New System.Windows.Forms.TextBox Me.TextBox6 = New System.Windows.Forms.TextBox 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.SuspendLayout() ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.BackColor = System.Drawing.SystemColors.ControlLightLight Me.Label1.Location = New System.Drawing.Point(12, 318) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(48, 13) Me.Label1.TabIndex = 0 Me.Label1.Text = "Mali Koc" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(189, 58) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(116, 20) Me.TextBox1.TabIndex = 1 ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(189, 84) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(116, 20) Me.TextBox2.TabIndex = 2 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(189, 110) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(116, 20) Me.TextBox3.TabIndex = 3 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(189, 136) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(116, 20) Me.TextBox4.TabIndex = 4 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(189, 203) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(116, 20) Me.TextBox5.TabIndex = 5 ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(189, 229) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(116, 20) Me.TextBox6.TabIndex = 6 ' 'label2 ' Me.label2.AutoSize = True Me.label2.Location = New System.Drawing.Point(79, 64) Me.label2.Name = "label2" Me.label2.Size = New System.Drawing.Size(70, 13) Me.label2.TabIndex = 7 Me.label2.Text = "Employee ID:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(79, 91) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(59, 13) Me.Label3.TabIndex = 8 Me.Label3.Text = "Last name:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(79, 117) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(58, 13) Me.Label4.TabIndex = 9 Me.Label4.Text = "First name:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(79, 143) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(61, 13) Me.Label5.TabIndex = 10 Me.Label5.Text = "Hourly rate:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(79, 210) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(76, 13) Me.Label6.TabIndex = 11 Me.Label6.Text = "Hours worked:" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(79, 236) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(60, 13) Me.Label7.TabIndex = 12 Me.Label7.Text = "Gross pay: " ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.SystemColors.ControlLight Me.Label8.Location = New System.Drawing.Point(152, 22) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(60, 13) Me.Label8.TabIndex = 13 Me.Label8.Text = "PAYSTUB:" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.Label9.Location = New System.Drawing.Point(12, 284) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(67, 13) Me.Label9.TabIndex = 14 Me.Label9.Text = "PAYCHECK:" ' 'Form1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.Gray Me.ClientSize = New System.Drawing.Size(385, 337) 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.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Name = "Form1" Me.Text = "Form1" Me.TransparencyKey = System.Drawing.Color.FromArgb(CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer)) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents TextBox1 As System.Windows.Forms.TextBox Friend WithEvents TextBox2 As System.Windows.Forms.TextBox Friend WithEvents TextBox3 As System.Windows.Forms.TextBox Friend WithEvents TextBox4 As System.Windows.Forms.TextBox Friend WithEvents TextBox5 As System.Windows.Forms.TextBox Friend WithEvents TextBox6 As System.Windows.Forms.TextBox 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 End Class