_ Partial Class ProductiePitchingForm 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.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ProductiePitchingForm)) Me.DatagridViewControlsFlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.GridLabel = New System.Windows.Forms.Label() Me.RefreshTimeLabel = New System.Windows.Forms.Label() Me.RefreshFailedLabel = New System.Windows.Forms.Label() Me.EmployeesControlsFlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel() Me.RefreshTimer = New System.Windows.Forms.Timer(Me.components) Me.SuspendLayout() ' 'DatagridViewControlsFlowLayoutPanel ' Me.DatagridViewControlsFlowLayoutPanel.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.DatagridViewControlsFlowLayoutPanel.BackColor = System.Drawing.SystemColors.Window Me.DatagridViewControlsFlowLayoutPanel.Location = New System.Drawing.Point(12, 46) Me.DatagridViewControlsFlowLayoutPanel.Name = "DatagridViewControlsFlowLayoutPanel" Me.DatagridViewControlsFlowLayoutPanel.Size = New System.Drawing.Size(1240, 590) Me.DatagridViewControlsFlowLayoutPanel.TabIndex = 0 ' 'GridLabel ' Me.GridLabel.AutoSize = True Me.GridLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 15.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GridLabel.ForeColor = System.Drawing.Color.Firebrick Me.GridLabel.Location = New System.Drawing.Point(12, 9) Me.GridLabel.Name = "GridLabel" Me.GridLabel.Size = New System.Drawing.Size(94, 25) Me.GridLabel.TabIndex = 2 Me.GridLabel.Text = "Grid label" ' 'RefreshTimeLabel ' Me.RefreshTimeLabel.AutoSize = True Me.RefreshTimeLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RefreshTimeLabel.Location = New System.Drawing.Point(1174, 18) Me.RefreshTimeLabel.Name = "RefreshTimeLabel" Me.RefreshTimeLabel.Size = New System.Drawing.Size(0, 20) Me.RefreshTimeLabel.TabIndex = 4 ' 'RefreshFailedLabel ' Me.RefreshFailedLabel.AutoSize = True Me.RefreshFailedLabel.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.RefreshFailedLabel.ForeColor = System.Drawing.Color.Maroon Me.RefreshFailedLabel.Location = New System.Drawing.Point(807, 18) Me.RefreshFailedLabel.Name = "RefreshFailedLabel" Me.RefreshFailedLabel.Size = New System.Drawing.Size(361, 20) Me.RefreshFailedLabel.TabIndex = 5 Me.RefreshFailedLabel.Text = "Refresh failed. Latest successful refresh at:" Me.RefreshFailedLabel.Visible = False ' 'EmployeesControlsFlowLayoutPanel ' Me.EmployeesControlsFlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Bottom Me.EmployeesControlsFlowLayoutPanel.Location = New System.Drawing.Point(0, 676) Me.EmployeesControlsFlowLayoutPanel.Name = "EmployeesControlsFlowLayoutPanel" Me.EmployeesControlsFlowLayoutPanel.Size = New System.Drawing.Size(1264, 310) Me.EmployeesControlsFlowLayoutPanel.TabIndex = 6 ' 'RefreshTimer ' ' 'ProductiePitchingForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1264, 986) Me.Controls.Add(Me.EmployeesControlsFlowLayoutPanel) Me.Controls.Add(Me.RefreshFailedLabel) Me.Controls.Add(Me.RefreshTimeLabel) Me.Controls.Add(Me.GridLabel) Me.Controls.Add(Me.DatagridViewControlsFlowLayoutPanel) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Name = "ProductiePitchingForm" Me.Text = "Productie pitching Form" Me.ResumeLayout(false) Me.PerformLayout End Sub Friend WithEvents DatagridViewControlsFlowLayoutPanel As FlowLayoutPanel Friend WithEvents GridLabel As Label Friend WithEvents RefreshTimeLabel As Label Friend WithEvents RefreshFailedLabel As Label Friend WithEvents EmployeesControlsFlowLayoutPanel As FlowLayoutPanel Friend WithEvents RefreshTimer As Timer End Class