namespace UAS_MES_NEW.Make
{
partial class Make_EquiConnect
{
///
/// 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_EquiConnect));
this.Container = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.txtPath = new System.Windows.Forms.TextBox();
this.LineVal = new System.Windows.Forms.ComboBox();
this.SnType2 = new System.Windows.Forms.CheckBox();
this.SnType1 = new System.Windows.Forms.CheckBox();
this.SnTypeLab = new System.Windows.Forms.Label();
this.OkBox = new System.Windows.Forms.CheckBox();
this.TestLab = new System.Windows.Forms.Label();
this.NgBox = new System.Windows.Forms.CheckBox();
this.EmployeeVal = new System.Windows.Forms.TextBox();
this.EmployeeLab = new System.Windows.Forms.Label();
this.onWatch = new System.Windows.Forms.Button();
this.allParse = new System.Windows.Forms.Button();
this.Device = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.Choose = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.LineLab = new System.Windows.Forms.Label();
this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
this.SNVal = new System.Windows.Forms.TextBox();
this.SNLab = new System.Windows.Forms.Label();
this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.TargetQty = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.productName = new System.Windows.Forms.Label();
this.productCode = new System.Windows.Forms.Label();
this.workOrder = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.serialNumber = new System.Windows.Forms.Label();
this.Container.SuspendLayout();
this.panel1.SuspendLayout();
this.SNDetails.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// Container
//
this.Container.ColumnCount = 1;
this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.Container.Controls.Add(this.panel1, 0, 1);
this.Container.Controls.Add(this.OperatResult, 0, 2);
this.Container.Controls.Add(this.SNDetails, 0, 0);
this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
this.Container.Location = new System.Drawing.Point(0, 0);
this.Container.Margin = new System.Windows.Forms.Padding(4);
this.Container.Name = "Container";
this.Container.RowCount = 3;
this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
this.Container.Size = new System.Drawing.Size(1280, 720);
this.Container.TabIndex = 8;
//
// panel1
//
this.panel1.Controls.Add(this.txtPath);
this.panel1.Controls.Add(this.LineVal);
this.panel1.Controls.Add(this.SnType2);
this.panel1.Controls.Add(this.SnType1);
this.panel1.Controls.Add(this.SnTypeLab);
this.panel1.Controls.Add(this.OkBox);
this.panel1.Controls.Add(this.TestLab);
this.panel1.Controls.Add(this.NgBox);
this.panel1.Controls.Add(this.EmployeeVal);
this.panel1.Controls.Add(this.EmployeeLab);
this.panel1.Controls.Add(this.onWatch);
this.panel1.Controls.Add(this.allParse);
this.panel1.Controls.Add(this.Device);
this.panel1.Controls.Add(this.label5);
this.panel1.Controls.Add(this.Choose);
this.panel1.Controls.Add(this.label6);
this.panel1.Controls.Add(this.LineLab);
this.panel1.Controls.Add(this.OK);
this.panel1.Controls.Add(this.NG);
this.panel1.Controls.Add(this.SNVal);
this.panel1.Controls.Add(this.SNLab);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(3, 111);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1274, 174);
this.panel1.TabIndex = 4;
//
// txtPath
//
this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtPath.Location = new System.Drawing.Point(869, 59);
this.txtPath.Name = "txtPath";
this.txtPath.Size = new System.Drawing.Size(332, 31);
this.txtPath.TabIndex = 171;
this.txtPath.Visible = false;
//
// LineVal
//
this.LineVal.FormattingEnabled = true;
this.LineVal.Location = new System.Drawing.Point(1173, 96);
this.LineVal.Name = "LineVal";
this.LineVal.Size = new System.Drawing.Size(164, 32);
this.LineVal.TabIndex = 168;
this.LineVal.Visible = false;
//
// SnType2
//
this.SnType2.AutoSize = true;
this.SnType2.Cursor = System.Windows.Forms.Cursors.Hand;
this.SnType2.Location = new System.Drawing.Point(775, 131);
this.SnType2.Name = "SnType2";
this.SnType2.Size = new System.Drawing.Size(90, 28);
this.SnType2.TabIndex = 183;
this.SnType2.Text = "序列号";
this.SnType2.UseVisualStyleBackColor = true;
this.SnType2.Visible = false;
this.SnType2.Click += new System.EventHandler(this.SnType2_Click);
//
// SnType1
//
this.SnType1.AutoSize = true;
this.SnType1.Cursor = System.Windows.Forms.Cursors.Hand;
this.SnType1.Location = new System.Drawing.Point(679, 131);
this.SnType1.Name = "SnType1";
this.SnType1.Size = new System.Drawing.Size(90, 28);
this.SnType1.TabIndex = 181;
this.SnType1.Text = "拼板号";
this.SnType1.UseVisualStyleBackColor = true;
this.SnType1.Visible = false;
this.SnType1.Click += new System.EventHandler(this.SnType1_Click);
//
// SnTypeLab
//
this.SnTypeLab.AutoSize = true;
this.SnTypeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SnTypeLab.Location = new System.Drawing.Point(578, 130);
this.SnTypeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.SnTypeLab.Name = "SnTypeLab";
this.SnTypeLab.Size = new System.Drawing.Size(122, 28);
this.SnTypeLab.TabIndex = 182;
this.SnTypeLab.Text = "序列号类型:";
this.SnTypeLab.Visible = false;
//
// OkBox
//
this.OkBox.AutoSize = true;
this.OkBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.OkBox.Location = new System.Drawing.Point(139, 66);
this.OkBox.Name = "OkBox";
this.OkBox.Size = new System.Drawing.Size(62, 28);
this.OkBox.TabIndex = 178;
this.OkBox.Text = "OK";
this.OkBox.UseVisualStyleBackColor = true;
this.OkBox.Click += new System.EventHandler(this.OkBox_Click);
//
// TestLab
//
this.TestLab.AutoSize = true;
this.TestLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.TestLab.Location = new System.Drawing.Point(44, 65);
this.TestLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.TestLab.Name = "TestLab";
this.TestLab.Size = new System.Drawing.Size(101, 28);
this.TestLab.TabIndex = 180;
this.TestLab.Text = "判定结果:";
//
// NgBox
//
this.NgBox.AutoSize = true;
this.NgBox.Cursor = System.Windows.Forms.Cursors.Hand;
this.NgBox.Location = new System.Drawing.Point(216, 66);
this.NgBox.Name = "NgBox";
this.NgBox.Size = new System.Drawing.Size(64, 28);
this.NgBox.TabIndex = 179;
this.NgBox.Text = "NG";
this.NgBox.UseVisualStyleBackColor = true;
this.NgBox.Click += new System.EventHandler(this.NgBox_Click);
//
// EmployeeVal
//
this.EmployeeVal.Location = new System.Drawing.Point(118, 24);
this.EmployeeVal.Name = "EmployeeVal";
this.EmployeeVal.Size = new System.Drawing.Size(103, 31);
this.EmployeeVal.TabIndex = 177;
this.EmployeeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal_KeyDown_1);
this.EmployeeVal.Leave += new System.EventHandler(this.EmployeeVal_Leave_1);
//
// EmployeeLab
//
this.EmployeeLab.AutoSize = true;
this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.EmployeeLab.Location = new System.Drawing.Point(60, 24);
this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.EmployeeLab.Name = "EmployeeLab";
this.EmployeeLab.Size = new System.Drawing.Size(80, 28);
this.EmployeeLab.TabIndex = 176;
this.EmployeeLab.Text = "抽检员:";
//
// onWatch
//
this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.onWatch.Location = new System.Drawing.Point(869, 96);
this.onWatch.Name = "onWatch";
this.onWatch.Size = new System.Drawing.Size(122, 38);
this.onWatch.TabIndex = 175;
this.onWatch.Text = "开启解析";
this.onWatch.UseVisualStyleBackColor = true;
this.onWatch.Visible = false;
//
// allParse
//
this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.allParse.Location = new System.Drawing.Point(997, 96);
this.allParse.Name = "allParse";
this.allParse.Size = new System.Drawing.Size(122, 38);
this.allParse.TabIndex = 174;
this.allParse.Text = "批量解析";
this.allParse.UseVisualStyleBackColor = true;
this.allParse.Visible = false;
//
// Device
//
this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Device.Items.AddRange(new object[] {
"AOI设备",
"X-ray设备",
"CCD设备"});
this.Device.Location = new System.Drawing.Point(869, 16);
this.Device.Name = "Device";
this.Device.Size = new System.Drawing.Size(285, 32);
this.Device.TabIndex = 170;
this.Device.Visible = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(779, 20);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(96, 28);
this.label5.TabIndex = 169;
this.label5.Text = "设备类型";
this.label5.Visible = false;
//
// Choose
//
this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Choose.Location = new System.Drawing.Point(1222, 57);
this.Choose.Name = "Choose";
this.Choose.Size = new System.Drawing.Size(90, 33);
this.Choose.TabIndex = 172;
this.Choose.Text = "选择";
this.Choose.UseVisualStyleBackColor = true;
this.Choose.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(758, 59);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(117, 28);
this.label6.TabIndex = 173;
this.label6.Text = "文件夹路径";
this.label6.Visible = false;
//
// 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(1127, 96);
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 = 167;
this.LineLab.Text = "线体";
this.LineLab.Visible = false;
//
// OK
//
this.OK.AllPower = null;
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(871, 142);
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 = 165;
this.OK.Tag = "IfRead";
this.OK.Text = "OK";
this.OK.UseVisualStyleBackColor = false;
this.OK.Visible = false;
this.OK.Click += new System.EventHandler(this.OK_Click);
//
// NG
//
this.NG.AllPower = null;
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(1028, 142);
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 = 166;
this.NG.Tag = "IfRead";
this.NG.Text = "NG";
this.NG.UseVisualStyleBackColor = true;
this.NG.Visible = false;
this.NG.Click += new System.EventHandler(this.NG_Click);
//
// SNVal
//
this.SNVal.Location = new System.Drawing.Point(118, 103);
this.SNVal.Name = "SNVal";
this.SNVal.Size = new System.Drawing.Size(243, 31);
this.SNVal.TabIndex = 164;
this.SNVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SNVal_KeyDown);
//
// SNLab
//
this.SNLab.AutoSize = true;
this.SNLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SNLab.Location = new System.Drawing.Point(60, 104);
this.SNLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.SNLab.Name = "SNLab";
this.SNLab.Size = new System.Drawing.Size(80, 28);
this.SNLab.TabIndex = 163;
this.SNLab.Text = "序列号:";
//
// OperatResult
//
this.OperatResult.AcceptsTab = true;
this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
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(4, 293);
this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.OperatResult.Name = "OperatResult";
this.OperatResult.Size = new System.Drawing.Size(1272, 422);
this.OperatResult.TabIndex = 134;
this.OperatResult.Text = "";
//
// SNDetails
//
this.SNDetails.BorderColor = System.Drawing.Color.Black;
this.SNDetails.Controls.Add(this.tableLayoutPanel1);
this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.SNDetails.Location = new System.Drawing.Point(3, 3);
this.SNDetails.Name = "SNDetails";
this.SNDetails.Size = new System.Drawing.Size(1274, 102);
this.SNDetails.TabIndex = 3;
this.SNDetails.TabStop = false;
this.SNDetails.Text = "产品序列信息";
this.SNDetails.TextColor = System.Drawing.Color.Black;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 10;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.57895F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
this.tableLayoutPanel1.Controls.Add(this.TargetQty, 9, 0);
this.tableLayoutPanel1.Controls.Add(this.label7, 8, 0);
this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 31);
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(1268, 68);
this.tableLayoutPanel1.TabIndex = 0;
//
// TargetQty
//
this.TargetQty.AutoSize = true;
this.TargetQty.Dock = System.Windows.Forms.DockStyle.Fill;
this.TargetQty.Location = new System.Drawing.Point(1132, 0);
this.TargetQty.Name = "TargetQty";
this.TargetQty.Size = new System.Drawing.Size(133, 68);
this.TargetQty.TabIndex = 9;
this.TargetQty.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Location = new System.Drawing.Point(1066, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(60, 68);
this.label7.TabIndex = 8;
this.label7.Text = "工单数量: ";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// productName
//
this.productName.AutoSize = true;
this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
this.productName.Location = new System.Drawing.Point(666, 0);
this.productName.Name = "productName";
this.productName.Size = new System.Drawing.Size(394, 68);
this.productName.TabIndex = 7;
this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// productCode
//
this.productCode.AutoSize = true;
this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
this.productCode.Location = new System.Drawing.Point(467, 0);
this.productCode.Name = "productCode";
this.productCode.Size = new System.Drawing.Size(127, 68);
this.productCode.TabIndex = 6;
this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// workOrder
//
this.workOrder.AutoSize = true;
this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
this.workOrder.Location = new System.Drawing.Point(268, 0);
this.workOrder.Name = "workOrder";
this.workOrder.Size = new System.Drawing.Size(127, 68);
this.workOrder.TabIndex = 5;
this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Location = new System.Drawing.Point(600, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(60, 68);
this.label4.TabIndex = 3;
this.label4.Text = "产品名称: ";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(60, 68);
this.label1.TabIndex = 0;
this.label1.Text = "序列号: ";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Location = new System.Drawing.Point(401, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(60, 68);
this.label3.TabIndex = 2;
this.label3.Text = "产品编号: ";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Location = new System.Drawing.Point(202, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(60, 68);
this.label2.TabIndex = 1;
this.label2.Text = "工单: ";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// serialNumber
//
this.serialNumber.AutoSize = true;
this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
this.serialNumber.Location = new System.Drawing.Point(69, 0);
this.serialNumber.Name = "serialNumber";
this.serialNumber.Size = new System.Drawing.Size(127, 68);
this.serialNumber.TabIndex = 4;
this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// Make_EquiConnect
//
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.Container);
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_EquiConnect";
this.Text = "Make_EquiConnect";
this.Load += new System.EventHandler(this.Make_EquiConnect_Load);
this.Container.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.SNDetails.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel Container;
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label productName;
private System.Windows.Forms.Label productCode;
private System.Windows.Forms.Label workOrder;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label serialNumber;
private System.Windows.Forms.Panel panel1;
private CustomControl.RichText.RichTextAutoBottom OperatResult;
private System.Windows.Forms.TextBox SNVal;
private System.Windows.Forms.Label SNLab;
private CustomControl.ButtonUtil.NormalButton OK;
private CustomControl.ButtonUtil.NormalButton NG;
private System.Windows.Forms.Label LineLab;
private System.Windows.Forms.ComboBox LineVal;
private System.Windows.Forms.Button onWatch;
private System.Windows.Forms.Button allParse;
private System.Windows.Forms.ComboBox Device;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button Choose;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox txtPath;
private System.Windows.Forms.TextBox EmployeeVal;
private System.Windows.Forms.Label EmployeeLab;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label TargetQty;
private System.Windows.Forms.CheckBox OkBox;
private System.Windows.Forms.CheckBox NgBox;
private System.Windows.Forms.Label TestLab;
private System.Windows.Forms.CheckBox SnType2;
private System.Windows.Forms.CheckBox SnType1;
private System.Windows.Forms.Label SnTypeLab;
}
}