锐腾搅拌上料功能
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.

646 lines
36 KiB

namespace ICSSoft.Frame.APP
{
partial class UserControlCollectBeginTop
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.btnPauseBegin = new System.Windows.Forms.Button();
this.txtUserCode = new DevExpress.XtraEditors.TextEdit();
this.txtMessages = new System.Windows.Forms.RichTextBox();
this.label1 = new System.Windows.Forms.Label();
this.txtEQPName = new DevExpress.XtraEditors.TextEdit();
this.txtUserName = new DevExpress.XtraEditors.TextEdit();
this.txtKeyPart = new DevExpress.XtraEditors.TextEdit();
this.label11 = new System.Windows.Forms.Label();
this.txtEQPCode = new DevExpress.XtraEditors.TextEdit();
this.txtLotNo = new DevExpress.XtraEditors.TextEdit();
this.txtOpName = new DevExpress.XtraEditors.TextEdit();
this.label13 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.txtMoCode = new DevExpress.XtraEditors.TextEdit();
this.label9 = new System.Windows.Forms.Label();
this.txtItemName = new DevExpress.XtraEditors.TextEdit();
this.txtOpCode = new DevExpress.XtraEditors.TextEdit();
this.label5 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtItemCode = new DevExpress.XtraEditors.TextEdit();
this.label6 = new System.Windows.Forms.Label();
this.txtInvLotFurnace = new DevExpress.XtraEditors.TextEdit();
this.label4 = new System.Windows.Forms.Label();
this.btnStart = new System.Windows.Forms.Button();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.btnTransfer = new System.Windows.Forms.Button();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.label12 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.txtRealEQP = new DevExpress.XtraEditors.TextEdit();
this.txtRealEQPName = new DevExpress.XtraEditors.TextEdit();
this.txtMemo = new DevExpress.XtraEditors.TextEdit();
this.label15 = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.txtVenderLotNO = new DevExpress.XtraEditors.TextEdit();
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtKeyPart.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOpName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtOpCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvLotFurnace.Properties)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRealEQP.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtRealEQPName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenderLotNO.Properties)).BeginInit();
this.SuspendLayout();
//
// btnPauseBegin
//
this.btnPauseBegin.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnPauseBegin.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPauseBegin.Location = new System.Drawing.Point(929, 15);
this.btnPauseBegin.Name = "btnPauseBegin";
this.btnPauseBegin.Size = new System.Drawing.Size(68, 30);
this.btnPauseBegin.TabIndex = 128;
this.btnPauseBegin.Text = "暂停";
this.btnPauseBegin.UseVisualStyleBackColor = true;
this.btnPauseBegin.Click += new System.EventHandler(this.btnPauseBegin_Click);
//
// txtUserCode
//
this.txtUserCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtUserCode.Location = new System.Drawing.Point(83, 4);
this.txtUserCode.Name = "txtUserCode";
this.txtUserCode.Size = new System.Drawing.Size(120, 20);
this.txtUserCode.TabIndex = 105;
this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
//
// txtMessages
//
this.txtMessages.Dock = System.Windows.Forms.DockStyle.Fill;
this.txtMessages.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtMessages.Location = new System.Drawing.Point(3, 3);
this.txtMessages.Name = "txtMessages";
this.txtMessages.ReadOnly = true;
this.txtMessages.Size = new System.Drawing.Size(761, 54);
this.txtMessages.TabIndex = 127;
this.txtMessages.Text = "";
//
// label1
//
this.label1.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(15, 8);
this.label1.Margin = new System.Windows.Forms.Padding(0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 106;
this.label1.Text = "员工条码:";
//
// txtEQPName
//
this.txtEQPName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtEQPName.Location = new System.Drawing.Point(681, 32);
this.txtEQPName.Name = "txtEQPName";
this.txtEQPName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtEQPName.Properties.Appearance.Options.UseBackColor = true;
this.txtEQPName.Properties.ReadOnly = true;
this.txtEQPName.Size = new System.Drawing.Size(120, 20);
this.txtEQPName.TabIndex = 120;
//
// txtUserName
//
this.txtUserName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtUserName.Location = new System.Drawing.Point(83, 32);
this.txtUserName.Name = "txtUserName";
this.txtUserName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtUserName.Properties.Appearance.Options.UseBackColor = true;
this.txtUserName.Properties.ReadOnly = true;
this.txtUserName.Size = new System.Drawing.Size(120, 20);
this.txtUserName.TabIndex = 121;
//
// txtKeyPart
//
this.txtKeyPart.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtKeyPart.Location = new System.Drawing.Point(485, 60);
this.txtKeyPart.Name = "txtKeyPart";
this.txtKeyPart.Size = new System.Drawing.Size(120, 20);
this.txtKeyPart.TabIndex = 126;
this.txtKeyPart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKeyPart_KeyPress);
//
// label11
//
this.label11.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(15, 36);
this.label11.Margin = new System.Windows.Forms.Padding(0);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 115;
this.label11.Text = "员工名称:";
//
// txtEQPCode
//
this.txtEQPCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtEQPCode.Location = new System.Drawing.Point(681, 4);
this.txtEQPCode.Name = "txtEQPCode";
this.txtEQPCode.Properties.ReadOnly = true;
this.txtEQPCode.Size = new System.Drawing.Size(120, 20);
this.txtEQPCode.TabIndex = 124;
//
// txtLotNo
//
this.txtLotNo.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtLotNo.Location = new System.Drawing.Point(289, 4);
this.txtLotNo.Name = "txtLotNo";
this.txtLotNo.Size = new System.Drawing.Size(120, 20);
this.txtLotNo.TabIndex = 122;
this.txtLotNo.Click += new System.EventHandler(this.txtLotNo_Click);
this.txtLotNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtLotNo_KeyPress);
//
// txtOpName
//
this.txtOpName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtOpName.Location = new System.Drawing.Point(485, 32);
this.txtOpName.Name = "txtOpName";
this.txtOpName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtOpName.Properties.Appearance.Options.UseBackColor = true;
this.txtOpName.Properties.ReadOnly = true;
this.txtOpName.Size = new System.Drawing.Size(120, 20);
this.txtOpName.TabIndex = 123;
//
// label13
//
this.label13.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(417, 64);
this.label13.Margin = new System.Windows.Forms.Padding(0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(65, 12);
this.label13.TabIndex = 116;
this.label13.Text = "物料条码:";
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(221, 2);
this.label3.Margin = new System.Windows.Forms.Padding(0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 24);
this.label3.TabIndex = 109;
this.label3.Text = "产品跟踪单号:";
//
// label10
//
this.label10.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(613, 8);
this.label10.Margin = new System.Windows.Forms.Padding(0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 110;
this.label10.Text = "派工设备:";
//
// txtMoCode
//
this.txtMoCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtMoCode.Location = new System.Drawing.Point(289, 32);
this.txtMoCode.Name = "txtMoCode";
this.txtMoCode.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtMoCode.Properties.Appearance.Options.UseBackColor = true;
this.txtMoCode.Properties.ReadOnly = true;
this.txtMoCode.Size = new System.Drawing.Size(120, 20);
this.txtMoCode.TabIndex = 125;
//
// label9
//
this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(613, 36);
this.label9.Margin = new System.Windows.Forms.Padding(0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(65, 12);
this.label9.TabIndex = 114;
this.label9.Text = "设备名称:";
//
// txtItemName
//
this.txtItemName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtItemName.Location = new System.Drawing.Point(289, 59);
this.txtItemName.Name = "txtItemName";
this.txtItemName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtItemName.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.txtItemName.Properties.Appearance.Options.UseBackColor = true;
this.txtItemName.Properties.Appearance.Options.UseFont = true;
this.txtItemName.Properties.ReadOnly = true;
this.txtItemName.Size = new System.Drawing.Size(120, 24);
this.txtItemName.TabIndex = 117;
//
// txtOpCode
//
this.txtOpCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtOpCode.Location = new System.Drawing.Point(485, 4);
this.txtOpCode.Name = "txtOpCode";
this.txtOpCode.Size = new System.Drawing.Size(120, 20);
this.txtOpCode.TabIndex = 118;
this.txtOpCode.Click += new System.EventHandler(this.txtOpCode_Click);
this.txtOpCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtOpCode_KeyPress);
//
// label5
//
this.label5.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(209, 36);
this.label5.Margin = new System.Windows.Forms.Padding(0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(77, 12);
this.label5.TabIndex = 108;
this.label5.Text = "生产订单号:";
//
// label8
//
this.label8.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(441, 36);
this.label8.Margin = new System.Windows.Forms.Padding(0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 112;
this.label8.Text = "工序:";
//
// label7
//
this.label7.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(221, 64);
this.label7.Margin = new System.Windows.Forms.Padding(0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(65, 12);
this.label7.TabIndex = 113;
this.label7.Text = "存货名称:";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(417, 8);
this.label2.Margin = new System.Windows.Forms.Padding(0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 107;
this.label2.Text = "工序条码:";
//
// txtItemCode
//
this.txtItemCode.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtItemCode.Location = new System.Drawing.Point(83, 59);
this.txtItemCode.Name = "txtItemCode";
this.txtItemCode.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtItemCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.txtItemCode.Properties.Appearance.Options.UseBackColor = true;
this.txtItemCode.Properties.Appearance.Options.UseFont = true;
this.txtItemCode.Properties.ReadOnly = true;
this.txtItemCode.Size = new System.Drawing.Size(120, 24);
this.txtItemCode.TabIndex = 119;
//
// label6
//
this.label6.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(15, 64);
this.label6.Margin = new System.Windows.Forms.Padding(0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(65, 12);
this.label6.TabIndex = 111;
this.label6.Text = "存货编码:";
//
// txtInvLotFurnace
//
this.txtInvLotFurnace.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtInvLotFurnace.Location = new System.Drawing.Point(681, 60);
this.txtInvLotFurnace.Name = "txtInvLotFurnace";
this.txtInvLotFurnace.Size = new System.Drawing.Size(120, 20);
this.txtInvLotFurnace.TabIndex = 131;
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(625, 64);
this.label4.Margin = new System.Windows.Forms.Padding(0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 130;
this.label4.Text = "试样号:";
//
// btnStart
//
this.btnStart.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnStart.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnStart.Location = new System.Drawing.Point(771, 15);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(72, 30);
this.btnStart.TabIndex = 128;
this.btnStart.Text = "开工";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.btnTransfer_Click);
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1000, 174);
this.tableLayoutPanel1.TabIndex = 132;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 4;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 81F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 78F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 74F));
this.tableLayoutPanel2.Controls.Add(this.btnStart, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.txtMessages, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.btnPauseBegin, 3, 0);
this.tableLayoutPanel2.Controls.Add(this.btnTransfer, 2, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 114);
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(1000, 60);
this.tableLayoutPanel2.TabIndex = 0;
//
// btnTransfer
//
this.btnTransfer.Anchor = System.Windows.Forms.AnchorStyles.None;
this.btnTransfer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnTransfer.Location = new System.Drawing.Point(851, 15);
this.btnTransfer.Name = "btnTransfer";
this.btnTransfer.Size = new System.Drawing.Size(72, 30);
this.btnTransfer.TabIndex = 129;
this.btnTransfer.Text = "任务转移";
this.btnTransfer.UseVisualStyleBackColor = true;
this.btnTransfer.Click += new System.EventHandler(this.btnTransfer_Click_1);
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 10;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F));
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.Controls.Add(this.label3, 2, 0);
this.tableLayoutPanel3.Controls.Add(this.txtInvLotFurnace, 7, 2);
this.tableLayoutPanel3.Controls.Add(this.txtEQPName, 7, 1);
this.tableLayoutPanel3.Controls.Add(this.label4, 6, 2);
this.tableLayoutPanel3.Controls.Add(this.txtEQPCode, 7, 0);
this.tableLayoutPanel3.Controls.Add(this.label11, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.label6, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.txtKeyPart, 5, 2);
this.tableLayoutPanel3.Controls.Add(this.label9, 6, 1);
this.tableLayoutPanel3.Controls.Add(this.label10, 6, 0);
this.tableLayoutPanel3.Controls.Add(this.txtUserName, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.txtUserCode, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.txtOpName, 5, 1);
this.tableLayoutPanel3.Controls.Add(this.txtLotNo, 3, 0);
this.tableLayoutPanel3.Controls.Add(this.label13, 4, 2);
this.tableLayoutPanel3.Controls.Add(this.txtItemCode, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.txtOpCode, 5, 0);
this.tableLayoutPanel3.Controls.Add(this.label5, 2, 1);
this.tableLayoutPanel3.Controls.Add(this.txtMoCode, 3, 1);
this.tableLayoutPanel3.Controls.Add(this.txtItemName, 3, 2);
this.tableLayoutPanel3.Controls.Add(this.label8, 4, 1);
this.tableLayoutPanel3.Controls.Add(this.label7, 2, 2);
this.tableLayoutPanel3.Controls.Add(this.label2, 4, 0);
this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.label12, 8, 0);
this.tableLayoutPanel3.Controls.Add(this.label14, 8, 1);
this.tableLayoutPanel3.Controls.Add(this.txtRealEQP, 9, 0);
this.tableLayoutPanel3.Controls.Add(this.txtRealEQPName, 9, 1);
this.tableLayoutPanel3.Controls.Add(this.txtMemo, 9, 2);
this.tableLayoutPanel3.Controls.Add(this.label15, 8, 2);
this.tableLayoutPanel3.Controls.Add(this.label16, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.txtVenderLotNO, 1, 3);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 4;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(1000, 114);
this.tableLayoutPanel3.TabIndex = 1;
//
// label12
//
this.label12.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(809, 8);
this.label12.Margin = new System.Windows.Forms.Padding(0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(65, 12);
this.label12.TabIndex = 110;
this.label12.Text = "实际设备:";
//
// label14
//
this.label14.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(809, 36);
this.label14.Margin = new System.Windows.Forms.Padding(0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(65, 12);
this.label14.TabIndex = 114;
this.label14.Text = "设备名称:";
//
// txtRealEQP
//
this.txtRealEQP.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtRealEQP.Location = new System.Drawing.Point(877, 4);
this.txtRealEQP.Name = "txtRealEQP";
this.txtRealEQP.Size = new System.Drawing.Size(120, 20);
this.txtRealEQP.TabIndex = 124;
this.txtRealEQP.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtEQPCode_KeyPress);
//
// txtRealEQPName
//
this.txtRealEQPName.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtRealEQPName.Location = new System.Drawing.Point(877, 32);
this.txtRealEQPName.Name = "txtRealEQPName";
this.txtRealEQPName.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtRealEQPName.Properties.Appearance.Options.UseBackColor = true;
this.txtRealEQPName.Properties.ReadOnly = true;
this.txtRealEQPName.Size = new System.Drawing.Size(120, 20);
this.txtRealEQPName.TabIndex = 120;
//
// txtMemo
//
this.txtMemo.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtMemo.Location = new System.Drawing.Point(877, 60);
this.txtMemo.Name = "txtMemo";
this.txtMemo.Size = new System.Drawing.Size(120, 20);
this.txtMemo.TabIndex = 131;
//
// label15
//
this.label15.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(833, 64);
this.label15.Margin = new System.Windows.Forms.Padding(0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(41, 12);
this.label15.TabIndex = 130;
this.label15.Text = "备注:";
//
// label16
//
this.label16.Anchor = System.Windows.Forms.AnchorStyles.Right;
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(27, 93);
this.label16.Margin = new System.Windows.Forms.Padding(0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(53, 12);
this.label16.TabIndex = 111;
this.label16.Text = "零件号:";
//
// txtVenderLotNO
//
this.txtVenderLotNO.Anchor = System.Windows.Forms.AnchorStyles.Left;
this.txtVenderLotNO.Location = new System.Drawing.Point(83, 87);
this.txtVenderLotNO.Name = "txtVenderLotNO";
this.txtVenderLotNO.Properties.Appearance.BackColor = System.Drawing.Color.Gainsboro;
this.txtVenderLotNO.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
this.txtVenderLotNO.Properties.Appearance.Options.UseBackColor = true;
this.txtVenderLotNO.Properties.Appearance.Options.UseFont = true;
this.txtVenderLotNO.Properties.ReadOnly = true;
this.txtVenderLotNO.Size = new System.Drawing.Size(120, 24);
this.txtVenderLotNO.TabIndex = 119;
//
// UserControlCollectBeginTop
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "UserControlCollectBeginTop";
this.Size = new System.Drawing.Size(1000, 174);
this.Load += new System.EventHandler(this.UserControlCollectBeginTop_Load);
((System.ComponentModel.ISupportInitialize)(this.txtUserCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtKeyPart.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtEQPCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtLotNo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOpName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMoCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtItemName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtOpCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtItemCode.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtInvLotFurnace.Properties)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.txtRealEQP.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtRealEQPName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txtVenderLotNO.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnPauseBegin;
private DevExpress.XtraEditors.TextEdit txtUserCode;
private System.Windows.Forms.RichTextBox txtMessages;
private System.Windows.Forms.Label label1;
private DevExpress.XtraEditors.TextEdit txtEQPName;
private DevExpress.XtraEditors.TextEdit txtUserName;
private DevExpress.XtraEditors.TextEdit txtKeyPart;
private System.Windows.Forms.Label label11;
private DevExpress.XtraEditors.TextEdit txtEQPCode;
private DevExpress.XtraEditors.TextEdit txtLotNo;
private DevExpress.XtraEditors.TextEdit txtOpName;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label10;
private DevExpress.XtraEditors.TextEdit txtMoCode;
private System.Windows.Forms.Label label9;
private DevExpress.XtraEditors.TextEdit txtItemName;
private DevExpress.XtraEditors.TextEdit txtOpCode;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label2;
private DevExpress.XtraEditors.TextEdit txtItemCode;
private System.Windows.Forms.Label label6;
private DevExpress.XtraEditors.TextEdit txtInvLotFurnace;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnStart;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label14;
private DevExpress.XtraEditors.TextEdit txtRealEQP;
private DevExpress.XtraEditors.TextEdit txtRealEQPName;
private DevExpress.XtraEditors.TextEdit txtMemo;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button btnTransfer;
private System.Windows.Forms.Label label16;
private DevExpress.XtraEditors.TextEdit txtVenderLotNO;
}
}