namespace UAS_MES_NEW.Make
{
partial class Make_ProductTest
{
///
/// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_ProductTest));
this.panel1 = new System.Windows.Forms.Panel();
this.snDetail = new System.Windows.Forms.GroupBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.prodNameVal = new System.Windows.Forms.Label();
this.prodVal = new System.Windows.Forms.Label();
this.snVal = new System.Windows.Forms.Label();
this.prodName_lab = new System.Windows.Forms.Label();
this.prod_lab = new System.Windows.Forms.Label();
this.sn_lab = new System.Windows.Forms.Label();
this.wo_lab = new System.Windows.Forms.Label();
this.woVal = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.dgv = new System.Windows.Forms.DataGridView();
this.GetSNCode_Label = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Query = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.GetSNCode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.MacDetail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.testNameChinese = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.isCheck = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.testName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.result = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.snDetail.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).BeginInit();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.snDetail);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1578, 218);
this.panel1.TabIndex = 132;
//
// snDetail
//
this.snDetail.Controls.Add(this.tableLayoutPanel1);
this.snDetail.Font = new System.Drawing.Font("微软雅黑", 12F);
this.snDetail.Location = new System.Drawing.Point(12, 22);
this.snDetail.Name = "snDetail";
this.snDetail.Size = new System.Drawing.Size(1872, 158);
this.snDetail.TabIndex = 0;
this.snDetail.TabStop = false;
this.snDetail.Text = "工单信息";
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 8;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 7F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 22F));
this.tableLayoutPanel1.Controls.Add(this.prodNameVal, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.prodVal, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.snVal, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.prodName_lab, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.prod_lab, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.sn_lab, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.wo_lab, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.woVal, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1866, 120);
this.tableLayoutPanel1.TabIndex = 0;
//
// prodNameVal
//
this.prodNameVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.prodNameVal.AutoSize = true;
this.prodNameVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.prodNameVal.Location = new System.Drawing.Point(1455, 44);
this.prodNameVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.prodNameVal.Name = "prodNameVal";
this.prodNameVal.Size = new System.Drawing.Size(0, 31);
this.prodNameVal.TabIndex = 66;
//
// prodVal
//
this.prodVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.prodVal.AutoSize = true;
this.prodVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.prodVal.Location = new System.Drawing.Point(990, 44);
this.prodVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.prodVal.Name = "prodVal";
this.prodVal.Size = new System.Drawing.Size(0, 31);
this.prodVal.TabIndex = 65;
//
// snVal
//
this.snVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.snVal.AutoSize = true;
this.snVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.snVal.Location = new System.Drawing.Point(525, 44);
this.snVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.snVal.Name = "snVal";
this.snVal.Size = new System.Drawing.Size(0, 31);
this.snVal.TabIndex = 64;
//
// prodName_lab
//
this.prodName_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
this.prodName_lab.AutoSize = true;
this.prodName_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.prodName_lab.Location = new System.Drawing.Point(1327, 29);
this.prodName_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.prodName_lab.Name = "prodName_lab";
this.prodName_lab.Size = new System.Drawing.Size(117, 62);
this.prodName_lab.TabIndex = 61;
this.prodName_lab.Text = "产品名称 :";
//
// prod_lab
//
this.prod_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
this.prod_lab.AutoSize = true;
this.prod_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.prod_lab.Location = new System.Drawing.Point(862, 29);
this.prod_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.prod_lab.Name = "prod_lab";
this.prod_lab.Size = new System.Drawing.Size(117, 62);
this.prod_lab.TabIndex = 62;
this.prod_lab.Text = "产品编号 :";
//
// sn_lab
//
this.sn_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
this.sn_lab.AutoSize = true;
this.sn_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.sn_lab.Location = new System.Drawing.Point(406, 44);
this.sn_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.sn_lab.Name = "sn_lab";
this.sn_lab.Size = new System.Drawing.Size(99, 31);
this.sn_lab.TabIndex = 38;
this.sn_lab.Text = "序列号 :";
//
// wo_lab
//
this.wo_lab.Anchor = System.Windows.Forms.AnchorStyles.None;
this.wo_lab.AutoSize = true;
this.wo_lab.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.wo_lab.Location = new System.Drawing.Point(15, 44);
this.wo_lab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.wo_lab.Name = "wo_lab";
this.wo_lab.Size = new System.Drawing.Size(99, 31);
this.wo_lab.TabIndex = 37;
this.wo_lab.Text = "工单号 :";
//
// woVal
//
this.woVal.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.woVal.AutoSize = true;
this.woVal.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.woVal.Location = new System.Drawing.Point(134, 44);
this.woVal.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.woVal.Name = "woVal";
this.woVal.Size = new System.Drawing.Size(0, 31);
this.woVal.TabIndex = 63;
//
// panel3
//
this.panel3.Controls.Add(this.Query);
this.panel3.Controls.Add(this.dgv);
this.panel3.Controls.Add(this.GetSNCode);
this.panel3.Controls.Add(this.GetSNCode_Label);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(0, 218);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(979, 650);
this.panel3.TabIndex = 134;
//
// dgv
//
this.dgv.AllowUserToAddRows = false;
this.dgv.AllowUserToDeleteRows = false;
this.dgv.BackgroundColor = System.Drawing.SystemColors.Control;
this.dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.MacDetail,
this.testNameChinese,
this.isCheck,
this.testName,
this.result});
this.dgv.Dock = System.Windows.Forms.DockStyle.Top;
this.dgv.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.dgv.Location = new System.Drawing.Point(0, 0);
this.dgv.Name = "dgv";
this.dgv.ReadOnly = true;
this.dgv.RowHeadersWidth = 62;
this.dgv.RowTemplate.Height = 30;
this.dgv.Size = new System.Drawing.Size(979, 567);
this.dgv.TabIndex = 136;
//
// GetSNCode_Label
//
this.GetSNCode_Label.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.GetSNCode_Label.AutoSize = true;
this.GetSNCode_Label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.GetSNCode_Label.Location = new System.Drawing.Point(20, 587);
this.GetSNCode_Label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.GetSNCode_Label.Name = "GetSNCode_Label";
this.GetSNCode_Label.Size = new System.Drawing.Size(86, 31);
this.GetSNCode_Label.TabIndex = 134;
this.GetSNCode_Label.Text = "序列号";
//
// panel4
//
this.panel4.Controls.Add(this.OperatResult);
this.panel4.Controls.Add(this.Clean);
this.panel4.Dock = System.Windows.Forms.DockStyle.Right;
this.panel4.Location = new System.Drawing.Point(979, 218);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(599, 650);
this.panel4.TabIndex = 138;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn1.HeaderText = "MAC";
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.Width = 150;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn2.HeaderText = "测试项目";
this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.Width = 150;
//
// dataGridViewTextBoxColumn3
//
this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn3.HeaderText = "测试结果";
this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
this.dataGridViewTextBoxColumn3.Width = 116;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 116;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 150;
//
// Query
//
this.Query.AllPower = null;
this.Query.BackColor = System.Drawing.Color.Transparent;
this.Query.Cursor = System.Windows.Forms.Cursors.Hand;
this.Query.DownImage = ((System.Drawing.Image)(resources.GetObject("Query.DownImage")));
this.Query.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Query.Image = null;
this.Query.IsShowBorder = true;
this.Query.Location = new System.Drawing.Point(607, 584);
this.Query.Margin = new System.Windows.Forms.Padding(4);
this.Query.MoveImage = ((System.Drawing.Image)(resources.GetObject("Query.MoveImage")));
this.Query.Name = "Query";
this.Query.NormalImage = ((System.Drawing.Image)(resources.GetObject("Query.NormalImage")));
this.Query.Power = null;
this.Query.Size = new System.Drawing.Size(155, 37);
this.Query.TabIndex = 137;
this.Query.Tag = "IfRead";
this.Query.Text = "获取测试结果";
this.Query.UseVisualStyleBackColor = true;
this.Query.Click += new System.EventHandler(this.Query_Click);
//
// GetSNCode
//
this.GetSNCode.AllPower = null;
this.GetSNCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.GetSNCode.BackColor = System.Drawing.Color.White;
this.GetSNCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.GetSNCode.ID = null;
this.GetSNCode.Location = new System.Drawing.Point(131, 585);
this.GetSNCode.Margin = new System.Windows.Forms.Padding(4);
this.GetSNCode.Name = "GetSNCode";
this.GetSNCode.Power = null;
this.GetSNCode.Size = new System.Drawing.Size(412, 35);
this.GetSNCode.Str = null;
this.GetSNCode.Str1 = null;
this.GetSNCode.Str2 = null;
this.GetSNCode.TabIndex = 135;
this.GetSNCode.Tag = "Read";
this.GetSNCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.GetSNCode_KeyDown);
//
// OperatResult
//
this.OperatResult.AcceptsTab = true;
this.OperatResult.Dock = System.Windows.Forms.DockStyle.Top;
this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OperatResult.Location = new System.Drawing.Point(0, 0);
this.OperatResult.Margin = new System.Windows.Forms.Padding(4);
this.OperatResult.Name = "OperatResult";
this.OperatResult.Size = new System.Drawing.Size(599, 567);
this.OperatResult.TabIndex = 133;
this.OperatResult.Text = "";
//
// Clean
//
this.Clean.AllPower = null;
this.Clean.BackColor = System.Drawing.Color.Transparent;
this.Clean.Cursor = System.Windows.Forms.Cursors.Hand;
this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
this.Clean.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Clean.Image = null;
this.Clean.IsShowBorder = true;
this.Clean.Location = new System.Drawing.Point(252, 582);
this.Clean.Margin = new System.Windows.Forms.Padding(4);
this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
this.Clean.Name = "Clean";
this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
this.Clean.Power = null;
this.Clean.Size = new System.Drawing.Size(104, 38);
this.Clean.TabIndex = 132;
this.Clean.Tag = "IfRead";
this.Clean.Text = "清除";
this.Clean.UseVisualStyleBackColor = true;
this.Clean.Click += new System.EventHandler(this.Clean_Click);
//
// MacDetail
//
this.MacDetail.HeaderText = "MAC信息";
this.MacDetail.MinimumWidth = 8;
this.MacDetail.Name = "MacDetail";
this.MacDetail.ReadOnly = true;
this.MacDetail.Width = 150;
//
// testNameChinese
//
this.testNameChinese.HeaderText = "测试项目名称";
this.testNameChinese.MinimumWidth = 8;
this.testNameChinese.Name = "testNameChinese";
this.testNameChinese.ReadOnly = true;
this.testNameChinese.Width = 150;
//
// isCheck
//
this.isCheck.HeaderText = "是否检测";
this.isCheck.MinimumWidth = 8;
this.isCheck.Name = "isCheck";
this.isCheck.ReadOnly = true;
this.isCheck.Width = 150;
//
// testName
//
this.testName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.testName.HeaderText = "测试项目";
this.testName.MinimumWidth = 8;
this.testName.Name = "testName";
this.testName.ReadOnly = true;
this.testName.Width = 116;
//
// result
//
this.result.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.result.HeaderText = "测试结果";
this.result.MinimumWidth = 8;
this.result.Name = "result";
this.result.ReadOnly = true;
this.result.Width = 116;
//
// Make_ProductTest
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1578, 868);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel4);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Make_ProductTest";
this.Text = "Make_WirelessTest";
this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
this.panel1.ResumeLayout(true);
this.snDetail.ResumeLayout(true);
this.tableLayoutPanel1.ResumeLayout(true);
this.tableLayoutPanel1.PerformLayout();
this.panel3.ResumeLayout(true);
this.panel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgv)).EndInit();
this.panel4.ResumeLayout(true);
this.ResumeLayout(true);
}
#endregion
private System.Windows.Forms.Label wo_lab;
private System.Windows.Forms.Label sn_lab;
private System.Windows.Forms.Label prodName_lab;
private System.Windows.Forms.Label prod_lab;
private System.Windows.Forms.Panel panel1;
private CustomControl.RichText.RichTextAutoBottom OperatResult;
private System.Windows.Forms.Panel panel3;
private CustomControl.TextBoxWithIcon.SnCollectionBox GetSNCode;
private System.Windows.Forms.Label GetSNCode_Label;
private System.Windows.Forms.DataGridView dgv;
private CustomControl.ButtonUtil.NormalButton Query;
private System.Windows.Forms.Panel panel4;
private CustomControl.ButtonUtil.NormalButton Clean;
private System.Windows.Forms.GroupBox snDetail;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label woVal;
private System.Windows.Forms.Label snVal;
private System.Windows.Forms.Label prodVal;
private System.Windows.Forms.Label prodNameVal;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
private System.Windows.Forms.DataGridViewTextBoxColumn MacDetail;
private System.Windows.Forms.DataGridViewTextBoxColumn testNameChinese;
private System.Windows.Forms.DataGridViewTextBoxColumn isCheck;
private System.Windows.Forms.DataGridViewTextBoxColumn testName;
private System.Windows.Forms.DataGridViewTextBoxColumn result;
}
}