天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

460 lines
26 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class ProductCheckAddForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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 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();
this.txtProcessCode = new System.Windows.Forms.TextBox();
this.labproductcode = new System.Windows.Forms.Label();
this.txtProducedate = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtmaterialname = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtMaterialCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtPid = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel();
this.comFirstProduct = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.labelError = new System.Windows.Forms.Label();
this.cobResult = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.butSave = new System.Windows.Forms.Button();
this.butEdit = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.DGData = new System.Windows.Forms.DataGridView();
this.CHECKITEMCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.CHECKITEMNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.INPUTVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.STANDERDVALUE_UPPER = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.STANDERDVALUE_DOWN = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.INPUTTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DGData)).BeginInit();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// txtProcessCode
//
this.txtProcessCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProcessCode.Location = new System.Drawing.Point(108, 20);
this.txtProcessCode.Name = "txtProcessCode";
this.txtProcessCode.Size = new System.Drawing.Size(290, 35);
this.txtProcessCode.TabIndex = 5;
this.txtProcessCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCode_KeyDown);
//
// labproductcode
//
this.labproductcode.AutoSize = true;
this.labproductcode.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.labproductcode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labproductcode.Location = new System.Drawing.Point(20, 24);
this.labproductcode.Name = "labproductcode";
this.labproductcode.Size = new System.Drawing.Size(58, 24);
this.labproductcode.TabIndex = 4;
this.labproductcode.Text = "条码";
//
// txtProducedate
//
this.txtProducedate.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtProducedate.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtProducedate.Location = new System.Drawing.Point(106, 124);
this.txtProducedate.Name = "txtProducedate";
this.txtProducedate.ReadOnly = true;
this.txtProducedate.Size = new System.Drawing.Size(292, 35);
this.txtProducedate.TabIndex = 7;
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(15, 132);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(85, 19);
this.label1.TabIndex = 6;
this.label1.Text = "生产日期";
//
// txtmaterialname
//
this.txtmaterialname.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtmaterialname.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtmaterialname.Location = new System.Drawing.Point(106, 81);
this.txtmaterialname.Name = "txtmaterialname";
this.txtmaterialname.ReadOnly = true;
this.txtmaterialname.Size = new System.Drawing.Size(292, 35);
this.txtmaterialname.TabIndex = 9;
//
// label2
//
this.label2.AutoSize = true;
this.label2.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label2.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(15, 89);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(85, 19);
this.label2.TabIndex = 8;
this.label2.Text = "零件名称";
//
// txtMaterialCode
//
this.txtMaterialCode.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtMaterialCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMaterialCode.Location = new System.Drawing.Point(499, 81);
this.txtMaterialCode.Name = "txtMaterialCode";
this.txtMaterialCode.ReadOnly = true;
this.txtMaterialCode.Size = new System.Drawing.Size(287, 35);
this.txtMaterialCode.TabIndex = 11;
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(422, 88);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(66, 19);
this.label3.TabIndex = 10;
this.label3.Text = "物料号";
//
// txtPid
//
this.txtPid.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.txtPid.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPid.Location = new System.Drawing.Point(499, 124);
this.txtPid.Name = "txtPid";
this.txtPid.ReadOnly = true;
this.txtPid.Size = new System.Drawing.Size(287, 35);
this.txtPid.TabIndex = 16;
this.txtPid.Visible = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(421, 132);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(69, 19);
this.label4.TabIndex = 17;
this.label4.Text = "PC|PID";
this.label4.Visible = false;
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panel1.Controls.Add(this.comFirstProduct);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.labelError);
this.panel1.Controls.Add(this.cobResult);
this.panel1.Controls.Add(this.label5);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(818, 172);
this.panel1.TabIndex = 22;
//
// comFirstProduct
//
this.comFirstProduct.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.comFirstProduct.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comFirstProduct.FormattingEnabled = true;
this.comFirstProduct.Location = new System.Drawing.Point(690, 18);
this.comFirstProduct.Name = "comFirstProduct";
this.comFirstProduct.Size = new System.Drawing.Size(96, 36);
this.comFirstProduct.TabIndex = 25;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(599, 29);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(85, 19);
this.label6.TabIndex = 24;
this.label6.Text = "抽检类型";
//
// labelError
//
this.labelError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.labelError.ForeColor = System.Drawing.Color.Red;
this.labelError.Location = new System.Drawing.Point(426, 120);
this.labelError.Name = "labelError";
this.labelError.Size = new System.Drawing.Size(286, 43);
this.labelError.TabIndex = 23;
this.labelError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// cobResult
//
this.cobResult.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.cobResult.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.cobResult.FormattingEnabled = true;
this.cobResult.Location = new System.Drawing.Point(497, 20);
this.cobResult.Name = "cobResult";
this.cobResult.Size = new System.Drawing.Size(96, 36);
this.cobResult.TabIndex = 22;
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.label5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(411, 27);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(85, 19);
this.label5.TabIndex = 21;
this.label5.Text = "抽检结果";
//
// butSave
//
this.butSave.Location = new System.Drawing.Point(149, 15);
this.butSave.Name = "butSave";
this.butSave.Size = new System.Drawing.Size(93, 38);
this.butSave.TabIndex = 13;
this.butSave.Text = "确认";
this.butSave.UseVisualStyleBackColor = true;
this.butSave.Click += new System.EventHandler(this.butSave_Click);
//
// butEdit
//
this.butEdit.Location = new System.Drawing.Point(481, 15);
this.butEdit.Name = "butEdit";
this.butEdit.Size = new System.Drawing.Size(93, 38);
this.butEdit.TabIndex = 15;
this.butEdit.Text = "编辑";
this.butEdit.UseVisualStyleBackColor = true;
this.butEdit.Click += new System.EventHandler(this.butEdit_Click);
//
// panel3
//
this.panel3.Controls.Add(this.butSave);
this.panel3.Controls.Add(this.butEdit);
this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel3.Location = new System.Drawing.Point(0, 427);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(818, 66);
this.panel3.TabIndex = 25;
//
// DGData
//
this.DGData.AllowUserToAddRows = false;
this.DGData.AllowUserToDeleteRows = false;
this.DGData.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.DGData.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.DGData.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, 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.False;
this.DGData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.DGData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DGData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CHECKITEMCODE,
this.CHECKITEMNAME,
this.INPUTVALUE,
this.STANDERDVALUE_UPPER,
this.STANDERDVALUE_DOWN,
this.INPUTTYPE});
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.DefaultCellStyle = dataGridViewCellStyle8;
this.DGData.Dock = System.Windows.Forms.DockStyle.Fill;
this.DGData.Location = new System.Drawing.Point(0, 0);
this.DGData.MultiSelect = false;
this.DGData.Name = "DGData";
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.DGData.RowHeadersDefaultCellStyle = dataGridViewCellStyle9;
this.DGData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders;
this.DGData.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.DGData.RowTemplate.Height = 23;
this.DGData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DGData.Size = new System.Drawing.Size(818, 255);
this.DGData.TabIndex = 12;
this.DGData.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseClick);
//
// CHECKITEMCODE
//
this.CHECKITEMCODE.DataPropertyName = "CHECKITEMCODE";
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.CHECKITEMCODE.DefaultCellStyle = dataGridViewCellStyle2;
this.CHECKITEMCODE.HeaderText = "抽检编码";
this.CHECKITEMCODE.Name = "CHECKITEMCODE";
this.CHECKITEMCODE.ReadOnly = true;
this.CHECKITEMCODE.Width = 101;
//
// CHECKITEMNAME
//
this.CHECKITEMNAME.DataPropertyName = "CHECKITEMNAME";
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.CHECKITEMNAME.DefaultCellStyle = dataGridViewCellStyle3;
this.CHECKITEMNAME.HeaderText = "抽检名称";
this.CHECKITEMNAME.Name = "CHECKITEMNAME";
this.CHECKITEMNAME.ReadOnly = true;
this.CHECKITEMNAME.Width = 101;
//
// INPUTVALUE
//
this.INPUTVALUE.DataPropertyName = "INPUTVALUE";
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.INPUTVALUE.DefaultCellStyle = dataGridViewCellStyle4;
this.INPUTVALUE.HeaderText = "目标值";
this.INPUTVALUE.Name = "INPUTVALUE";
this.INPUTVALUE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.INPUTVALUE.Width = 84;
//
// STANDERDVALUE_UPPER
//
this.STANDERDVALUE_UPPER.DataPropertyName = "STANDERDVALUE_UPPER";
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.STANDERDVALUE_UPPER.DefaultCellStyle = dataGridViewCellStyle5;
this.STANDERDVALUE_UPPER.HeaderText = "标准上限值";
this.STANDERDVALUE_UPPER.Name = "STANDERDVALUE_UPPER";
this.STANDERDVALUE_UPPER.ReadOnly = true;
this.STANDERDVALUE_UPPER.Width = 118;
//
// STANDERDVALUE_DOWN
//
this.STANDERDVALUE_DOWN.DataPropertyName = "STANDERDVALUE_DOWN";
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.STANDERDVALUE_DOWN.DefaultCellStyle = dataGridViewCellStyle6;
this.STANDERDVALUE_DOWN.HeaderText = "标准下限值";
this.STANDERDVALUE_DOWN.Name = "STANDERDVALUE_DOWN";
this.STANDERDVALUE_DOWN.ReadOnly = true;
this.STANDERDVALUE_DOWN.Width = 118;
//
// INPUTTYPE
//
this.INPUTTYPE.DataPropertyName = "INPUTTYPE";
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.INPUTTYPE.DefaultCellStyle = dataGridViewCellStyle7;
this.INPUTTYPE.HeaderText = "输入类型";
this.INPUTTYPE.Name = "INPUTTYPE";
this.INPUTTYPE.Visible = false;
this.INPUTTYPE.Width = 101;
//
// panel2
//
this.panel2.Controls.Add(this.DGData);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 172);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(818, 255);
this.panel2.TabIndex = 24;
//
// ProductCheckAddForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(818, 493);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel3);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtPid);
this.Controls.Add(this.txtMaterialCode);
this.Controls.Add(this.label3);
this.Controls.Add(this.txtmaterialname);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtProducedate);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtProcessCode);
this.Controls.Add(this.labproductcode);
this.Controls.Add(this.panel1);
this.Name = "ProductCheckAddForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "新增抽检界面";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.ProductCheckAddForm_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DGData)).EndInit();
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox txtProcessCode;
private System.Windows.Forms.Label labproductcode;
private System.Windows.Forms.TextBox txtProducedate;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtmaterialname;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtMaterialCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridViewCellEventHandler CellDoubleClick;
private System.Windows.Forms.TextBox txtPid;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label labelError;
private System.Windows.Forms.ComboBox cobResult;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button butSave;
private System.Windows.Forms.Button butEdit;
private System.Windows.Forms.Panel panel3;
public System.Windows.Forms.DataGridView DGData;
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKITEMCODE;
private System.Windows.Forms.DataGridViewTextBoxColumn CHECKITEMNAME;
private System.Windows.Forms.DataGridViewTextBoxColumn INPUTVALUE;
private System.Windows.Forms.DataGridViewTextBoxColumn STANDERDVALUE_UPPER;
private System.Windows.Forms.DataGridViewTextBoxColumn STANDERDVALUE_DOWN;
private System.Windows.Forms.DataGridViewTextBoxColumn INPUTTYPE;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.ComboBox comFirstProduct;
private System.Windows.Forms.Label label6;
}
}