_ Partial Class EmployeeDetailUserControl Inherits System.Windows.Forms.UserControl 'UserControl 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() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(EmployeeDetailUserControl)) Me.RemoveEmployeeButton = New System.Windows.Forms.Button() Me.BatchLabel = New System.Windows.Forms.Label() Me.BatchVisualLabel = New System.Windows.Forms.Label() Me.StatusLabel = New System.Windows.Forms.Label() Me.NameLabel = New System.Windows.Forms.Label() Me.FinishButton = New System.Windows.Forms.Button() Me.StopButton = New System.Windows.Forms.Button() Me.StartButton = New System.Windows.Forms.Button() Me.ImagePictureBox = New System.Windows.Forms.PictureBox() Me.ActivityVisualLabel = New System.Windows.Forms.Label() Me.ActivityNameLabel = New System.Windows.Forms.Label() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() CType(Me.ImagePictureBox, System.ComponentModel.ISupportInitialize).BeginInit() Me.TableLayoutPanel1.SuspendLayout() Me.SuspendLayout() ' 'RemoveEmployeeButton ' Me.RemoveEmployeeButton.BackColor = System.Drawing.Color.White Me.RemoveEmployeeButton.BackgroundImage = CType(resources.GetObject("RemoveEmployeeButton.BackgroundImage"), System.Drawing.Image) Me.RemoveEmployeeButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.RemoveEmployeeButton.Dock = System.Windows.Forms.DockStyle.Fill Me.RemoveEmployeeButton.Location = New System.Drawing.Point(338, 177) Me.RemoveEmployeeButton.Margin = New System.Windows.Forms.Padding(15, 3, 15, 3) Me.RemoveEmployeeButton.Name = "RemoveEmployeeButton" Me.RemoveEmployeeButton.Size = New System.Drawing.Size(141, 52) Me.RemoveEmployeeButton.TabIndex = 12 Me.RemoveEmployeeButton.UseVisualStyleBackColor = False ' 'BatchLabel ' Me.BatchLabel.AutoSize = True Me.BatchLabel.Dock = System.Windows.Forms.DockStyle.Fill Me.BatchLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BatchLabel.Location = New System.Drawing.Point(169, 232) Me.BatchLabel.Name = "BatchLabel" Me.BatchLabel.Size = New System.Drawing.Size(151, 58) Me.BatchLabel.TabIndex = 10 Me.BatchLabel.Text = "batch" Me.BatchLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'BatchVisualLabel ' Me.BatchVisualLabel.AutoSize = True Me.BatchVisualLabel.Dock = System.Windows.Forms.DockStyle.Right Me.BatchVisualLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.BatchVisualLabel.Location = New System.Drawing.Point(121, 232) Me.BatchVisualLabel.Name = "BatchVisualLabel" Me.BatchVisualLabel.Size = New System.Drawing.Size(42, 58) Me.BatchVisualLabel.TabIndex = 8 Me.BatchVisualLabel.Text = "Batch" Me.BatchVisualLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'StatusLabel ' Me.StatusLabel.AutoSize = True Me.TableLayoutPanel1.SetColumnSpan(Me.StatusLabel, 2) Me.StatusLabel.Dock = System.Windows.Forms.DockStyle.Left Me.StatusLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.StatusLabel.Location = New System.Drawing.Point(3, 174) Me.StatusLabel.Name = "StatusLabel" Me.StatusLabel.Size = New System.Drawing.Size(45, 58) Me.StatusLabel.TabIndex = 7 Me.StatusLabel.Text = "Status" Me.StatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'NameLabel ' Me.NameLabel.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.NameLabel.AutoSize = True Me.TableLayoutPanel1.SetColumnSpan(Me.NameLabel, 2) Me.NameLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.NameLabel.Location = New System.Drawing.Point(3, 58) Me.NameLabel.Name = "NameLabel" Me.TableLayoutPanel1.SetRowSpan(Me.NameLabel, 2) Me.NameLabel.Size = New System.Drawing.Size(317, 16) Me.NameLabel.TabIndex = 6 Me.NameLabel.Text = "Name" Me.NameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' 'FinishButton ' Me.TableLayoutPanel1.SetColumnSpan(Me.FinishButton, 3) Me.FinishButton.Dock = System.Windows.Forms.DockStyle.Fill Me.FinishButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.FinishButton.Location = New System.Drawing.Point(3, 520) Me.FinishButton.Name = "FinishButton" Me.FinishButton.Size = New System.Drawing.Size(488, 62) Me.FinishButton.TabIndex = 4 Me.FinishButton.Text = "AFGEWERKT" Me.FinishButton.UseVisualStyleBackColor = True ' 'StopButton ' Me.TableLayoutPanel1.SetColumnSpan(Me.StopButton, 3) Me.StopButton.Dock = System.Windows.Forms.DockStyle.Fill Me.StopButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.StopButton.Location = New System.Drawing.Point(3, 440) Me.StopButton.Name = "StopButton" Me.StopButton.Size = New System.Drawing.Size(488, 66) Me.StopButton.TabIndex = 5 Me.StopButton.TabStop = False Me.StopButton.Text = "X" Me.StopButton.UseVisualStyleBackColor = True ' 'StartButton ' Me.TableLayoutPanel1.SetColumnSpan(Me.StartButton, 3) Me.StartButton.Dock = System.Windows.Forms.DockStyle.Fill Me.StartButton.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.StartButton.Location = New System.Drawing.Point(3, 359) Me.StartButton.Name = "StartButton" Me.StartButton.Size = New System.Drawing.Size(488, 67) Me.StartButton.TabIndex = 2 Me.StartButton.Text = "START" Me.StartButton.UseVisualStyleBackColor = True ' 'ImagePictureBox ' Me.ImagePictureBox.Dock = System.Windows.Forms.DockStyle.Fill Me.ImagePictureBox.Image = Global.ProductiePitching.My.Resources.Resources.user Me.ImagePictureBox.InitialImage = Nothing Me.ImagePictureBox.Location = New System.Drawing.Point(326, 3) Me.ImagePictureBox.Name = "ImagePictureBox" Me.TableLayoutPanel1.SetRowSpan(Me.ImagePictureBox, 3) Me.ImagePictureBox.Size = New System.Drawing.Size(165, 168) Me.ImagePictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.ImagePictureBox.TabIndex = 0 Me.ImagePictureBox.TabStop = False ' 'ActivityVisualLabel ' Me.ActivityVisualLabel.AutoSize = True Me.ActivityVisualLabel.Dock = System.Windows.Forms.DockStyle.Right Me.ActivityVisualLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ActivityVisualLabel.Location = New System.Drawing.Point(106, 290) Me.ActivityVisualLabel.Name = "ActivityVisualLabel" Me.ActivityVisualLabel.Size = New System.Drawing.Size(57, 58) Me.ActivityVisualLabel.TabIndex = 9 Me.ActivityVisualLabel.Text = "Activiteit" Me.ActivityVisualLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight ' 'ActivityNameLabel ' Me.ActivityNameLabel.AutoSize = True Me.ActivityNameLabel.Dock = System.Windows.Forms.DockStyle.Fill Me.ActivityNameLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ActivityNameLabel.Location = New System.Drawing.Point(169, 290) Me.ActivityNameLabel.Name = "ActivityNameLabel" Me.ActivityNameLabel.Size = New System.Drawing.Size(151, 58) Me.ActivityNameLabel.TabIndex = 11 Me.ActivityNameLabel.Text = "activity" Me.ActivityNameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter ' 'TableLayoutPanel1 ' Me.TableLayoutPanel1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel1.ColumnCount = 3 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.60324!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.78138!)) Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 34.41296!)) Me.TableLayoutPanel1.Controls.Add(Me.ActivityNameLabel, 1, 5) Me.TableLayoutPanel1.Controls.Add(Me.ActivityVisualLabel, 0, 5) Me.TableLayoutPanel1.Controls.Add(Me.ImagePictureBox, 2, 0) Me.TableLayoutPanel1.Controls.Add(Me.StartButton, 0, 7) Me.TableLayoutPanel1.Controls.Add(Me.StopButton, 0, 9) Me.TableLayoutPanel1.Controls.Add(Me.FinishButton, 0, 11) Me.TableLayoutPanel1.Controls.Add(Me.NameLabel, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.StatusLabel, 0, 3) Me.TableLayoutPanel1.Controls.Add(Me.BatchVisualLabel, 0, 4) Me.TableLayoutPanel1.Controls.Add(Me.BatchLabel, 1, 4) Me.TableLayoutPanel1.Controls.Add(Me.RemoveEmployeeButton, 2, 3) Me.TableLayoutPanel1.Location = New System.Drawing.Point(3, 3) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 13 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.810695!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.346801!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.28956!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.346801!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 12.12121!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.346801!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.44781!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.026197!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20.0!)) Me.TableLayoutPanel1.Size = New System.Drawing.Size(494, 594) Me.TableLayoutPanel1.TabIndex = 0 ' 'EmployeeDetailUserControl ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Controls.Add(Me.TableLayoutPanel1) Me.Name = "EmployeeDetailUserControl" Me.Size = New System.Drawing.Size(500, 600) CType(Me.ImagePictureBox, System.ComponentModel.ISupportInitialize).EndInit() Me.TableLayoutPanel1.ResumeLayout(False) Me.TableLayoutPanel1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents RemoveEmployeeButton As Button Friend WithEvents BatchLabel As Label Friend WithEvents BatchVisualLabel As Label Friend WithEvents StatusLabel As Label Friend WithEvents TableLayoutPanel1 As TableLayoutPanel Friend WithEvents ActivityNameLabel As Label Friend WithEvents ActivityVisualLabel As Label Friend WithEvents ImagePictureBox As PictureBox Friend WithEvents StartButton As Button Friend WithEvents StopButton As Button Friend WithEvents FinishButton As Button Friend WithEvents NameLabel As Label End Class