_ Partial Class kittingForm 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() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(kittingForm)) Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.cmbType = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.cmbModel = New System.Windows.Forms.ComboBox() Me.Label5 = New System.Windows.Forms.Label() Me.cmbLine = New System.Windows.Forms.ComboBox() Me.Label7 = New System.Windows.Forms.Label() Me.cmbRev = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.cmbSeq = New System.Windows.Forms.ComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.dgKitting = New System.Windows.Forms.DataGridView() Me.btnPrint = New System.Windows.Forms.Button() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.ts_delete = New System.Windows.Forms.ToolStripButton() Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator() Me.SaveFileDialog = New System.Windows.Forms.SaveFileDialog() Me.btnClear = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.txtLoading = New System.Windows.Forms.TextBox() Me.GroupBox1.SuspendLayout() CType(Me.dgKitting, System.ComponentModel.ISupportInitialize).BeginInit() Me.ToolStrip1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.txtLoading) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.cmbType) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.cmbModel) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.cmbLine) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.cmbRev) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.cmbSeq) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Font = New System.Drawing.Font("Calibri", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(12, 2) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(706, 135) Me.GroupBox1.TabIndex = 0 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Kitting" ' 'cmbType ' Me.cmbType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbType.FormattingEnabled = True Me.cmbType.Location = New System.Drawing.Point(517, 59) Me.cmbType.Name = "cmbType" Me.cmbType.Size = New System.Drawing.Size(145, 27) Me.cmbType.TabIndex = 24 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(466, 62) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(43, 19) Me.Label6.TabIndex = 23 Me.Label6.Text = "Type:" ' 'cmbModel ' Me.cmbModel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbModel.FormattingEnabled = True Me.cmbModel.Location = New System.Drawing.Point(81, 90) Me.cmbModel.Name = "cmbModel" Me.cmbModel.Size = New System.Drawing.Size(204, 27) Me.cmbModel.TabIndex = 22 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(28, 93) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(54, 19) Me.Label5.TabIndex = 21 Me.Label5.Text = "Model:" ' 'cmbLine ' Me.cmbLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbLine.FormattingEnabled = True Me.cmbLine.Location = New System.Drawing.Point(81, 58) Me.cmbLine.Name = "cmbLine" Me.cmbLine.Size = New System.Drawing.Size(116, 27) Me.cmbLine.TabIndex = 20 ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(40, 61) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(40, 19) Me.Label7.TabIndex = 19 Me.Label7.Text = "Line:" ' 'cmbRev ' Me.cmbRev.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbRev.FormattingEnabled = True Me.cmbRev.Location = New System.Drawing.Point(517, 90) Me.cmbRev.Name = "cmbRev" Me.cmbRev.Size = New System.Drawing.Size(145, 27) Me.cmbRev.TabIndex = 18 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(441, 93) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 19) Me.Label2.TabIndex = 17 Me.Label2.Text = "Revision:" ' 'cmbSeq ' Me.cmbSeq.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbSeq.FormattingEnabled = True Me.cmbSeq.Location = New System.Drawing.Point(81, 26) Me.cmbSeq.Name = "cmbSeq" Me.cmbSeq.Size = New System.Drawing.Size(300, 27) Me.cmbSeq.TabIndex = 15 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(17, 32) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(65, 19) Me.Label1.TabIndex = 16 Me.Label1.Text = "Account:" ' 'dgKitting ' Me.dgKitting.AllowUserToAddRows = False Me.dgKitting.AllowUserToDeleteRows = False Me.dgKitting.AllowUserToResizeColumns = False Me.dgKitting.AllowUserToResizeRows = False DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgKitting.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle4 Me.dgKitting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgKitting.DefaultCellStyle = DataGridViewCellStyle5 Me.dgKitting.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter Me.dgKitting.Location = New System.Drawing.Point(12, 143) Me.dgKitting.Name = "dgKitting" DataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dgKitting.RowHeadersDefaultCellStyle = DataGridViewCellStyle6 Me.dgKitting.RowHeadersWidth = 20 Me.dgKitting.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing Me.dgKitting.RowTemplate.Height = 18 Me.dgKitting.Size = New System.Drawing.Size(705, 232) Me.dgKitting.TabIndex = 1 ' 'btnPrint ' Me.btnPrint.BackColor = System.Drawing.Color.ForestGreen Me.btnPrint.Enabled = False Me.btnPrint.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnPrint.Font = New System.Drawing.Font("Verdana", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnPrint.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.btnPrint.Location = New System.Drawing.Point(561, 381) Me.btnPrint.Name = "btnPrint" Me.btnPrint.Size = New System.Drawing.Size(156, 54) Me.btnPrint.TabIndex = 5 Me.btnPrint.Text = "Print" Me.btnPrint.UseVisualStyleBackColor = False ' 'ToolStrip1 ' Me.ToolStrip1.Font = New System.Drawing.Font("Calibri", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ts_delete, Me.ToolStripSeparator3}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 0) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(729, 25) Me.ToolStrip1.TabIndex = 6 Me.ToolStrip1.Visible = False ' 'ts_delete ' Me.ts_delete.Enabled = False Me.ts_delete.Image = CType(resources.GetObject("ts_delete.Image"), System.Drawing.Image) Me.ts_delete.ImageTransparentColor = System.Drawing.Color.Magenta Me.ts_delete.Name = "ts_delete" Me.ts_delete.Size = New System.Drawing.Size(64, 22) Me.ts_delete.Text = "Delete" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" Me.ToolStripSeparator3.Size = New System.Drawing.Size(6, 25) ' 'SaveFileDialog ' Me.SaveFileDialog.DefaultExt = "xlsx" ' 'btnClear ' Me.btnClear.BackColor = System.Drawing.Color.Firebrick Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnClear.Font = New System.Drawing.Font("Verdana", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnClear.ForeColor = System.Drawing.SystemColors.ControlLightLight Me.btnClear.Location = New System.Drawing.Point(12, 381) Me.btnClear.Name = "btnClear" Me.btnClear.Size = New System.Drawing.Size(156, 54) Me.btnClear.TabIndex = 7 Me.btnClear.Text = "Reset" Me.btnClear.UseVisualStyleBackColor = False ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(387, 29) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(124, 19) Me.Label3.TabIndex = 25 Me.Label3.Text = "Loading Quantity:" ' 'txtLoading ' Me.txtLoading.Location = New System.Drawing.Point(517, 26) Me.txtLoading.Name = "txtLoading" Me.txtLoading.Size = New System.Drawing.Size(100, 27) Me.txtLoading.TabIndex = 26 ' 'kittingForm ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(729, 439) Me.ControlBox = False Me.Controls.Add(Me.btnClear) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.btnPrint) Me.Controls.Add(Me.dgKitting) Me.Controls.Add(Me.GroupBox1) Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle Me.Name = "kittingForm" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Kitting" Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.dgKitting, System.ComponentModel.ISupportInitialize).EndInit() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents dgKitting As System.Windows.Forms.DataGridView Friend WithEvents btnPrint As System.Windows.Forms.Button Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents ts_delete As System.Windows.Forms.ToolStripButton Friend WithEvents ToolStripSeparator3 As System.Windows.Forms.ToolStripSeparator Friend WithEvents SaveFileDialog As System.Windows.Forms.SaveFileDialog Friend WithEvents cmbType As System.Windows.Forms.ComboBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents cmbModel As System.Windows.Forms.ComboBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents cmbLine As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents cmbRev As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents cmbSeq As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btnClear As System.Windows.Forms.Button Friend WithEvents txtLoading As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label End Class