namespace RGD.WCS { partial class FrmDeviceStatus { /// /// 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() { this.button3 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.btQuitPallet = new System.Windows.Forms.Button(); this.btAnswer = new System.Windows.Forms.Button(); this.bthaveno = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.bthave = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label13 = new System.Windows.Forms.Label(); this.lblGoods = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.lblNowY = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblNowX = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lblErrorName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblDeviceIndex = new System.Windows.Forms.Label(); this.lblDeviceName = new System.Windows.Forms.Label(); this.lblTaskIndex = new System.Windows.Forms.Label(); this.lblArrowLocation = new System.Windows.Forms.Label(); this.lblDeviceStatus = new System.Windows.Forms.Label(); this.lblHaveGoods = new System.Windows.Forms.Label(); this.lblBarcode = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // button3 // this.button3.Location = new System.Drawing.Point(146, 566); this.button3.Margin = new System.Windows.Forms.Padding(4); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(120, 39); this.button3.TabIndex = 34; this.button3.Text = "异常恢复"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // button2 // this.button2.BackColor = System.Drawing.SystemColors.ActiveCaption; this.button2.Location = new System.Drawing.Point(146, 608); this.button2.Margin = new System.Windows.Forms.Padding(4); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(120, 39); this.button2.TabIndex = 33; this.button2.Text = "叠盘机送出"; this.button2.UseVisualStyleBackColor = false; this.button2.Visible = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // button1 // this.button1.BackColor = System.Drawing.SystemColors.ActiveCaption; this.button1.Location = new System.Drawing.Point(17, 566); this.button1.Margin = new System.Windows.Forms.Padding(4); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(120, 39); this.button1.TabIndex = 32; this.button1.Text = "设备复位"; this.button1.UseVisualStyleBackColor = false; this.button1.Visible = false; this.button1.Click += new System.EventHandler(this.button1_Click); // // btQuitPallet // this.btQuitPallet.BackColor = System.Drawing.Color.Red; this.btQuitPallet.Location = new System.Drawing.Point(404, 566); this.btQuitPallet.Margin = new System.Windows.Forms.Padding(4); this.btQuitPallet.Name = "btQuitPallet"; this.btQuitPallet.Size = new System.Drawing.Size(147, 39); this.btQuitPallet.TabIndex = 26; this.btQuitPallet.Text = "输送机反转(&T)"; this.btQuitPallet.UseVisualStyleBackColor = false; this.btQuitPallet.Click += new System.EventHandler(this.btQuitPallet_Click); // // btAnswer // this.btAnswer.BackColor = System.Drawing.SystemColors.ActiveCaption; this.btAnswer.Location = new System.Drawing.Point(17, 608); this.btAnswer.Margin = new System.Windows.Forms.Padding(4); this.btAnswer.Name = "btAnswer"; this.btAnswer.Size = new System.Drawing.Size(120, 39); this.btAnswer.TabIndex = 27; this.btAnswer.Text = "设备应答(&C)"; this.btAnswer.UseVisualStyleBackColor = false; this.btAnswer.Click += new System.EventHandler(this.btAnswer_Click); // // bthaveno // this.bthaveno.Location = new System.Drawing.Point(275, 566); this.bthaveno.Margin = new System.Windows.Forms.Padding(4); this.bthaveno.Name = "bthaveno"; this.bthaveno.Size = new System.Drawing.Size(120, 39); this.bthaveno.TabIndex = 28; this.bthaveno.Text = "逻辑无物(&N)"; this.bthaveno.UseVisualStyleBackColor = true; this.bthaveno.Click += new System.EventHandler(this.bthaveno_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(645, 608); this.btnClose.Margin = new System.Windows.Forms.Padding(4); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(112, 39); this.btnClose.TabIndex = 29; this.btnClose.Text = "关闭(&E)"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // bthave // this.bthave.Location = new System.Drawing.Point(275, 608); this.bthave.Margin = new System.Windows.Forms.Padding(4); this.bthave.Name = "bthave"; this.bthave.Size = new System.Drawing.Size(120, 39); this.bthave.TabIndex = 30; this.bthave.Text = "逻辑有物(&H)"; this.bthave.UseVisualStyleBackColor = true; this.bthave.Visible = false; this.bthave.Click += new System.EventHandler(this.bthave_Click); // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(645, 566); this.btnRefresh.Margin = new System.Windows.Forms.Padding(4); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(112, 39); this.btnRefresh.TabIndex = 31; this.btnRefresh.Text = "更新(&R)"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // tableLayoutPanel1 // this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble; this.tableLayoutPanel1.ColumnCount = 2; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 147F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label13, 0, 10); this.tableLayoutPanel1.Controls.Add(this.lblGoods, 0, 10); this.tableLayoutPanel1.Controls.Add(this.label12, 0, 9); this.tableLayoutPanel1.Controls.Add(this.lblNowY, 0, 9); this.tableLayoutPanel1.Controls.Add(this.label9, 0, 8); this.tableLayoutPanel1.Controls.Add(this.lblNowX, 0, 8); this.tableLayoutPanel1.Controls.Add(this.label8, 0, 7); this.tableLayoutPanel1.Controls.Add(this.lblErrorName, 0, 7); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4); this.tableLayoutPanel1.Controls.Add(this.label6, 0, 5); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 6); this.tableLayoutPanel1.Controls.Add(this.lblDeviceIndex, 1, 0); this.tableLayoutPanel1.Controls.Add(this.lblDeviceName, 1, 1); this.tableLayoutPanel1.Controls.Add(this.lblTaskIndex, 1, 2); this.tableLayoutPanel1.Controls.Add(this.lblArrowLocation, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lblDeviceStatus, 1, 4); this.tableLayoutPanel1.Controls.Add(this.lblHaveGoods, 1, 5); this.tableLayoutPanel1.Controls.Add(this.lblBarcode, 1, 6); this.tableLayoutPanel1.Location = new System.Drawing.Point(17, 20); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 12; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 45F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(738, 538); this.tableLayoutPanel1.TabIndex = 25; // // label13 // this.label13.AutoSize = true; this.label13.Dock = System.Windows.Forms.DockStyle.Fill; this.label13.Location = new System.Drawing.Point(7, 483); this.label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(139, 30); this.label13.TabIndex = 21; this.label13.Text = "是否逻辑有物:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblGoods // this.lblGoods.AutoSize = true; this.lblGoods.Dock = System.Windows.Forms.DockStyle.Fill; this.lblGoods.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblGoods.Location = new System.Drawing.Point(157, 483); this.lblGoods.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(574, 30); this.lblGoods.TabIndex = 20; this.lblGoods.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label12 // this.label12.AutoSize = true; this.label12.Dock = System.Windows.Forms.DockStyle.Fill; this.label12.Location = new System.Drawing.Point(7, 435); this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(139, 45); this.label12.TabIndex = 18; this.label12.Text = "当前Y坐标:"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblNowY // this.lblNowY.AutoSize = true; this.lblNowY.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNowY.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblNowY.Location = new System.Drawing.Point(157, 435); this.lblNowY.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblNowY.Name = "lblNowY"; this.lblNowY.Size = new System.Drawing.Size(574, 45); this.lblNowY.TabIndex = 19; this.lblNowY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label9 // this.label9.AutoSize = true; this.label9.Dock = System.Windows.Forms.DockStyle.Fill; this.label9.Location = new System.Drawing.Point(7, 387); this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(139, 45); this.label9.TabIndex = 16; this.label9.Text = "当前X坐标:"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblNowX // this.lblNowX.AutoSize = true; this.lblNowX.Dock = System.Windows.Forms.DockStyle.Fill; this.lblNowX.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblNowX.Location = new System.Drawing.Point(157, 387); this.lblNowX.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblNowX.Name = "lblNowX"; this.lblNowX.Size = new System.Drawing.Size(574, 45); this.lblNowX.TabIndex = 17; this.lblNowX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label8 // this.label8.AutoSize = true; this.label8.Dock = System.Windows.Forms.DockStyle.Fill; this.label8.Location = new System.Drawing.Point(7, 339); this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(139, 45); this.label8.TabIndex = 14; this.label8.Text = "故障信息:"; this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblErrorName // this.lblErrorName.AutoSize = true; this.lblErrorName.Dock = System.Windows.Forms.DockStyle.Fill; this.lblErrorName.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblErrorName.Location = new System.Drawing.Point(157, 339); this.lblErrorName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblErrorName.Name = "lblErrorName"; this.lblErrorName.Size = new System.Drawing.Size(574, 45); this.lblErrorName.TabIndex = 15; this.lblErrorName.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(7, 3); this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(139, 45); this.label1.TabIndex = 0; this.label1.Text = "设备索引:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(7, 51); this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(139, 45); this.label2.TabIndex = 1; 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.Location = new System.Drawing.Point(7, 99); this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(139, 45); this.label3.TabIndex = 2; this.label3.Text = "设备指令索引:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(7, 147); this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(139, 45); this.label4.TabIndex = 3; this.label4.Text = "目标位置:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label5 // this.label5.AutoSize = true; this.label5.Dock = System.Windows.Forms.DockStyle.Fill; this.label5.Location = new System.Drawing.Point(7, 195); this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(139, 45); this.label5.TabIndex = 4; this.label5.Text = "设备状态:"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label6 // this.label6.AutoSize = true; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(7, 243); this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(139, 45); this.label6.TabIndex = 5; this.label6.Text = "有货/无货:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label7 // this.label7.AutoSize = true; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(7, 291); this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(139, 45); this.label7.TabIndex = 6; this.label7.Text = "表箱条码:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblDeviceIndex // this.lblDeviceIndex.AutoSize = true; this.lblDeviceIndex.Dock = System.Windows.Forms.DockStyle.Fill; this.lblDeviceIndex.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblDeviceIndex.Location = new System.Drawing.Point(157, 3); this.lblDeviceIndex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDeviceIndex.Name = "lblDeviceIndex"; this.lblDeviceIndex.Size = new System.Drawing.Size(574, 45); this.lblDeviceIndex.TabIndex = 7; this.lblDeviceIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDeviceName // this.lblDeviceName.AutoSize = true; this.lblDeviceName.Dock = System.Windows.Forms.DockStyle.Fill; this.lblDeviceName.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblDeviceName.Location = new System.Drawing.Point(157, 51); this.lblDeviceName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDeviceName.Name = "lblDeviceName"; this.lblDeviceName.Size = new System.Drawing.Size(574, 45); this.lblDeviceName.TabIndex = 8; this.lblDeviceName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblTaskIndex // this.lblTaskIndex.AutoSize = true; this.lblTaskIndex.Dock = System.Windows.Forms.DockStyle.Fill; this.lblTaskIndex.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblTaskIndex.Location = new System.Drawing.Point(157, 99); this.lblTaskIndex.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblTaskIndex.Name = "lblTaskIndex"; this.lblTaskIndex.Size = new System.Drawing.Size(574, 45); this.lblTaskIndex.TabIndex = 9; this.lblTaskIndex.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblArrowLocation // this.lblArrowLocation.AutoSize = true; this.lblArrowLocation.Dock = System.Windows.Forms.DockStyle.Fill; this.lblArrowLocation.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblArrowLocation.Location = new System.Drawing.Point(157, 147); this.lblArrowLocation.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblArrowLocation.Name = "lblArrowLocation"; this.lblArrowLocation.Size = new System.Drawing.Size(574, 45); this.lblArrowLocation.TabIndex = 10; this.lblArrowLocation.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDeviceStatus // this.lblDeviceStatus.AutoSize = true; this.lblDeviceStatus.Dock = System.Windows.Forms.DockStyle.Fill; this.lblDeviceStatus.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblDeviceStatus.Location = new System.Drawing.Point(157, 195); this.lblDeviceStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblDeviceStatus.Name = "lblDeviceStatus"; this.lblDeviceStatus.Size = new System.Drawing.Size(574, 45); this.lblDeviceStatus.TabIndex = 11; this.lblDeviceStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblHaveGoods // this.lblHaveGoods.AutoSize = true; this.lblHaveGoods.Dock = System.Windows.Forms.DockStyle.Fill; this.lblHaveGoods.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblHaveGoods.Location = new System.Drawing.Point(157, 243); this.lblHaveGoods.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblHaveGoods.Name = "lblHaveGoods"; this.lblHaveGoods.Size = new System.Drawing.Size(574, 45); this.lblHaveGoods.TabIndex = 12; this.lblHaveGoods.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblBarcode // this.lblBarcode.AutoSize = true; this.lblBarcode.Dock = System.Windows.Forms.DockStyle.Fill; this.lblBarcode.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblBarcode.Location = new System.Drawing.Point(157, 291); this.lblBarcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(574, 45); this.lblBarcode.TabIndex = 13; this.lblBarcode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // FrmDeviceStatus // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(774, 662); this.Controls.Add(this.button3); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.btQuitPallet); this.Controls.Add(this.btAnswer); this.Controls.Add(this.bthaveno); this.Controls.Add(this.btnClose); this.Controls.Add(this.bthave); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.tableLayoutPanel1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmDeviceStatus"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "设备状态描述"; this.Load += new System.EventHandler(this.FrmDeviceStatus_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button button3; private System.Windows.Forms.Button button2; private System.Windows.Forms.Button button1; private System.Windows.Forms.Button btQuitPallet; private System.Windows.Forms.Button btAnswer; private System.Windows.Forms.Button bthaveno; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Button bthave; private System.Windows.Forms.Button btnRefresh; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label lblGoods; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label lblNowY; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label lblNowX; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label lblErrorName; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblDeviceIndex; private System.Windows.Forms.Label lblDeviceName; private System.Windows.Forms.Label lblTaskIndex; private System.Windows.Forms.Label lblArrowLocation; private System.Windows.Forms.Label lblDeviceStatus; private System.Windows.Forms.Label lblHaveGoods; private System.Windows.Forms.Label lblBarcode; } }