namespace M423project { partial class FormDetectionResult { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); this.panel1 = new System.Windows.Forms.Panel(); this.cbIncludeInvalidProductNo = new System.Windows.Forms.CheckBox(); this.btnExport = new System.Windows.Forms.Button(); this.btnFind = new System.Windows.Forms.Button(); this.dtpEnd = new System.Windows.Forms.DateTimePicker(); this.dtpBegin = new System.Windows.Forms.DateTimePicker(); this.label2 = new System.Windows.Forms.Label(); this.tbProductNo = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tcResult = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.dgvResultDetail = new System.Windows.Forms.DataGridView(); this.DetectID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductTypeTxt = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Height = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Length = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Width = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column11 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column12 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.dgvTotal = new System.Windows.Forms.DataGridView(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.gridPlate = new System.Windows.Forms.DataGridView(); this.PlateID = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.TotalQty = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductOK = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductNG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductNoNG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductLengthNG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductWidthNG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ProductHeightNG = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.panel1.SuspendLayout(); this.tcResult.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvResultDetail)).BeginInit(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvTotal)).BeginInit(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridPlate)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.cbIncludeInvalidProductNo); this.panel1.Controls.Add(this.btnExport); this.panel1.Controls.Add(this.btnFind); this.panel1.Controls.Add(this.dtpEnd); this.panel1.Controls.Add(this.dtpBegin); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.tbProductNo); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Top; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Margin = new System.Windows.Forms.Padding(4); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1503, 66); this.panel1.TabIndex = 0; // // cbIncludeInvalidProductNo // this.cbIncludeInvalidProductNo.AutoSize = true; this.cbIncludeInvalidProductNo.Location = new System.Drawing.Point(837, 18); this.cbIncludeInvalidProductNo.Margin = new System.Windows.Forms.Padding(4); this.cbIncludeInvalidProductNo.Name = "cbIncludeInvalidProductNo"; this.cbIncludeInvalidProductNo.Size = new System.Drawing.Size(142, 22); this.cbIncludeInvalidProductNo.TabIndex = 7; this.cbIncludeInvalidProductNo.Text = "包含无效条码"; this.cbIncludeInvalidProductNo.UseVisualStyleBackColor = true; // // btnExport // this.btnExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExport.Location = new System.Drawing.Point(1372, 14); this.btnExport.Margin = new System.Windows.Forms.Padding(4); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(112, 34); this.btnExport.TabIndex = 6; this.btnExport.Text = "导出"; this.btnExport.UseVisualStyleBackColor = true; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnFind // this.btnFind.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnFind.Location = new System.Drawing.Point(1251, 14); this.btnFind.Margin = new System.Windows.Forms.Padding(4); this.btnFind.Name = "btnFind"; this.btnFind.Size = new System.Drawing.Size(112, 34); this.btnFind.TabIndex = 5; this.btnFind.Text = "查询"; this.btnFind.UseVisualStyleBackColor = true; this.btnFind.Click += new System.EventHandler(this.btnFind_Click); // // dtpEnd // this.dtpEnd.CustomFormat = "yy-MM-dd HH:mm:ss"; this.dtpEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEnd.Location = new System.Drawing.Point(602, 14); this.dtpEnd.Margin = new System.Windows.Forms.Padding(4); this.dtpEnd.Name = "dtpEnd"; this.dtpEnd.Size = new System.Drawing.Size(223, 28); this.dtpEnd.TabIndex = 4; // // dtpBegin // this.dtpBegin.CustomFormat = "yy-MM-dd HH:mm:ss"; this.dtpBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpBegin.Location = new System.Drawing.Point(360, 14); this.dtpBegin.Margin = new System.Windows.Forms.Padding(4); this.dtpBegin.Name = "dtpBegin"; this.dtpBegin.Size = new System.Drawing.Size(223, 28); this.dtpBegin.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(290, 21); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(62, 18); this.label2.TabIndex = 2; this.label2.Text = "时间段"; // // tbProductNo // this.tbProductNo.Location = new System.Drawing.Point(105, 14); this.tbProductNo.Margin = new System.Windows.Forms.Padding(4); this.tbProductNo.Name = "tbProductNo"; this.tbProductNo.Size = new System.Drawing.Size(148, 28); this.tbProductNo.TabIndex = 1; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(18, 21); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 18); this.label1.TabIndex = 0; this.label1.Text = "产品编码"; // // tcResult // this.tcResult.Controls.Add(this.tabPage1); this.tcResult.Controls.Add(this.tabPage2); this.tcResult.Controls.Add(this.tabPage3); this.tcResult.Dock = System.Windows.Forms.DockStyle.Fill; this.tcResult.Location = new System.Drawing.Point(0, 66); this.tcResult.Margin = new System.Windows.Forms.Padding(4); this.tcResult.Name = "tcResult"; this.tcResult.SelectedIndex = 0; this.tcResult.Size = new System.Drawing.Size(1503, 734); this.tcResult.TabIndex = 1; // // tabPage1 // this.tabPage1.Controls.Add(this.dgvResultDetail); this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Margin = new System.Windows.Forms.Padding(4); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(4); this.tabPage1.Size = new System.Drawing.Size(1495, 702); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "产品检测明细"; this.tabPage1.UseVisualStyleBackColor = true; // // dgvResultDetail // this.dgvResultDetail.AllowUserToAddRows = false; dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); 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; this.dgvResultDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dgvResultDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvResultDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.DetectID, this.ProductTypeTxt, this.dataGridViewTextBoxColumn11, this.dataGridViewTextBoxColumn1, this.Column5, this.Height, this.Column6, this.Length, this.Width, this.Column11, this.Column12, this.Column7}); this.dgvResultDetail.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvResultDetail.Location = new System.Drawing.Point(4, 4); this.dgvResultDetail.Margin = new System.Windows.Forms.Padding(4); this.dgvResultDetail.Name = "dgvResultDetail"; this.dgvResultDetail.ReadOnly = true; this.dgvResultDetail.RowHeadersVisible = false; this.dgvResultDetail.RowTemplate.Height = 20; this.dgvResultDetail.Size = new System.Drawing.Size(1487, 694); this.dgvResultDetail.TabIndex = 18; this.dgvResultDetail.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvResultDetail_CellFormatting); this.dgvResultDetail.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.dgvResultDetail_CellPainting); // // DetectID // this.DetectID.DataPropertyName = "DetectID"; this.DetectID.HeaderText = "序号"; this.DetectID.Name = "DetectID"; this.DetectID.ReadOnly = true; this.DetectID.Resizable = System.Windows.Forms.DataGridViewTriState.False; this.DetectID.Width = 55; // // ProductTypeTxt // this.ProductTypeTxt.DataPropertyName = "ProductTypeTxt"; this.ProductTypeTxt.HeaderText = "类型"; this.ProductTypeTxt.Name = "ProductTypeTxt"; this.ProductTypeTxt.ReadOnly = true; // // dataGridViewTextBoxColumn11 // this.dataGridViewTextBoxColumn11.DataPropertyName = "DetectTime"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle2.Format = "yy-MM-dd HH:mm:ss"; this.dataGridViewTextBoxColumn11.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridViewTextBoxColumn11.HeaderText = "时间"; this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11"; this.dataGridViewTextBoxColumn11.ReadOnly = true; // // dataGridViewTextBoxColumn1 // this.dataGridViewTextBoxColumn1.DataPropertyName = "ProductNo"; dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle3; this.dataGridViewTextBoxColumn1.HeaderText = "条码"; this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1"; this.dataGridViewTextBoxColumn1.ReadOnly = true; this.dataGridViewTextBoxColumn1.Width = 130; // // Column5 // this.Column5.DataPropertyName = "PlateID"; dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column5.DefaultCellStyle = dataGridViewCellStyle4; this.Column5.HeaderText = "工位"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 60; // // Height // this.Height.DataPropertyName = "Height"; dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle5.Format = "0.####"; this.Height.DefaultCellStyle = dataGridViewCellStyle5; this.Height.HeaderText = "FAI9"; this.Height.Name = "Height"; this.Height.ReadOnly = true; this.Height.Width = 80; // // Column6 // this.Column6.DataPropertyName = "HeightResult"; dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column6.DefaultCellStyle = dataGridViewCellStyle6; this.Column6.HeaderText = "高度判定"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 80; // // Length // this.Length.DataPropertyName = "Length"; dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle7.Format = "0.####"; this.Length.DefaultCellStyle = dataGridViewCellStyle7; this.Length.HeaderText = "FAI3"; this.Length.Name = "Length"; this.Length.ReadOnly = true; this.Length.Width = 80; // // Width // this.Width.DataPropertyName = "Width"; dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight; dataGridViewCellStyle8.Format = "0.####"; this.Width.DefaultCellStyle = dataGridViewCellStyle8; this.Width.HeaderText = "FAI12"; this.Width.Name = "Width"; this.Width.ReadOnly = true; this.Width.Width = 80; // // Column11 // this.Column11.DataPropertyName = "SizeResult"; dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column11.DefaultCellStyle = dataGridViewCellStyle9; this.Column11.HeaderText = "长宽判定"; this.Column11.Name = "Column11"; this.Column11.ReadOnly = true; this.Column11.Width = 80; // // Column12 // this.Column12.DataPropertyName = "ProductResult"; dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; this.Column12.DefaultCellStyle = dataGridViewCellStyle10; this.Column12.HeaderText = "产品判定"; this.Column12.Name = "Column12"; this.Column12.ReadOnly = true; this.Column12.Width = 80; // // Column7 // this.Column7.DataPropertyName = "ImageFileName"; this.Column7.HeaderText = "图像文件"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Width = 300; // // tabPage2 // this.tabPage2.Controls.Add(this.dgvTotal); this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Margin = new System.Windows.Forms.Padding(4); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(4); this.tabPage2.Size = new System.Drawing.Size(1495, 702); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "产品检测统计"; this.tabPage2.UseVisualStyleBackColor = true; // // dgvTotal // this.dgvTotal.AllowUserToAddRows = false; this.dgvTotal.AllowUserToDeleteRows = false; this.dgvTotal.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvTotal.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4}); this.dgvTotal.Dock = System.Windows.Forms.DockStyle.Fill; this.dgvTotal.Location = new System.Drawing.Point(4, 4); this.dgvTotal.Margin = new System.Windows.Forms.Padding(4); this.dgvTotal.Name = "dgvTotal"; this.dgvTotal.ReadOnly = true; this.dgvTotal.RowTemplate.Height = 24; this.dgvTotal.Size = new System.Drawing.Size(1487, 694); this.dgvTotal.TabIndex = 0; // // Column1 // this.Column1.DataPropertyName = "ProductNo"; this.Column1.HeaderText = "产品编码"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.DataPropertyName = "HeightResult"; this.Column2.HeaderText = "高度检测结果"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.DataPropertyName = "SizeResult"; this.Column3.HeaderText = "长宽检测结果"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.DataPropertyName = "DetectTimes"; this.Column4.HeaderText = "检测次数"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // tabPage3 // this.tabPage3.Controls.Add(this.gridPlate); this.tabPage3.Location = new System.Drawing.Point(4, 28); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(1495, 702); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "穴位统计"; this.tabPage3.UseVisualStyleBackColor = true; // // gridPlate // this.gridPlate.AllowUserToAddRows = false; this.gridPlate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.gridPlate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.PlateID, this.TotalQty, this.ProductOK, this.ProductNG, this.ProductNoNG, this.ProductLengthNG, this.ProductWidthNG, this.ProductHeightNG}); this.gridPlate.Dock = System.Windows.Forms.DockStyle.Fill; this.gridPlate.Location = new System.Drawing.Point(3, 3); this.gridPlate.Name = "gridPlate"; this.gridPlate.RowTemplate.Height = 30; this.gridPlate.Size = new System.Drawing.Size(1489, 696); this.gridPlate.TabIndex = 0; // // PlateID // this.PlateID.DataPropertyName = "PlateID"; this.PlateID.HeaderText = "穴位"; this.PlateID.Name = "PlateID"; // // TotalQty // this.TotalQty.DataPropertyName = "TotalQty"; this.TotalQty.HeaderText = "总数"; this.TotalQty.Name = "TotalQty"; // // ProductOK // this.ProductOK.DataPropertyName = "ProductOK"; this.ProductOK.HeaderText = "OK数量"; this.ProductOK.Name = "ProductOK"; // // ProductNG // this.ProductNG.DataPropertyName = "ProductNG"; this.ProductNG.HeaderText = "NG数量"; this.ProductNG.Name = "ProductNG"; // // ProductNoNG // this.ProductNoNG.DataPropertyName = "ProductNoNG"; this.ProductNoNG.HeaderText = "条码NG"; this.ProductNoNG.Name = "ProductNoNG"; // // ProductLengthNG // this.ProductLengthNG.DataPropertyName = "ProductLengthNG"; this.ProductLengthNG.HeaderText = "长度NG"; this.ProductLengthNG.Name = "ProductLengthNG"; // // ProductWidthNG // this.ProductWidthNG.DataPropertyName = "ProductWidthNG"; this.ProductWidthNG.HeaderText = "宽度NG"; this.ProductWidthNG.Name = "ProductWidthNG"; // // ProductHeightNG // this.ProductHeightNG.DataPropertyName = "ProductHeightNG"; this.ProductHeightNG.HeaderText = "高度NG"; this.ProductHeightNG.Name = "ProductHeightNG"; // // FormDetectionResult // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1503, 800); this.Controls.Add(this.tcResult); this.Controls.Add(this.panel1); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "FormDetectionResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "产品检测结果数据"; this.Load += new System.EventHandler(this.FormDetectionResult_Load); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.tcResult.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvResultDetail)).EndInit(); this.tabPage2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dgvTotal)).EndInit(); this.tabPage3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridPlate)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TabControl tcResult; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btnExport; private System.Windows.Forms.Button btnFind; private System.Windows.Forms.DateTimePicker dtpEnd; private System.Windows.Forms.DateTimePicker dtpBegin; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbProductNo; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridView dgvResultDetail; private System.Windows.Forms.DataGridView dgvTotal; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.CheckBox cbIncludeInvalidProductNo; private System.Windows.Forms.DataGridViewTextBoxColumn DetectID; private System.Windows.Forms.DataGridViewTextBoxColumn ProductTypeTxt; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Height; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Length; private System.Windows.Forms.DataGridViewTextBoxColumn Width; private System.Windows.Forms.DataGridViewTextBoxColumn Column11; private System.Windows.Forms.DataGridViewTextBoxColumn Column12; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.DataGridView gridPlate; private System.Windows.Forms.DataGridViewTextBoxColumn PlateID; private System.Windows.Forms.DataGridViewTextBoxColumn TotalQty; private System.Windows.Forms.DataGridViewTextBoxColumn ProductOK; private System.Windows.Forms.DataGridViewTextBoxColumn ProductNG; private System.Windows.Forms.DataGridViewTextBoxColumn ProductNoNG; private System.Windows.Forms.DataGridViewTextBoxColumn ProductLengthNG; private System.Windows.Forms.DataGridViewTextBoxColumn ProductWidthNG; private System.Windows.Forms.DataGridViewTextBoxColumn ProductHeightNG; } }