namespace UAS_MES_NEW.Make
{
partial class Make_BurnInspection
{
///
/// 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_BurnInspection));
this.panel1 = new System.Windows.Forms.Panel();
this.Query = new System.Windows.Forms.Button();
this.LineLab = new System.Windows.Forms.Label();
this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
this.LineVal = new System.Windows.Forms.ComboBox();
this.ms_makecode_label = new System.Windows.Forms.Label();
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
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.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel2 = new System.Windows.Forms.Panel();
this.ClearMsg = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.DataBox = new System.Windows.Forms.DataGridView();
this.panel4 = new System.Windows.Forms.Panel();
this.BurnLotnoVal = new System.Windows.Forms.TextBox();
this.BurnLotnoLab = new System.Windows.Forms.Label();
this.BURN_ID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.work_order = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.burn_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.line = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.burn_software = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inspect_res = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.check_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dot_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inspect_time = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.inspect_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
this.panel4.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.Query);
this.panel1.Controls.Add(this.LineLab);
this.panel1.Controls.Add(this.LockMakeCode);
this.panel1.Controls.Add(this.LineVal);
this.panel1.Controls.Add(this.ms_makecode_label);
this.panel1.Controls.Add(this.ma_code);
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(1280, 112);
this.panel1.TabIndex = 132;
//
// Query
//
this.Query.Cursor = System.Windows.Forms.Cursors.Hand;
this.Query.Location = new System.Drawing.Point(719, 21);
this.Query.Name = "Query";
this.Query.Size = new System.Drawing.Size(81, 28);
this.Query.TabIndex = 161;
this.Query.Text = "查询";
this.Query.UseVisualStyleBackColor = true;
this.Query.Click += new System.EventHandler(this.Query_Click);
//
// LineLab
//
this.LineLab.AutoSize = true;
this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LineLab.Location = new System.Drawing.Point(398, 21);
this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.LineLab.Name = "LineLab";
this.LineLab.Size = new System.Drawing.Size(54, 28);
this.LineLab.TabIndex = 158;
this.LineLab.Text = "线体";
//
// LockMakeCode
//
this.LockMakeCode.AutoSize = true;
this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.LockMakeCode.LeaveEvent = false;
this.LockMakeCode.Location = new System.Drawing.Point(306, 23);
this.LockMakeCode.Name = "LockMakeCode";
this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
this.LockMakeCode.TabIndex = 160;
this.LockMakeCode.Text = "锁定";
this.LockMakeCode.UseVisualStyleBackColor = true;
//
// LineVal
//
this.LineVal.FormattingEnabled = true;
this.LineVal.Location = new System.Drawing.Point(454, 21);
this.LineVal.Name = "LineVal";
this.LineVal.Size = new System.Drawing.Size(243, 32);
this.LineVal.TabIndex = 159;
//
// ms_makecode_label
//
this.ms_makecode_label.AutoSize = true;
this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ms_makecode_label.Location = new System.Drawing.Point(21, 21);
this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.ms_makecode_label.Name = "ms_makecode_label";
this.ms_makecode_label.Size = new System.Drawing.Size(96, 28);
this.ms_makecode_label.TabIndex = 156;
this.ms_makecode_label.Text = "归属工单";
//
// ma_code
//
this.ma_code.AllPower = null;
this.ma_code.Caller = null;
this.ma_code.Condition = null;
this.ma_code.DBTitle = null;
this.ma_code.FormName = null;
this.ma_code.Location = new System.Drawing.Point(87, 21);
this.ma_code.Name = "ma_code";
this.ma_code.Power = null;
this.ma_code.ReturnData = null;
this.ma_code.SelectField = null;
this.ma_code.SetValueField = null;
this.ma_code.Size = new System.Drawing.Size(205, 32);
this.ma_code.TabIndex = 157;
this.ma_code.TableName = null;
this.ma_code.Tag = "ma_code";
this.ma_code.TextBoxEnable = true;
//
// 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 = 150;
//
// dataGridViewTextBoxColumn4
//
this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
this.dataGridViewTextBoxColumn4.HeaderText = "测试结果";
this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
this.dataGridViewTextBoxColumn4.Width = 150;
//
// dataGridViewTextBoxColumn5
//
this.dataGridViewTextBoxColumn5.HeaderText = "是否检测";
this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.Width = 150;
//
// OperatResult
//
this.OperatResult.AcceptsTab = true;
this.OperatResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 10.5F, 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, 5, 4, 5);
this.OperatResult.Name = "OperatResult";
this.OperatResult.Size = new System.Drawing.Size(378, 492);
this.OperatResult.TabIndex = 133;
this.OperatResult.Text = "";
//
// NG
//
this.NG.AllPower = null;
this.NG.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.NG.BackColor = System.Drawing.Color.Transparent;
this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.NG.ForeColor = System.Drawing.Color.Red;
this.NG.Image = null;
this.NG.IsShowBorder = true;
this.NG.Location = new System.Drawing.Point(650, 14);
this.NG.Margin = new System.Windows.Forms.Padding(5);
this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
this.NG.Name = "NG";
this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
this.NG.Power = null;
this.NG.Size = new System.Drawing.Size(147, 54);
this.NG.TabIndex = 136;
this.NG.Tag = "IfRead";
this.NG.Text = "NG";
this.NG.UseVisualStyleBackColor = true;
this.NG.Click += new System.EventHandler(this.NG_Click);
//
// OK
//
this.OK.AllPower = null;
this.OK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.OK.BackColor = System.Drawing.Color.Transparent;
this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.OK.ForeColor = System.Drawing.Color.Green;
this.OK.Image = null;
this.OK.IsShowBorder = true;
this.OK.Location = new System.Drawing.Point(441, 14);
this.OK.Margin = new System.Windows.Forms.Padding(5);
this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
this.OK.Name = "OK";
this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
this.OK.Power = null;
this.OK.Size = new System.Drawing.Size(147, 54);
this.OK.TabIndex = 134;
this.OK.Tag = "IfRead";
this.OK.Text = "OK";
this.OK.UseVisualStyleBackColor = false;
this.OK.Click += new System.EventHandler(this.OK_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.Controls.Add(this.panel2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 112);
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(1280, 608);
this.tableLayoutPanel1.TabIndex = 133;
//
// panel2
//
this.panel2.Controls.Add(this.ClearMsg);
this.panel2.Controls.Add(this.OperatResult);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(899, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(378, 602);
this.panel2.TabIndex = 0;
//
// ClearMsg
//
this.ClearMsg.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ClearMsg.Cursor = System.Windows.Forms.Cursors.Hand;
this.ClearMsg.Location = new System.Drawing.Point(156, 500);
this.ClearMsg.Name = "ClearMsg";
this.ClearMsg.Size = new System.Drawing.Size(81, 28);
this.ClearMsg.TabIndex = 157;
this.ClearMsg.Text = "清理";
this.ClearMsg.UseVisualStyleBackColor = true;
this.ClearMsg.Click += new System.EventHandler(this.ClearMsg_Click);
//
// panel3
//
this.panel3.Controls.Add(this.DataBox);
this.panel3.Controls.Add(this.panel4);
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 3);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(890, 602);
this.panel3.TabIndex = 1;
//
// DataBox
//
this.DataBox.AllowUserToAddRows = false;
this.DataBox.AllowUserToDeleteRows = false;
this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.BURN_ID,
this.work_order,
this.burn_lotno,
this.line,
this.burn_software,
this.inspect_res,
this.check_code,
this.dot_detail,
this.inspect_time,
this.inspect_name});
this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
this.DataBox.Location = new System.Drawing.Point(0, 0);
this.DataBox.Name = "DataBox";
this.DataBox.ReadOnly = true;
this.DataBox.RowHeadersWidth = 62;
this.DataBox.RowTemplate.Height = 30;
this.DataBox.Size = new System.Drawing.Size(890, 500);
this.DataBox.TabIndex = 155;
//
// panel4
//
this.panel4.Controls.Add(this.BurnLotnoVal);
this.panel4.Controls.Add(this.BurnLotnoLab);
this.panel4.Controls.Add(this.OK);
this.panel4.Controls.Add(this.NG);
this.panel4.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panel4.Location = new System.Drawing.Point(0, 500);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(890, 102);
this.panel4.TabIndex = 156;
//
// BurnLotnoVal
//
this.BurnLotnoVal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BurnLotnoVal.Location = new System.Drawing.Point(132, 27);
this.BurnLotnoVal.Name = "BurnLotnoVal";
this.BurnLotnoVal.Size = new System.Drawing.Size(243, 31);
this.BurnLotnoVal.TabIndex = 162;
//
// BurnLotnoLab
//
this.BurnLotnoLab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.BurnLotnoLab.AutoSize = true;
this.BurnLotnoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.BurnLotnoLab.Location = new System.Drawing.Point(70, 31);
this.BurnLotnoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.BurnLotnoLab.Name = "BurnLotnoLab";
this.BurnLotnoLab.Size = new System.Drawing.Size(96, 28);
this.BurnLotnoLab.TabIndex = 161;
this.BurnLotnoLab.Text = "烧录批次";
//
// BURN_ID
//
this.BURN_ID.DataPropertyName = "BURN_ID";
this.BURN_ID.HeaderText = "BURN_ID";
this.BURN_ID.MinimumWidth = 8;
this.BURN_ID.Name = "BURN_ID";
this.BURN_ID.ReadOnly = true;
this.BURN_ID.Visible = false;
this.BURN_ID.Width = 150;
//
// work_order
//
this.work_order.DataPropertyName = "work_order";
this.work_order.HeaderText = "工单号";
this.work_order.MinimumWidth = 8;
this.work_order.Name = "work_order";
this.work_order.ReadOnly = true;
this.work_order.Width = 120;
//
// burn_lotno
//
this.burn_lotno.DataPropertyName = "burn_lotno";
this.burn_lotno.HeaderText = "烧录批号";
this.burn_lotno.MinimumWidth = 8;
this.burn_lotno.Name = "burn_lotno";
this.burn_lotno.ReadOnly = true;
this.burn_lotno.Width = 150;
//
// line
//
this.line.DataPropertyName = "line";
this.line.HeaderText = "线体";
this.line.MinimumWidth = 8;
this.line.Name = "line";
this.line.ReadOnly = true;
this.line.Width = 70;
//
// burn_software
//
this.burn_software.DataPropertyName = "burn_software";
this.burn_software.HeaderText = "烧录软件";
this.burn_software.MinimumWidth = 8;
this.burn_software.Name = "burn_software";
this.burn_software.ReadOnly = true;
this.burn_software.Width = 150;
//
// inspect_res
//
this.inspect_res.DataPropertyName = "inspect_res";
this.inspect_res.HeaderText = "抽检结果";
this.inspect_res.MinimumWidth = 8;
this.inspect_res.Name = "inspect_res";
this.inspect_res.ReadOnly = true;
this.inspect_res.Width = 80;
//
// check_code
//
this.check_code.DataPropertyName = "check_code";
this.check_code.HeaderText = "校验码";
this.check_code.MinimumWidth = 8;
this.check_code.Name = "check_code";
this.check_code.ReadOnly = true;
this.check_code.Width = 150;
//
// dot_detail
//
this.dot_detail.DataPropertyName = "dot_detail";
this.dot_detail.HeaderText = "打点信息";
this.dot_detail.MinimumWidth = 8;
this.dot_detail.Name = "dot_detail";
this.dot_detail.ReadOnly = true;
this.dot_detail.Width = 150;
//
// inspect_time
//
this.inspect_time.DataPropertyName = "inspect_time";
this.inspect_time.HeaderText = "抽检时间";
this.inspect_time.MinimumWidth = 8;
this.inspect_time.Name = "inspect_time";
this.inspect_time.ReadOnly = true;
//
// inspect_name
//
this.inspect_name.DataPropertyName = "inspect_name";
this.inspect_name.HeaderText = "抽检人员";
this.inspect_name.MinimumWidth = 8;
this.inspect_name.Name = "inspect_name";
this.inspect_name.ReadOnly = true;
this.inspect_name.Width = 80;
//
// Make_BurnInspection
//
this.AllowDrop = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1280, 720);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.panel1);
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Margin = new System.Windows.Forms.Padding(4);
this.Name = "Make_BurnInspection";
this.Text = "Make_WirelessTest";
this.Load += new System.EventHandler(this.Make_WirelessTest_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.tableLayoutPanel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
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 CustomControl.ButtonUtil.NormalButton OK;
private CustomControl.ButtonUtil.NormalButton NG;
private CustomControl.RichText.RichTextAutoBottom OperatResult;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button ClearMsg;
private System.Windows.Forms.TextBox BurnLotnoVal;
private System.Windows.Forms.Label BurnLotnoLab;
private System.Windows.Forms.Label LineLab;
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
private System.Windows.Forms.ComboBox LineVal;
private System.Windows.Forms.Label ms_makecode_label;
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
private System.Windows.Forms.DataGridView DataBox;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Button Query;
private System.Windows.Forms.DataGridViewTextBoxColumn BURN_ID;
private System.Windows.Forms.DataGridViewTextBoxColumn work_order;
private System.Windows.Forms.DataGridViewTextBoxColumn burn_lotno;
private System.Windows.Forms.DataGridViewTextBoxColumn line;
private System.Windows.Forms.DataGridViewTextBoxColumn burn_software;
private System.Windows.Forms.DataGridViewTextBoxColumn inspect_res;
private System.Windows.Forms.DataGridViewTextBoxColumn check_code;
private System.Windows.Forms.DataGridViewTextBoxColumn dot_detail;
private System.Windows.Forms.DataGridViewTextBoxColumn inspect_time;
private System.Windows.Forms.DataGridViewTextBoxColumn inspect_name;
}
}