_ Partial Class partsstock 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.dg = New System.Windows.Forms.DataGridView() Me.SerialNum = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.ToshibaPN = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.SupplierPN = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.MakerCode = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.LotNo = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.PrintedDate = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.PrintedBy = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Status = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Qty = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.InvoiceNum = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Family = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.txtpn = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.cmbfamily = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.btnreset = New System.Windows.Forms.Button() Me.btnview = New System.Windows.Forms.Button() CType(Me.dg, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'dg ' DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dg.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle1 Me.dg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dg.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.SerialNum, Me.ToshibaPN, Me.SupplierPN, Me.MakerCode, Me.Description, Me.LotNo, Me.PrintedDate, Me.PrintedBy, Me.Status, Me.Qty, Me.InvoiceNum, Me.Family}) DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dg.DefaultCellStyle = DataGridViewCellStyle2 Me.dg.Location = New System.Drawing.Point(12, 136) Me.dg.Name = "dg" DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.dg.RowHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.dg.Size = New System.Drawing.Size(954, 348) Me.dg.TabIndex = 0 ' 'SerialNum ' Me.SerialNum.HeaderText = "DID" Me.SerialNum.Name = "SerialNum" ' 'ToshibaPN ' Me.ToshibaPN.HeaderText = "Toshiba Part Number" Me.ToshibaPN.Name = "ToshibaPN" Me.ToshibaPN.Width = 140 ' 'SupplierPN ' Me.SupplierPN.HeaderText = "Supplier" Me.SupplierPN.Name = "SupplierPN" ' 'MakerCode ' Me.MakerCode.HeaderText = "Maker Code" Me.MakerCode.Name = "MakerCode" ' 'Description ' Me.Description.HeaderText = "Description" Me.Description.Name = "Description" Me.Description.Width = 200 ' 'LotNo ' Me.LotNo.HeaderText = "Lot Number" Me.LotNo.Name = "LotNo" Me.LotNo.Width = 130 ' 'PrintedDate ' Me.PrintedDate.HeaderText = "Registration Date" Me.PrintedDate.Name = "PrintedDate" Me.PrintedDate.Width = 140 ' 'PrintedBy ' Me.PrintedBy.HeaderText = "Registered By" Me.PrintedBy.Name = "PrintedBy" ' 'Status ' Me.Status.HeaderText = "Status" Me.Status.Name = "Status" ' 'Qty ' Me.Qty.HeaderText = "Qty" Me.Qty.Name = "Qty" ' 'InvoiceNum ' Me.InvoiceNum.HeaderText = "Invoice" Me.InvoiceNum.Name = "InvoiceNum" ' 'Family ' Me.Family.HeaderText = "Family" Me.Family.Name = "Family" ' 'txtpn ' Me.txtpn.Location = New System.Drawing.Point(202, 57) Me.txtpn.Name = "txtpn" Me.txtpn.Size = New System.Drawing.Size(243, 20) Me.txtpn.TabIndex = 1 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Arial Narrow", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(11, 55) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(145, 20) Me.Label1.TabIndex = 3 Me.Label1.Text = "Toshiba Part Number:" ' 'cmbfamily ' Me.cmbfamily.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbfamily.FormattingEnabled = True Me.cmbfamily.Items.AddRange(New Object() {"Mobile", "Enterprise"}) Me.cmbfamily.Location = New System.Drawing.Point(202, 30) Me.cmbfamily.Name = "cmbfamily" Me.cmbfamily.Size = New System.Drawing.Size(243, 21) Me.cmbfamily.TabIndex = 4 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Arial Narrow", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(101, 28) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(55, 20) Me.Label2.TabIndex = 5 Me.Label2.Text = "Family:" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.btnreset) Me.GroupBox1.Controls.Add(Me.btnview) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.txtpn) Me.GroupBox1.Controls.Add(Me.cmbfamily) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(954, 118) Me.GroupBox1.TabIndex = 6 Me.GroupBox1.TabStop = False ' 'btnreset ' Me.btnreset.Image = Global.Mounting_Sequence.My.Resources.Resources.Generate_keys_icon Me.btnreset.Location = New System.Drawing.Point(721, 28) Me.btnreset.Name = "btnreset" Me.btnreset.Size = New System.Drawing.Size(75, 44) Me.btnreset.TabIndex = 7 Me.btnreset.Text = "Reset" Me.btnreset.UseVisualStyleBackColor = True ' 'btnview ' Me.btnview.Image = Global.Mounting_Sequence.My.Resources.Resources.Generate_keys_icon Me.btnview.Location = New System.Drawing.Point(802, 28) Me.btnview.Name = "btnview" Me.btnview.Size = New System.Drawing.Size(75, 44) Me.btnview.TabIndex = 6 Me.btnview.Text = "View" Me.btnview.UseVisualStyleBackColor = True ' 'partsstock ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(978, 496) Me.Controls.Add(Me.dg) Me.Controls.Add(Me.GroupBox1) Me.Name = "partsstock" Me.ShowIcon = False Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Parts Stock Inquiry" CType(Me.dg, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) End Sub Friend WithEvents dg As System.Windows.Forms.DataGridView Friend WithEvents SerialNum As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents ToshibaPN As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents SupplierPN As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents MakerCode As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents LotNo As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents PrintedDate As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents PrintedBy As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Status As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Qty As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents InvoiceNum As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Family As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents txtpn As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cmbfamily As System.Windows.Forms.ComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnview As System.Windows.Forms.Button Friend WithEvents btnreset As System.Windows.Forms.Button End Class