_ Partial Class DIDInquiry 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.MakerCode = 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.from = New System.Windows.Forms.Label() Me.txtClear = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.datefrom = New System.Windows.Forms.DateTimePicker() Me.dateto = New System.Windows.Forms.DateTimePicker() CType(Me.dg, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'dg ' Me.dg.BorderStyle = System.Windows.Forms.BorderStyle.None Me.dg.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.dg.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.MaterialID, Me.IonicsPN, Me.Description, Me.Supplier, Me.MakerCode, 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, 436) 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" ' 'MakerCode ' Me.MakerCode.HeaderText = "Maker Code" Me.MakerCode.Name = "MakerCode" ' '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(693, 33) 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 ' 'from ' Me.from.AutoSize = True Me.from.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.from.Location = New System.Drawing.Point(26, 34) Me.from.Name = "from" Me.from.Size = New System.Drawing.Size(117, 20) Me.from.TabIndex = 3 Me.from.Text = "DATE FROM:" ' 'txtClear ' Me.txtClear.Location = New System.Drawing.Point(774, 33) 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 ' '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(368, 34) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(89, 20) Me.Label1.TabIndex = 5 Me.Label1.Text = "DATE TO:" ' 'datefrom ' Me.datefrom.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.datefrom.Location = New System.Drawing.Point(149, 36) Me.datefrom.Name = "datefrom" Me.datefrom.Size = New System.Drawing.Size(200, 20) Me.datefrom.TabIndex = 6 ' 'dateto ' Me.dateto.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.dateto.Location = New System.Drawing.Point(463, 34) Me.dateto.Name = "dateto" Me.dateto.Size = New System.Drawing.Size(200, 20) Me.dateto.TabIndex = 7 ' 'DIDInquiry ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1274, 526) Me.Controls.Add(Me.dateto) Me.Controls.Add(Me.datefrom) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.txtClear) Me.Controls.Add(Me.from) Me.Controls.Add(Me.txtSearch) Me.Controls.Add(Me.dg) Me.Name = "DIDInquiry" 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 from As System.Windows.Forms.Label Friend WithEvents txtClear As System.Windows.Forms.Button Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents datefrom As System.Windows.Forms.DateTimePicker Friend WithEvents dateto As System.Windows.Forms.DateTimePicker 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 MakerCode 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 End Class