namespace VirtualSrm.View.Srm
{
partial class StackerForm
{
///
/// 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(StackerForm));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.tbHandShake = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.tbAck = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.tbStb = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.tbAlarmAck = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.tbEmergencyStop = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.tbCommand = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.tbDestinationPosY = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tbDestinationPosX = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.tbSourcePosY = new System.Windows.Forms.TextBox();
this.tbSourcePosX = new System.Windows.Forms.TextBox();
this.tbSourcePosZ = new System.Windows.Forms.TextBox();
this.tbTaskNo = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tbSrmNo = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbDestinationPosZ = new System.Windows.Forms.TextBox();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.tbWActualLane = new System.Windows.Forms.TextBox();
this.label33 = new System.Windows.Forms.Label();
this.label31 = new System.Windows.Forms.Label();
this.tbWState = new System.Windows.Forms.TextBox();
this.label30 = new System.Windows.Forms.Label();
this.tbWTaskFinish = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.tbWDeliveryFinish = new System.Windows.Forms.TextBox();
this.label28 = new System.Windows.Forms.Label();
this.tbWPickFinish = new System.Windows.Forms.TextBox();
this.label27 = new System.Windows.Forms.Label();
this.tbWPosZmm = new System.Windows.Forms.TextBox();
this.label26 = new System.Windows.Forms.Label();
this.tbWPosZ = new System.Windows.Forms.TextBox();
this.label25 = new System.Windows.Forms.Label();
this.tbWPosYmm = new System.Windows.Forms.TextBox();
this.label24 = new System.Windows.Forms.Label();
this.tbWPosY = new System.Windows.Forms.TextBox();
this.label23 = new System.Windows.Forms.Label();
this.tbWPosXmm = new System.Windows.Forms.TextBox();
this.label22 = new System.Windows.Forms.Label();
this.tbWPosX = new System.Windows.Forms.TextBox();
this.label21 = new System.Windows.Forms.Label();
this.tbWAlarmNumber = new System.Windows.Forms.TextBox();
this.label20 = new System.Windows.Forms.Label();
this.tbWLiftFull = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.tbWAlarm = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.tbWMode = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.tbWTaskNo = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.tbWSrmNo = new System.Windows.Forms.TextBox();
this.tbWHandShake = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.tbCode = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.button1, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.tbCode, 0, 1);
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, 90F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(963, 632);
this.tableLayoutPanel1.TabIndex = 0;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
this.tableLayoutPanel2.Controls.Add(this.tbHandShake, 1, 13);
this.tableLayoutPanel2.Controls.Add(this.label14, 0, 13);
this.tableLayoutPanel2.Controls.Add(this.tbAck, 1, 12);
this.tableLayoutPanel2.Controls.Add(this.label13, 0, 12);
this.tableLayoutPanel2.Controls.Add(this.tbStb, 1, 11);
this.tableLayoutPanel2.Controls.Add(this.label12, 0, 11);
this.tableLayoutPanel2.Controls.Add(this.tbAlarmAck, 1, 10);
this.tableLayoutPanel2.Controls.Add(this.label11, 0, 10);
this.tableLayoutPanel2.Controls.Add(this.tbEmergencyStop, 1, 9);
this.tableLayoutPanel2.Controls.Add(this.label10, 0, 9);
this.tableLayoutPanel2.Controls.Add(this.tbCommand, 1, 8);
this.tableLayoutPanel2.Controls.Add(this.label9, 0, 8);
this.tableLayoutPanel2.Controls.Add(this.tbDestinationPosY, 1, 7);
this.tableLayoutPanel2.Controls.Add(this.label7, 0, 7);
this.tableLayoutPanel2.Controls.Add(this.tbDestinationPosX, 1, 6);
this.tableLayoutPanel2.Controls.Add(this.label8, 0, 6);
this.tableLayoutPanel2.Controls.Add(this.tbSourcePosY, 1, 4);
this.tableLayoutPanel2.Controls.Add(this.tbSourcePosX, 1, 3);
this.tableLayoutPanel2.Controls.Add(this.tbSourcePosZ, 1, 2);
this.tableLayoutPanel2.Controls.Add(this.tbTaskNo, 1, 1);
this.tableLayoutPanel2.Controls.Add(this.label5, 0, 4);
this.tableLayoutPanel2.Controls.Add(this.label4, 0, 3);
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.tbSrmNo, 1, 0);
this.tableLayoutPanel2.Controls.Add(this.label6, 0, 5);
this.tableLayoutPanel2.Controls.Add(this.tbDestinationPosZ, 1, 5);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 14;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.14F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 7.18F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(282, 562);
this.tableLayoutPanel2.TabIndex = 0;
//
// tbHandShake
//
this.tbHandShake.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbHandShake.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbHandShake.Location = new System.Drawing.Point(87, 523);
this.tbHandShake.Name = "tbHandShake";
this.tbHandShake.ReadOnly = true;
this.tbHandShake.Size = new System.Drawing.Size(192, 31);
this.tbHandShake.TabIndex = 33;
//
// label14
//
this.label14.AutoSize = true;
this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
this.label14.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.Location = new System.Drawing.Point(3, 520);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(78, 42);
this.label14.TabIndex = 32;
this.label14.Text = "心跳";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbAck
//
this.tbAck.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbAck.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbAck.Location = new System.Drawing.Point(87, 483);
this.tbAck.Name = "tbAck";
this.tbAck.ReadOnly = true;
this.tbAck.Size = new System.Drawing.Size(192, 31);
this.tbAck.TabIndex = 31;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
this.label13.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.Location = new System.Drawing.Point(3, 480);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(78, 40);
this.label13.TabIndex = 30;
this.label13.Text = "ack";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbStb
//
this.tbStb.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbStb.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbStb.Location = new System.Drawing.Point(87, 443);
this.tbStb.Name = "tbStb";
this.tbStb.ReadOnly = true;
this.tbStb.Size = new System.Drawing.Size(192, 31);
this.tbStb.TabIndex = 29;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
this.label12.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.Location = new System.Drawing.Point(3, 440);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(78, 40);
this.label12.TabIndex = 28;
this.label12.Text = "stb";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbAlarmAck
//
this.tbAlarmAck.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbAlarmAck.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbAlarmAck.Location = new System.Drawing.Point(87, 403);
this.tbAlarmAck.Name = "tbAlarmAck";
this.tbAlarmAck.ReadOnly = true;
this.tbAlarmAck.Size = new System.Drawing.Size(192, 31);
this.tbAlarmAck.TabIndex = 27;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Dock = System.Windows.Forms.DockStyle.Fill;
this.label11.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label11.Location = new System.Drawing.Point(3, 400);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(78, 40);
this.label11.TabIndex = 26;
this.label11.Text = "消警";
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbEmergencyStop
//
this.tbEmergencyStop.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbEmergencyStop.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbEmergencyStop.Location = new System.Drawing.Point(87, 363);
this.tbEmergencyStop.Name = "tbEmergencyStop";
this.tbEmergencyStop.ReadOnly = true;
this.tbEmergencyStop.Size = new System.Drawing.Size(192, 31);
this.tbEmergencyStop.TabIndex = 25;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Dock = System.Windows.Forms.DockStyle.Fill;
this.label10.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.Location = new System.Drawing.Point(3, 360);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(78, 40);
this.label10.TabIndex = 24;
this.label10.Text = "急停";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbCommand
//
this.tbCommand.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbCommand.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbCommand.Location = new System.Drawing.Point(87, 323);
this.tbCommand.Name = "tbCommand";
this.tbCommand.ReadOnly = true;
this.tbCommand.Size = new System.Drawing.Size(192, 31);
this.tbCommand.TabIndex = 23;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
this.label9.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label9.Location = new System.Drawing.Point(3, 320);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(78, 40);
this.label9.TabIndex = 22;
this.label9.Text = "命令";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbDestinationPosY
//
this.tbDestinationPosY.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbDestinationPosY.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDestinationPosY.Location = new System.Drawing.Point(87, 283);
this.tbDestinationPosY.Name = "tbDestinationPosY";
this.tbDestinationPosY.ReadOnly = true;
this.tbDestinationPosY.Size = new System.Drawing.Size(192, 31);
this.tbDestinationPosY.TabIndex = 21;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
this.label7.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label7.Location = new System.Drawing.Point(3, 280);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(78, 40);
this.label7.TabIndex = 20;
this.label7.Text = "宿层";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbDestinationPosX
//
this.tbDestinationPosX.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbDestinationPosX.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDestinationPosX.Location = new System.Drawing.Point(87, 243);
this.tbDestinationPosX.Name = "tbDestinationPosX";
this.tbDestinationPosX.ReadOnly = true;
this.tbDestinationPosX.Size = new System.Drawing.Size(192, 31);
this.tbDestinationPosX.TabIndex = 19;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Dock = System.Windows.Forms.DockStyle.Fill;
this.label8.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.Location = new System.Drawing.Point(3, 240);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(78, 40);
this.label8.TabIndex = 16;
this.label8.Text = "宿列";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbSourcePosY
//
this.tbSourcePosY.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSourcePosY.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSourcePosY.Location = new System.Drawing.Point(87, 163);
this.tbSourcePosY.Name = "tbSourcePosY";
this.tbSourcePosY.ReadOnly = true;
this.tbSourcePosY.Size = new System.Drawing.Size(192, 31);
this.tbSourcePosY.TabIndex = 13;
//
// tbSourcePosX
//
this.tbSourcePosX.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSourcePosX.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSourcePosX.Location = new System.Drawing.Point(87, 123);
this.tbSourcePosX.Name = "tbSourcePosX";
this.tbSourcePosX.ReadOnly = true;
this.tbSourcePosX.Size = new System.Drawing.Size(192, 31);
this.tbSourcePosX.TabIndex = 12;
//
// tbSourcePosZ
//
this.tbSourcePosZ.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSourcePosZ.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSourcePosZ.Location = new System.Drawing.Point(87, 83);
this.tbSourcePosZ.Name = "tbSourcePosZ";
this.tbSourcePosZ.ReadOnly = true;
this.tbSourcePosZ.Size = new System.Drawing.Size(192, 31);
this.tbSourcePosZ.TabIndex = 11;
//
// tbTaskNo
//
this.tbTaskNo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbTaskNo.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbTaskNo.Location = new System.Drawing.Point(87, 43);
this.tbTaskNo.Name = "tbTaskNo";
this.tbTaskNo.ReadOnly = true;
this.tbTaskNo.Size = new System.Drawing.Size(192, 31);
this.tbTaskNo.TabIndex = 10;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
this.label5.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(3, 160);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 40);
this.label5.TabIndex = 9;
this.label5.Text = "源层";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
this.label4.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(3, 120);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(78, 40);
this.label4.TabIndex = 7;
this.label4.Text = "源列";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(3, 80);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(78, 40);
this.label2.TabIndex = 5;
this.label2.Text = "源排";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(3, 40);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(78, 40);
this.label3.TabIndex = 2;
this.label3.Text = "任务号";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(3, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(78, 40);
this.label1.TabIndex = 0;
this.label1.Text = "SrmNo";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbSrmNo
//
this.tbSrmNo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbSrmNo.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbSrmNo.Location = new System.Drawing.Point(87, 3);
this.tbSrmNo.Name = "tbSrmNo";
this.tbSrmNo.ReadOnly = true;
this.tbSrmNo.Size = new System.Drawing.Size(192, 31);
this.tbSrmNo.TabIndex = 3;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
this.label6.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.Location = new System.Drawing.Point(3, 200);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(78, 40);
this.label6.TabIndex = 14;
this.label6.Text = "宿排";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbDestinationPosZ
//
this.tbDestinationPosZ.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbDestinationPosZ.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbDestinationPosZ.Location = new System.Drawing.Point(87, 203);
this.tbDestinationPosZ.Name = "tbDestinationPosZ";
this.tbDestinationPosZ.ReadOnly = true;
this.tbDestinationPosZ.Size = new System.Drawing.Size(192, 31);
this.tbDestinationPosZ.TabIndex = 18;
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 4;
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.Percent, 30F));
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.Percent, 30F));
this.tableLayoutPanel3.Controls.Add(this.tbWActualLane, 1, 8);
this.tableLayoutPanel3.Controls.Add(this.label33, 2, 8);
this.tableLayoutPanel3.Controls.Add(this.label31, 0, 8);
this.tableLayoutPanel3.Controls.Add(this.tbWState, 3, 7);
this.tableLayoutPanel3.Controls.Add(this.label30, 2, 7);
this.tableLayoutPanel3.Controls.Add(this.tbWTaskFinish, 1, 7);
this.tableLayoutPanel3.Controls.Add(this.label29, 0, 7);
this.tableLayoutPanel3.Controls.Add(this.tbWDeliveryFinish, 3, 6);
this.tableLayoutPanel3.Controls.Add(this.label28, 2, 6);
this.tableLayoutPanel3.Controls.Add(this.tbWPickFinish, 1, 6);
this.tableLayoutPanel3.Controls.Add(this.label27, 0, 6);
this.tableLayoutPanel3.Controls.Add(this.tbWPosZmm, 3, 5);
this.tableLayoutPanel3.Controls.Add(this.label26, 2, 5);
this.tableLayoutPanel3.Controls.Add(this.tbWPosZ, 1, 5);
this.tableLayoutPanel3.Controls.Add(this.label25, 0, 5);
this.tableLayoutPanel3.Controls.Add(this.tbWPosYmm, 3, 4);
this.tableLayoutPanel3.Controls.Add(this.label24, 2, 4);
this.tableLayoutPanel3.Controls.Add(this.tbWPosY, 1, 4);
this.tableLayoutPanel3.Controls.Add(this.label23, 0, 4);
this.tableLayoutPanel3.Controls.Add(this.tbWPosXmm, 3, 3);
this.tableLayoutPanel3.Controls.Add(this.label22, 2, 3);
this.tableLayoutPanel3.Controls.Add(this.tbWPosX, 1, 3);
this.tableLayoutPanel3.Controls.Add(this.label21, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.tbWAlarmNumber, 3, 2);
this.tableLayoutPanel3.Controls.Add(this.label20, 2, 2);
this.tableLayoutPanel3.Controls.Add(this.tbWLiftFull, 1, 2);
this.tableLayoutPanel3.Controls.Add(this.label19, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.tbWAlarm, 3, 1);
this.tableLayoutPanel3.Controls.Add(this.label18, 2, 1);
this.tableLayoutPanel3.Controls.Add(this.tbWMode, 1, 1);
this.tableLayoutPanel3.Controls.Add(this.label17, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.tbWTaskNo, 3, 0);
this.tableLayoutPanel3.Controls.Add(this.label16, 2, 0);
this.tableLayoutPanel3.Controls.Add(this.label15, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.tbWSrmNo, 1, 0);
this.tableLayoutPanel3.Controls.Add(this.tbWHandShake, 3, 8);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(291, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 9;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.1F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 11.2F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(669, 562);
this.tableLayoutPanel3.TabIndex = 1;
//
// tbWActualLane
//
this.tbWActualLane.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWActualLane.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWActualLane.Location = new System.Drawing.Point(136, 499);
this.tbWActualLane.Name = "tbWActualLane";
this.tbWActualLane.ReadOnly = true;
this.tbWActualLane.Size = new System.Drawing.Size(194, 41);
this.tbWActualLane.TabIndex = 94;
//
// label33
//
this.label33.AutoSize = true;
this.label33.Dock = System.Windows.Forms.DockStyle.Fill;
this.label33.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label33.Location = new System.Drawing.Point(336, 496);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(127, 66);
this.label33.TabIndex = 35;
this.label33.Text = "心跳";
this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label31
//
this.label31.AutoSize = true;
this.label31.Dock = System.Windows.Forms.DockStyle.Fill;
this.label31.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label31.Location = new System.Drawing.Point(3, 496);
this.label31.Name = "label31";
this.label31.Size = new System.Drawing.Size(127, 66);
this.label31.TabIndex = 33;
this.label31.Text = "当前巷道";
this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWState
//
this.tbWState.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWState.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWState.Location = new System.Drawing.Point(469, 437);
this.tbWState.Name = "tbWState";
this.tbWState.ReadOnly = true;
this.tbWState.Size = new System.Drawing.Size(197, 41);
this.tbWState.TabIndex = 32;
//
// label30
//
this.label30.AutoSize = true;
this.label30.Dock = System.Windows.Forms.DockStyle.Fill;
this.label30.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label30.Location = new System.Drawing.Point(336, 434);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(127, 62);
this.label30.TabIndex = 31;
this.label30.Text = "运行状态";
this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWTaskFinish
//
this.tbWTaskFinish.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWTaskFinish.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWTaskFinish.Location = new System.Drawing.Point(136, 437);
this.tbWTaskFinish.Name = "tbWTaskFinish";
this.tbWTaskFinish.ReadOnly = true;
this.tbWTaskFinish.Size = new System.Drawing.Size(194, 41);
this.tbWTaskFinish.TabIndex = 30;
//
// label29
//
this.label29.AutoSize = true;
this.label29.Dock = System.Windows.Forms.DockStyle.Fill;
this.label29.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.Location = new System.Drawing.Point(3, 434);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(127, 62);
this.label29.TabIndex = 29;
this.label29.Text = "任务完成";
this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWDeliveryFinish
//
this.tbWDeliveryFinish.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWDeliveryFinish.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWDeliveryFinish.Location = new System.Drawing.Point(469, 375);
this.tbWDeliveryFinish.Name = "tbWDeliveryFinish";
this.tbWDeliveryFinish.ReadOnly = true;
this.tbWDeliveryFinish.Size = new System.Drawing.Size(197, 41);
this.tbWDeliveryFinish.TabIndex = 28;
//
// label28
//
this.label28.AutoSize = true;
this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
this.label28.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label28.Location = new System.Drawing.Point(336, 372);
this.label28.Name = "label28";
this.label28.Size = new System.Drawing.Size(127, 62);
this.label28.TabIndex = 27;
this.label28.Text = "放货完成";
this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPickFinish
//
this.tbWPickFinish.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPickFinish.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPickFinish.Location = new System.Drawing.Point(136, 375);
this.tbWPickFinish.Name = "tbWPickFinish";
this.tbWPickFinish.ReadOnly = true;
this.tbWPickFinish.Size = new System.Drawing.Size(194, 41);
this.tbWPickFinish.TabIndex = 26;
//
// label27
//
this.label27.AutoSize = true;
this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
this.label27.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label27.Location = new System.Drawing.Point(3, 372);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(127, 62);
this.label27.TabIndex = 25;
this.label27.Text = "取货完成";
this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosZmm
//
this.tbWPosZmm.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosZmm.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosZmm.Location = new System.Drawing.Point(469, 313);
this.tbWPosZmm.Name = "tbWPosZmm";
this.tbWPosZmm.ReadOnly = true;
this.tbWPosZmm.Size = new System.Drawing.Size(197, 41);
this.tbWPosZmm.TabIndex = 24;
//
// label26
//
this.label26.AutoSize = true;
this.label26.Dock = System.Windows.Forms.DockStyle.Fill;
this.label26.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label26.Location = new System.Drawing.Point(336, 310);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(127, 62);
this.label26.TabIndex = 23;
this.label26.Text = "货叉坐标";
this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosZ
//
this.tbWPosZ.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosZ.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosZ.Location = new System.Drawing.Point(136, 313);
this.tbWPosZ.Name = "tbWPosZ";
this.tbWPosZ.ReadOnly = true;
this.tbWPosZ.Size = new System.Drawing.Size(194, 41);
this.tbWPosZ.TabIndex = 22;
//
// label25
//
this.label25.AutoSize = true;
this.label25.Dock = System.Windows.Forms.DockStyle.Fill;
this.label25.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label25.Location = new System.Drawing.Point(3, 310);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(127, 62);
this.label25.TabIndex = 21;
this.label25.Text = "货叉位置";
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosYmm
//
this.tbWPosYmm.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosYmm.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosYmm.Location = new System.Drawing.Point(469, 251);
this.tbWPosYmm.Name = "tbWPosYmm";
this.tbWPosYmm.ReadOnly = true;
this.tbWPosYmm.Size = new System.Drawing.Size(197, 41);
this.tbWPosYmm.TabIndex = 20;
//
// label24
//
this.label24.AutoSize = true;
this.label24.Dock = System.Windows.Forms.DockStyle.Fill;
this.label24.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label24.Location = new System.Drawing.Point(336, 248);
this.label24.Name = "label24";
this.label24.Size = new System.Drawing.Size(127, 62);
this.label24.TabIndex = 19;
this.label24.Text = "层坐标";
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosY
//
this.tbWPosY.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosY.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosY.Location = new System.Drawing.Point(136, 251);
this.tbWPosY.Name = "tbWPosY";
this.tbWPosY.ReadOnly = true;
this.tbWPosY.Size = new System.Drawing.Size(194, 41);
this.tbWPosY.TabIndex = 18;
//
// label23
//
this.label23.AutoSize = true;
this.label23.Dock = System.Windows.Forms.DockStyle.Fill;
this.label23.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.Location = new System.Drawing.Point(3, 248);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(127, 62);
this.label23.TabIndex = 17;
this.label23.Text = "当前层";
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosXmm
//
this.tbWPosXmm.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosXmm.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosXmm.Location = new System.Drawing.Point(469, 189);
this.tbWPosXmm.Name = "tbWPosXmm";
this.tbWPosXmm.ReadOnly = true;
this.tbWPosXmm.Size = new System.Drawing.Size(197, 41);
this.tbWPosXmm.TabIndex = 16;
//
// label22
//
this.label22.AutoSize = true;
this.label22.Dock = System.Windows.Forms.DockStyle.Fill;
this.label22.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label22.Location = new System.Drawing.Point(336, 186);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(127, 62);
this.label22.TabIndex = 15;
this.label22.Text = "列坐标";
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWPosX
//
this.tbWPosX.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWPosX.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWPosX.Location = new System.Drawing.Point(136, 189);
this.tbWPosX.Name = "tbWPosX";
this.tbWPosX.ReadOnly = true;
this.tbWPosX.Size = new System.Drawing.Size(194, 41);
this.tbWPosX.TabIndex = 14;
//
// label21
//
this.label21.AutoSize = true;
this.label21.Dock = System.Windows.Forms.DockStyle.Fill;
this.label21.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.Location = new System.Drawing.Point(3, 186);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(127, 62);
this.label21.TabIndex = 13;
this.label21.Text = "当前列";
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWAlarmNumber
//
this.tbWAlarmNumber.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWAlarmNumber.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWAlarmNumber.Location = new System.Drawing.Point(469, 127);
this.tbWAlarmNumber.Name = "tbWAlarmNumber";
this.tbWAlarmNumber.ReadOnly = true;
this.tbWAlarmNumber.Size = new System.Drawing.Size(197, 41);
this.tbWAlarmNumber.TabIndex = 12;
//
// label20
//
this.label20.AutoSize = true;
this.label20.Dock = System.Windows.Forms.DockStyle.Fill;
this.label20.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label20.Location = new System.Drawing.Point(336, 124);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(127, 62);
this.label20.TabIndex = 11;
this.label20.Text = "告警代码";
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWLiftFull
//
this.tbWLiftFull.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWLiftFull.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWLiftFull.Location = new System.Drawing.Point(136, 127);
this.tbWLiftFull.Name = "tbWLiftFull";
this.tbWLiftFull.ReadOnly = true;
this.tbWLiftFull.Size = new System.Drawing.Size(194, 41);
this.tbWLiftFull.TabIndex = 10;
//
// label19
//
this.label19.AutoSize = true;
this.label19.Dock = System.Windows.Forms.DockStyle.Fill;
this.label19.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.Location = new System.Drawing.Point(3, 124);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(127, 62);
this.label19.TabIndex = 9;
this.label19.Text = "是否载货";
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWAlarm
//
this.tbWAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWAlarm.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWAlarm.Location = new System.Drawing.Point(469, 65);
this.tbWAlarm.Name = "tbWAlarm";
this.tbWAlarm.ReadOnly = true;
this.tbWAlarm.Size = new System.Drawing.Size(197, 41);
this.tbWAlarm.TabIndex = 8;
//
// label18
//
this.label18.AutoSize = true;
this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
this.label18.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label18.Location = new System.Drawing.Point(336, 62);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(127, 62);
this.label18.TabIndex = 7;
this.label18.Text = "告警信号";
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWMode
//
this.tbWMode.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWMode.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWMode.Location = new System.Drawing.Point(136, 65);
this.tbWMode.Name = "tbWMode";
this.tbWMode.ReadOnly = true;
this.tbWMode.Size = new System.Drawing.Size(194, 41);
this.tbWMode.TabIndex = 6;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
this.label17.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.Location = new System.Drawing.Point(3, 62);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(127, 62);
this.label17.TabIndex = 5;
this.label17.Text = "运行模式";
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWTaskNo
//
this.tbWTaskNo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWTaskNo.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWTaskNo.Location = new System.Drawing.Point(469, 3);
this.tbWTaskNo.Name = "tbWTaskNo";
this.tbWTaskNo.ReadOnly = true;
this.tbWTaskNo.Size = new System.Drawing.Size(197, 41);
this.tbWTaskNo.TabIndex = 4;
//
// label16
//
this.label16.AutoSize = true;
this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
this.label16.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label16.Location = new System.Drawing.Point(336, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(127, 62);
this.label16.TabIndex = 3;
this.label16.Text = "任务号";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label15
//
this.label15.AutoSize = true;
this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
this.label15.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.Location = new System.Drawing.Point(3, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(127, 62);
this.label15.TabIndex = 1;
this.label15.Text = "SrmNo";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tbWSrmNo
//
this.tbWSrmNo.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWSrmNo.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWSrmNo.Location = new System.Drawing.Point(136, 3);
this.tbWSrmNo.Name = "tbWSrmNo";
this.tbWSrmNo.ReadOnly = true;
this.tbWSrmNo.Size = new System.Drawing.Size(194, 41);
this.tbWSrmNo.TabIndex = 2;
//
// tbWHandShake
//
this.tbWHandShake.Dock = System.Windows.Forms.DockStyle.Fill;
this.tbWHandShake.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tbWHandShake.Location = new System.Drawing.Point(469, 499);
this.tbWHandShake.Name = "tbWHandShake";
this.tbWHandShake.ReadOnly = true;
this.tbWHandShake.Size = new System.Drawing.Size(197, 41);
this.tbWHandShake.TabIndex = 93;
//
// button1
//
this.button1.Location = new System.Drawing.Point(291, 571);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 3;
this.button1.Text = "更改";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// tbCode
//
this.tbCode.Location = new System.Drawing.Point(3, 571);
this.tbCode.Name = "tbCode";
this.tbCode.Size = new System.Drawing.Size(279, 21);
this.tbCode.TabIndex = 2;
//
// StackerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(963, 632);
this.Controls.Add(this.tableLayoutPanel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "StackerForm";
this.Text = "StackerForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.StackerForm_FormClosing);
this.Load += new System.EventHandler(this.StackerForm_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbSrmNo;
private System.Windows.Forms.TextBox tbTaskNo;
private System.Windows.Forms.TextBox tbSourcePosZ;
private System.Windows.Forms.TextBox tbSourcePosY;
private System.Windows.Forms.TextBox tbSourcePosX;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbDestinationPosZ;
private System.Windows.Forms.TextBox tbDestinationPosY;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbDestinationPosX;
private System.Windows.Forms.TextBox tbCommand;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox tbEmergencyStop;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbAlarmAck;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.TextBox tbStb;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.TextBox tbAck;
private System.Windows.Forms.TextBox tbHandShake;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Label label33;
private System.Windows.Forms.Label label31;
private System.Windows.Forms.TextBox tbWState;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.TextBox tbWTaskFinish;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.TextBox tbWDeliveryFinish;
private System.Windows.Forms.Label label28;
private System.Windows.Forms.TextBox tbWPickFinish;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.TextBox tbWPosZmm;
private System.Windows.Forms.Label label26;
private System.Windows.Forms.TextBox tbWPosZ;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.TextBox tbWPosYmm;
private System.Windows.Forms.Label label24;
private System.Windows.Forms.TextBox tbWPosY;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.TextBox tbWPosXmm;
private System.Windows.Forms.Label label22;
private System.Windows.Forms.TextBox tbWPosX;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.TextBox tbWAlarmNumber;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.TextBox tbWLiftFull;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.TextBox tbWAlarm;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox tbWMode;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.TextBox tbWTaskNo;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tbWSrmNo;
private System.Windows.Forms.TextBox tbWHandShake;
private System.Windows.Forms.TextBox tbWActualLane;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.TextBox tbCode;
}
}