_ Partial Class DIDhistory 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.dg = New System.Windows.Forms.DataGridView() Me.MaterialID = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.IonicsPN = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Supplier = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.LotNo = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.qty = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Status = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.family = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.line = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.rev = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.lastupdated = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.lastupdatedby = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.txtSearch = New System.Windows.Forms.Button() Me.txtDid = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.txtClear = New System.Windows.Forms.Button() Me.ProgressBar1 = New System.Windows.Forms.ProgressBar() CType(Me.dg, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'dg ' Me.dg.BorderStyle = System.Windows.Forms.BorderStyle.None Me.dg.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.MaterialID, Me.IonicsPN, Me.Description, Me.Supplier, Me.LotNo, Me.qty, Me.Status, Me.family, Me.line, Me.rev, Me.lastupdated, Me.lastupdatedby}) Me.dg.Location = New System.Drawing.Point(12, 78) Me.dg.Name = "dg" Me.dg.Size = New System.Drawing.Size(1250, 302) Me.dg.TabIndex = 0 ' 'MaterialID ' Me.MaterialID.HeaderText = "DID" Me.MaterialID.Name = "MaterialID" ' 'IonicsPN ' Me.IonicsPN.HeaderText = "Part Number" Me.IonicsPN.Name = "IonicsPN" ' 'Description ' Me.Description.HeaderText = "Description" Me.Description.Name = "Description" ' 'Supplier ' Me.Supplier.HeaderText = "Supplier" Me.Supplier.Name = "Supplier" ' 'LotNo ' Me.LotNo.HeaderText = "Lot Number" Me.LotNo.Name = "LotNo" ' 'qty ' Me.qty.HeaderText = "Qty" Me.qty.Name = "qty" ' 'Status ' Me.Status.HeaderText = "Status" Me.Status.Name = "Status" ' 'family ' Me.family.HeaderText = "Family" Me.family.Name = "family" ' 'line ' Me.line.HeaderText = "Line" Me.line.Name = "line" ' 'rev ' Me.rev.HeaderText = "Revision" Me.rev.Name = "rev" ' 'lastupdated ' Me.lastupdated.HeaderText = "Date" Me.lastupdated.Name = "lastupdated" ' 'lastupdatedby ' Me.lastupdatedby.HeaderText = "Lastupdated by" Me.lastupdatedby.Name = "lastupdatedby" ' 'txtSearch ' Me.txtSearch.Location = New System.Drawing.Point(327, 34) Me.txtSearch.Name = "txtSearch" Me.txtSearch.Size = New System.Drawing.Size(75, 23) Me.txtSearch.TabIndex = 1 Me.txtSearch.Text = "Search" Me.txtSearch.UseVisualStyleBackColor = True ' 'txtDid ' Me.txtDid.Location = New System.Drawing.Point(78, 36) Me.txtDid.Name = "txtDid" Me.txtDid.Size = New System.Drawing.Size(208, 20) Me.txtDid.TabIndex = 2 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(26, 34) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(46, 20) Me.Label1.TabIndex = 3 Me.Label1.Text = "DID:" ' 'txtClear ' Me.txtClear.Location = New System.Drawing.Point(408, 34) Me.txtClear.Name = "txtClear" Me.txtClear.Size = New System.Drawing.Size(75, 23) Me.txtClear.TabIndex = 4 Me.txtClear.Text = "Clear" Me.txtClear.UseVisualStyleBackColor = True ' 'ProgressBar1 ' Me.ProgressBar1.Location = New System.Drawing.Point(12, 382) Me.ProgressBar1.Name = "ProgressBar1" Me.ProgressBar1.Size = New System.Drawing.Size(1250, 23) Me.ProgressBar1.TabIndex = 5 ' 'DIDhistory ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1274, 407) Me.Controls.Add(Me.ProgressBar1) Me.Controls.Add(Me.txtClear) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtDid) Me.Controls.Add(Me.txtSearch) Me.Controls.Add(Me.dg) Me.Name = "DIDhistory" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "DIDhistory" CType(Me.dg, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents dg As System.Windows.Forms.DataGridView Friend WithEvents txtSearch As System.Windows.Forms.Button Friend WithEvents txtDid As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents txtClear As System.Windows.Forms.Button Friend WithEvents MaterialID As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents IonicsPN As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Supplier As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents LotNo As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents qty As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents Status As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents family As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents line As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents rev As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents lastupdated As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents lastupdatedby As System.Windows.Forms.DataGridViewTextBoxColumn Friend WithEvents ProgressBar1 As System.Windows.Forms.ProgressBar End Class