namespace wcfControlMonitorClient { partial class FrmDeviceStatus { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows 窗体设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label6 = new System.Windows.Forms.Label(); this.lblManTask = new System.Windows.Forms.Label(); this.lblBarcode = new System.Windows.Forms.TextBox(); this.lblNowY = new System.Windows.Forms.Label(); this.lblNowX = new System.Windows.Forms.Label(); this.lblErrorName = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.lblGoods = new System.Windows.Forms.Label(); this.label_Y = new System.Windows.Forms.Label(); this.label_X = new System.Windows.Forms.Label(); this.label_ErrorInfo = 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.label_staus = new System.Windows.Forms.Label(); this.label7 = 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.lblDeviceIndex = new System.Windows.Forms.NumericUpDown(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.label11 = new System.Windows.Forms.Label(); this.btLogicHaveGoods = new System.Windows.Forms.Button(); this.btLogicNoneGoods = new System.Windows.Forms.Button(); this.btnAnswer = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.btnReset = new System.Windows.Forms.Button(); this.btCancelDoubleFork = new System.Windows.Forms.Button(); this.gbBarcode = new System.Windows.Forms.GroupBox(); this.lblReportedBarcode = new System.Windows.Forms.TextBox(); this.lblReadedBarcode = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.btnSolutions = new System.Windows.Forms.Button(); this.cB_Empty = new System.Windows.Forms.CheckBox(); this.tabControl_Device = new System.Windows.Forms.TabControl(); this.tabPage_device = new System.Windows.Forms.TabPage(); this.btHandAddCode = new System.Windows.Forms.Button(); this.tbAddCount = new System.Windows.Forms.TextBox(); this.tbAddBarcode = new System.Windows.Forms.TextBox(); this.tabPage_signal = new System.Windows.Forms.TabPage(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.labelsignal0 = new System.Windows.Forms.Label(); this.labelsignal1 = new System.Windows.Forms.Label(); this.labelsignal2 = new System.Windows.Forms.Label(); this.labelsignal3 = new System.Windows.Forms.Label(); this.labelsignal4 = new System.Windows.Forms.Label(); this.labelsignal6 = new System.Windows.Forms.Label(); this.labelValue1 = new System.Windows.Forms.Label(); this.labelValue2 = new System.Windows.Forms.Label(); this.labelValue3 = new System.Windows.Forms.Label(); this.labelValue4 = new System.Windows.Forms.Label(); this.labelValue0 = new System.Windows.Forms.Label(); this.labelValue7 = new System.Windows.Forms.Label(); this.labelValue6 = new System.Windows.Forms.Label(); this.labelsignal7 = new System.Windows.Forms.Label(); this.labelValue5 = new System.Windows.Forms.Label(); this.labelsignal5 = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lblDeviceIndex)).BeginInit(); this.gbBarcode.SuspendLayout(); this.tabControl_Device.SuspendLayout(); this.tabPage_device.SuspendLayout(); this.tabPage_signal.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // 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, 98F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.Controls.Add(this.label6, 0, 10); this.tableLayoutPanel1.Controls.Add(this.lblManTask, 0, 10); this.tableLayoutPanel1.Controls.Add(this.lblBarcode, 1, 5); this.tableLayoutPanel1.Controls.Add(this.lblNowY, 1, 8); this.tableLayoutPanel1.Controls.Add(this.lblNowX, 1, 7); this.tableLayoutPanel1.Controls.Add(this.lblErrorName, 1, 6); this.tableLayoutPanel1.Controls.Add(this.label13, 0, 9); this.tableLayoutPanel1.Controls.Add(this.lblGoods, 1, 9); this.tableLayoutPanel1.Controls.Add(this.label_Y, 0, 8); this.tableLayoutPanel1.Controls.Add(this.label_X, 0, 7); this.tableLayoutPanel1.Controls.Add(this.label_ErrorInfo, 0, 6); 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.label_staus, 0, 4); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 5); 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.lblDeviceIndex, 1, 0); this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 6); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 12; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 33F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 22F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(543, 380); this.tableLayoutPanel1.TabIndex = 0; // // label6 // this.label6.AutoSize = true; this.label6.Dock = System.Windows.Forms.DockStyle.Fill; this.label6.Location = new System.Drawing.Point(6, 352); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(92, 16); this.label6.TabIndex = 29; this.label6.Text = "调度任务:"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblManTask // this.lblManTask.AutoSize = true; this.lblManTask.Dock = System.Windows.Forms.DockStyle.Fill; this.lblManTask.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblManTask.Location = new System.Drawing.Point(107, 352); this.lblManTask.Name = "lblManTask"; this.lblManTask.Size = new System.Drawing.Size(430, 16); this.lblManTask.TabIndex = 28; this.lblManTask.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblBarcode // this.lblBarcode.BackColor = System.Drawing.SystemColors.Control; this.lblBarcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblBarcode.Location = new System.Drawing.Point(107, 186); this.lblBarcode.MaxLength = 7; this.lblBarcode.Name = "lblBarcode"; this.lblBarcode.Size = new System.Drawing.Size(149, 21); this.lblBarcode.TabIndex = 24; this.lblBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lblBarcode_KeyPress); // // 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(107, 291); this.lblNowY.Name = "lblNowY"; this.lblNowY.Size = new System.Drawing.Size(430, 33); this.lblNowY.TabIndex = 27; this.lblNowY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(107, 255); this.lblNowX.Name = "lblNowX"; this.lblNowX.Size = new System.Drawing.Size(430, 33); this.lblNowX.TabIndex = 26; this.lblNowX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblErrorName // this.lblErrorName.AutoSize = true; this.lblErrorName.Dock = System.Windows.Forms.DockStyle.Left; this.lblErrorName.ForeColor = System.Drawing.SystemColors.ActiveCaption; this.lblErrorName.Location = new System.Drawing.Point(107, 219); this.lblErrorName.Name = "lblErrorName"; this.lblErrorName.Size = new System.Drawing.Size(0, 33); this.lblErrorName.TabIndex = 25; this.lblErrorName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label13 // this.label13.AutoSize = true; this.label13.Dock = System.Windows.Forms.DockStyle.Fill; this.label13.Location = new System.Drawing.Point(6, 327); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(92, 22); this.label13.TabIndex = 21; this.label13.Text = "是否逻辑有物:"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(107, 327); this.lblGoods.Name = "lblGoods"; this.lblGoods.Size = new System.Drawing.Size(430, 22); this.lblGoods.TabIndex = 20; this.lblGoods.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label_Y // this.label_Y.AutoSize = true; this.label_Y.Dock = System.Windows.Forms.DockStyle.Fill; this.label_Y.Location = new System.Drawing.Point(6, 291); this.label_Y.Name = "label_Y"; this.label_Y.Size = new System.Drawing.Size(92, 33); this.label_Y.TabIndex = 18; this.label_Y.Text = "当前Y坐标:"; this.label_Y.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_X // this.label_X.AutoSize = true; this.label_X.Dock = System.Windows.Forms.DockStyle.Fill; this.label_X.Location = new System.Drawing.Point(6, 255); this.label_X.Name = "label_X"; this.label_X.Size = new System.Drawing.Size(92, 33); this.label_X.TabIndex = 16; this.label_X.Text = "当前X坐标:"; this.label_X.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_ErrorInfo // this.label_ErrorInfo.AutoSize = true; this.label_ErrorInfo.Dock = System.Windows.Forms.DockStyle.Fill; this.label_ErrorInfo.Location = new System.Drawing.Point(6, 219); this.label_ErrorInfo.Name = "label_ErrorInfo"; this.label_ErrorInfo.Size = new System.Drawing.Size(92, 33); this.label_ErrorInfo.TabIndex = 14; this.label_ErrorInfo.Text = "故障信息:"; this.label_ErrorInfo.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Fill; this.label1.Location = new System.Drawing.Point(6, 3); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(92, 33); this.label1.TabIndex = 0; this.label1.Text = "设备索引:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.AutoSize = true; this.label2.Dock = System.Windows.Forms.DockStyle.Fill; this.label2.Location = new System.Drawing.Point(6, 39); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(92, 33); this.label2.TabIndex = 1; this.label2.Text = "设备名称:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Fill; this.label3.Location = new System.Drawing.Point(6, 75); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(92, 33); this.label3.TabIndex = 2; this.label3.Text = "设备指令索引:"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label4 // this.label4.AutoSize = true; this.label4.Dock = System.Windows.Forms.DockStyle.Fill; this.label4.Location = new System.Drawing.Point(6, 111); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 33); this.label4.TabIndex = 3; this.label4.Text = "目标位置:"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label_staus // this.label_staus.AutoSize = true; this.label_staus.Dock = System.Windows.Forms.DockStyle.Fill; this.label_staus.Location = new System.Drawing.Point(6, 147); this.label_staus.Name = "label_staus"; this.label_staus.Size = new System.Drawing.Size(92, 33); this.label_staus.TabIndex = 4; this.label_staus.Text = "设备状态:"; this.label_staus.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label7 // this.label7.AutoSize = true; this.label7.Dock = System.Windows.Forms.DockStyle.Fill; this.label7.Location = new System.Drawing.Point(6, 183); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(92, 33); this.label7.TabIndex = 6; this.label7.Text = "条码:"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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(107, 39); this.lblDeviceName.Name = "lblDeviceName"; this.lblDeviceName.Size = new System.Drawing.Size(430, 33); 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(107, 75); this.lblTaskIndex.Name = "lblTaskIndex"; this.lblTaskIndex.Size = new System.Drawing.Size(430, 33); 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(107, 111); this.lblArrowLocation.Name = "lblArrowLocation"; this.lblArrowLocation.Size = new System.Drawing.Size(430, 33); 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(107, 147); this.lblDeviceStatus.Name = "lblDeviceStatus"; this.lblDeviceStatus.Size = new System.Drawing.Size(430, 33); this.lblDeviceStatus.TabIndex = 11; this.lblDeviceStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDeviceIndex // this.lblDeviceIndex.BackColor = System.Drawing.SystemColors.Control; this.lblDeviceIndex.Location = new System.Drawing.Point(107, 6); this.lblDeviceIndex.Maximum = new decimal(new int[] { 999999, 0, 0, 0}); this.lblDeviceIndex.Minimum = new decimal(new int[] { 1000, 0, 0, 0}); this.lblDeviceIndex.Name = "lblDeviceIndex"; this.lblDeviceIndex.Size = new System.Drawing.Size(104, 21); this.lblDeviceIndex.TabIndex = 22; this.lblDeviceIndex.Value = new decimal(new int[] { 1000, 0, 0, 0}); this.lblDeviceIndex.ValueChanged += new System.EventHandler(this.lblDeviceIndex_ValueChanged); // // btnRefresh // this.btnRefresh.Location = new System.Drawing.Point(344, 394); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 25); this.btnRefresh.TabIndex = 1; this.btnRefresh.Text = "更新(&R)"; this.btnRefresh.UseVisualStyleBackColor = true; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnClose // this.btnClose.Location = new System.Drawing.Point(425, 394); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 25); this.btnClose.TabIndex = 1; this.btnClose.Text = "关闭(&E)"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label11 // this.label11.AutoSize = true; this.label11.Dock = System.Windows.Forms.DockStyle.Fill; this.label11.Location = new System.Drawing.Point(0, 0); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(0, 12); this.label11.TabIndex = 21; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btLogicHaveGoods // this.btLogicHaveGoods.Location = new System.Drawing.Point(6, 423); this.btLogicHaveGoods.Name = "btLogicHaveGoods"; this.btLogicHaveGoods.Size = new System.Drawing.Size(80, 25); this.btLogicHaveGoods.TabIndex = 1; this.btLogicHaveGoods.Text = "逻辑有物(&H)"; this.btLogicHaveGoods.UseVisualStyleBackColor = true; this.btLogicHaveGoods.Click += new System.EventHandler(this.button1_Click); // // btLogicNoneGoods // this.btLogicNoneGoods.Location = new System.Drawing.Point(6, 450); this.btLogicNoneGoods.Name = "btLogicNoneGoods"; this.btLogicNoneGoods.Size = new System.Drawing.Size(80, 25); this.btLogicNoneGoods.TabIndex = 1; this.btLogicNoneGoods.Text = "逻辑无物(&N)"; this.btLogicNoneGoods.UseVisualStyleBackColor = true; this.btLogicNoneGoods.Click += new System.EventHandler(this.button2_Click); // // btnAnswer // this.btnAnswer.Location = new System.Drawing.Point(210, 394); this.btnAnswer.Name = "btnAnswer"; this.btnAnswer.Size = new System.Drawing.Size(89, 25); this.btnAnswer.TabIndex = 1; this.btnAnswer.Text = "完成应答(&O)"; this.btnAnswer.UseVisualStyleBackColor = true; this.btnAnswer.Click += new System.EventHandler(this.button3_Click); // // textBox1 // this.textBox1.ForeColor = System.Drawing.SystemColors.MenuHighlight; this.textBox1.Location = new System.Drawing.Point(89, 424); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.Size = new System.Drawing.Size(410, 49); this.textBox1.TabIndex = 23; this.textBox1.Text = "当堆垛机在设备上送货完成时,接收此托盘的设备为逻辑有物状态\r\n当堆垛机在设备上取货完成时,取货位置的设备为逻辑无物状态"; // // btnReset // this.btnReset.Location = new System.Drawing.Point(112, 394); this.btnReset.Name = "btnReset"; this.btnReset.Size = new System.Drawing.Size(89, 25); this.btnReset.TabIndex = 1; this.btnReset.Text = "故障复位(&C)"; this.btnReset.UseVisualStyleBackColor = true; this.btnReset.Click += new System.EventHandler(this.button4_Click); // // btCancelDoubleFork // this.btCancelDoubleFork.Location = new System.Drawing.Point(6, 393); this.btCancelDoubleFork.Name = "btCancelDoubleFork"; this.btCancelDoubleFork.Size = new System.Drawing.Size(89, 25); this.btCancelDoubleFork.TabIndex = 1; this.btCancelDoubleFork.Text = "取消双叉关联"; this.btCancelDoubleFork.UseVisualStyleBackColor = true; this.btCancelDoubleFork.Click += new System.EventHandler(this.btCancelDoubleFork_Click); // // gbBarcode // this.gbBarcode.Controls.Add(this.lblReportedBarcode); this.gbBarcode.Controls.Add(this.lblReadedBarcode); this.gbBarcode.Controls.Add(this.label14); this.gbBarcode.Controls.Add(this.label10); this.gbBarcode.Location = new System.Drawing.Point(8, 479); this.gbBarcode.Name = "gbBarcode"; this.gbBarcode.Size = new System.Drawing.Size(493, 59); this.gbBarcode.TabIndex = 24; this.gbBarcode.TabStop = false; this.gbBarcode.Text = "扫描器信息"; this.gbBarcode.Visible = false; // // lblReportedBarcode // this.lblReportedBarcode.BackColor = System.Drawing.SystemColors.Control; this.lblReportedBarcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblReportedBarcode.Enabled = false; this.lblReportedBarcode.Location = new System.Drawing.Point(106, 35); this.lblReportedBarcode.MaxLength = 6; this.lblReportedBarcode.Name = "lblReportedBarcode"; this.lblReportedBarcode.Size = new System.Drawing.Size(384, 21); this.lblReportedBarcode.TabIndex = 25; // // lblReadedBarcode // this.lblReadedBarcode.BackColor = System.Drawing.SystemColors.Control; this.lblReadedBarcode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lblReadedBarcode.Enabled = false; this.lblReadedBarcode.Location = new System.Drawing.Point(106, 10); this.lblReadedBarcode.MaxLength = 6; this.lblReadedBarcode.Name = "lblReadedBarcode"; this.lblReadedBarcode.Size = new System.Drawing.Size(384, 21); this.lblReadedBarcode.TabIndex = 25; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(5, 42); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(101, 12); this.label14.TabIndex = 0; this.label14.Text = "上次读到的条码:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(6, 18); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(101, 12); this.label10.TabIndex = 0; this.label10.Text = "当前读到的条码:"; // // btnSolutions // this.btnSolutions.Location = new System.Drawing.Point(457, 230); this.btnSolutions.Name = "btnSolutions"; this.btnSolutions.Size = new System.Drawing.Size(81, 25); this.btnSolutions.TabIndex = 1; this.btnSolutions.Text = "解决方案(&S)"; this.btnSolutions.UseVisualStyleBackColor = true; this.btnSolutions.Click += new System.EventHandler(this.btnSolutions_Click); // // cB_Empty // this.cB_Empty.AutoSize = true; this.cB_Empty.Checked = true; this.cB_Empty.CheckState = System.Windows.Forms.CheckState.Checked; this.cB_Empty.Location = new System.Drawing.Point(462, 199); this.cB_Empty.Name = "cB_Empty"; this.cB_Empty.Size = new System.Drawing.Size(72, 16); this.cB_Empty.TabIndex = 25; this.cB_Empty.Text = "有货托盘"; this.cB_Empty.UseVisualStyleBackColor = true; this.cB_Empty.Visible = false; // // tabControl_Device // this.tabControl_Device.Controls.Add(this.tabPage_device); this.tabControl_Device.Controls.Add(this.tabPage_signal); this.tabControl_Device.Location = new System.Drawing.Point(1, 1); this.tabControl_Device.Name = "tabControl_Device"; this.tabControl_Device.SelectedIndex = 0; this.tabControl_Device.Size = new System.Drawing.Size(563, 510); this.tabControl_Device.TabIndex = 26; // // tabPage_device // this.tabPage_device.Controls.Add(this.btHandAddCode); this.tabPage_device.Controls.Add(this.tbAddCount); this.tabPage_device.Controls.Add(this.tbAddBarcode); this.tabPage_device.Controls.Add(this.cB_Empty); this.tabPage_device.Controls.Add(this.gbBarcode); this.tabPage_device.Controls.Add(this.textBox1); this.tabPage_device.Controls.Add(this.btnSolutions); this.tabPage_device.Controls.Add(this.btCancelDoubleFork); this.tabPage_device.Controls.Add(this.tableLayoutPanel1); this.tabPage_device.Controls.Add(this.btnReset); this.tabPage_device.Controls.Add(this.btnRefresh); this.tabPage_device.Controls.Add(this.btnAnswer); this.tabPage_device.Controls.Add(this.btLogicHaveGoods); this.tabPage_device.Controls.Add(this.btLogicNoneGoods); this.tabPage_device.Controls.Add(this.btnClose); this.tabPage_device.Location = new System.Drawing.Point(4, 22); this.tabPage_device.Name = "tabPage_device"; this.tabPage_device.Padding = new System.Windows.Forms.Padding(3); this.tabPage_device.Size = new System.Drawing.Size(555, 484); this.tabPage_device.TabIndex = 0; this.tabPage_device.Text = "设备状态"; this.tabPage_device.UseVisualStyleBackColor = true; // // btHandAddCode // this.btHandAddCode.Location = new System.Drawing.Point(247, 395); this.btHandAddCode.Name = "btHandAddCode"; this.btHandAddCode.Size = new System.Drawing.Size(91, 23); this.btHandAddCode.TabIndex = 32; this.btHandAddCode.Text = "手动补录条码"; this.btHandAddCode.UseVisualStyleBackColor = true; this.btHandAddCode.Visible = false; this.btHandAddCode.Click += new System.EventHandler(this.btHandAddCode_Click); // // tbAddCount // this.tbAddCount.Location = new System.Drawing.Point(404, 194); this.tbAddCount.Name = "tbAddCount"; this.tbAddCount.Size = new System.Drawing.Size(46, 21); this.tbAddCount.TabIndex = 31; this.tbAddCount.Text = "5"; // // tbAddBarcode // this.tbAddBarcode.Location = new System.Drawing.Point(268, 194); this.tbAddBarcode.Name = "tbAddBarcode"; this.tbAddBarcode.Size = new System.Drawing.Size(129, 21); this.tbAddBarcode.TabIndex = 30; this.tbAddBarcode.Visible = false; // // tabPage_signal // this.tabPage_signal.Controls.Add(this.tableLayoutPanel2); this.tabPage_signal.Location = new System.Drawing.Point(4, 22); this.tabPage_signal.Name = "tabPage_signal"; this.tabPage_signal.Padding = new System.Windows.Forms.Padding(3); this.tabPage_signal.Size = new System.Drawing.Size(555, 484); this.tabPage_signal.TabIndex = 1; this.tabPage_signal.Text = "信号状态"; this.tabPage_signal.UseVisualStyleBackColor = true; // // tableLayoutPanel2 // this.tableLayoutPanel2.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetDouble; this.tableLayoutPanel2.ColumnCount = 2; this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 220F)); this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.Controls.Add(this.labelsignal0, 0, 0); this.tableLayoutPanel2.Controls.Add(this.labelsignal1, 0, 1); this.tableLayoutPanel2.Controls.Add(this.labelsignal2, 0, 2); this.tableLayoutPanel2.Controls.Add(this.labelsignal3, 0, 3); this.tableLayoutPanel2.Controls.Add(this.labelsignal4, 0, 4); this.tableLayoutPanel2.Controls.Add(this.labelsignal6, 0, 6); this.tableLayoutPanel2.Controls.Add(this.labelValue1, 1, 1); this.tableLayoutPanel2.Controls.Add(this.labelValue2, 1, 2); this.tableLayoutPanel2.Controls.Add(this.labelValue3, 1, 3); this.tableLayoutPanel2.Controls.Add(this.labelValue4, 1, 4); this.tableLayoutPanel2.Controls.Add(this.labelValue0, 1, 0); this.tableLayoutPanel2.Controls.Add(this.labelValue7, 1, 7); this.tableLayoutPanel2.Controls.Add(this.labelValue6, 1, 6); this.tableLayoutPanel2.Controls.Add(this.labelsignal7, 0, 7); this.tableLayoutPanel2.Controls.Add(this.labelValue5, 1, 5); this.tableLayoutPanel2.Controls.Add(this.labelsignal5, 0, 5); this.tableLayoutPanel2.Location = new System.Drawing.Point(6, 7); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.No; this.tableLayoutPanel2.RowCount = 8; this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 43F)); this.tableLayoutPanel2.Size = new System.Drawing.Size(492, 378); this.tableLayoutPanel2.TabIndex = 1; // // labelsignal0 // this.labelsignal0.AutoSize = true; this.labelsignal0.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal0.Location = new System.Drawing.Point(6, 3); this.labelsignal0.Name = "labelsignal0"; this.labelsignal0.Size = new System.Drawing.Size(214, 43); this.labelsignal0.TabIndex = 0; this.labelsignal0.Text = "第0位:"; this.labelsignal0.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelsignal1 // this.labelsignal1.AutoSize = true; this.labelsignal1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal1.Location = new System.Drawing.Point(6, 49); this.labelsignal1.Name = "labelsignal1"; this.labelsignal1.Size = new System.Drawing.Size(214, 43); this.labelsignal1.TabIndex = 1; this.labelsignal1.Text = "第1位:"; this.labelsignal1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelsignal2 // this.labelsignal2.AutoSize = true; this.labelsignal2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal2.Location = new System.Drawing.Point(6, 95); this.labelsignal2.Name = "labelsignal2"; this.labelsignal2.Size = new System.Drawing.Size(214, 43); this.labelsignal2.TabIndex = 2; this.labelsignal2.Text = "第2位:"; this.labelsignal2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelsignal3 // this.labelsignal3.AutoSize = true; this.labelsignal3.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal3.Location = new System.Drawing.Point(6, 141); this.labelsignal3.Name = "labelsignal3"; this.labelsignal3.Size = new System.Drawing.Size(214, 43); this.labelsignal3.TabIndex = 3; this.labelsignal3.Text = "第3位:"; this.labelsignal3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelsignal4 // this.labelsignal4.AutoSize = true; this.labelsignal4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal4.Location = new System.Drawing.Point(6, 187); this.labelsignal4.Name = "labelsignal4"; this.labelsignal4.Size = new System.Drawing.Size(214, 43); this.labelsignal4.TabIndex = 4; this.labelsignal4.Text = "第4位:"; this.labelsignal4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelsignal6 // this.labelsignal6.AutoSize = true; this.labelsignal6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal6.Location = new System.Drawing.Point(6, 279); this.labelsignal6.Name = "labelsignal6"; this.labelsignal6.Size = new System.Drawing.Size(214, 43); this.labelsignal6.TabIndex = 6; this.labelsignal6.Text = "第6位:"; this.labelsignal6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValue1 // this.labelValue1.AutoSize = true; this.labelValue1.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue1.ForeColor = System.Drawing.SystemColors.ControlText; this.labelValue1.Location = new System.Drawing.Point(229, 49); this.labelValue1.Name = "labelValue1"; this.labelValue1.Size = new System.Drawing.Size(257, 43); this.labelValue1.TabIndex = 8; this.labelValue1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue2 // this.labelValue2.AutoSize = true; this.labelValue2.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue2.ForeColor = System.Drawing.SystemColors.ControlText; this.labelValue2.Location = new System.Drawing.Point(229, 95); this.labelValue2.Name = "labelValue2"; this.labelValue2.Size = new System.Drawing.Size(257, 43); this.labelValue2.TabIndex = 9; this.labelValue2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue3 // this.labelValue3.AutoSize = true; this.labelValue3.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue3.ForeColor = System.Drawing.SystemColors.ControlText; this.labelValue3.Location = new System.Drawing.Point(229, 141); this.labelValue3.Name = "labelValue3"; this.labelValue3.Size = new System.Drawing.Size(257, 43); this.labelValue3.TabIndex = 10; this.labelValue3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue4 // this.labelValue4.AutoSize = true; this.labelValue4.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue4.ForeColor = System.Drawing.SystemColors.ControlText; this.labelValue4.Location = new System.Drawing.Point(229, 187); this.labelValue4.Name = "labelValue4"; this.labelValue4.Size = new System.Drawing.Size(257, 43); this.labelValue4.TabIndex = 11; this.labelValue4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue0 // this.labelValue0.AutoSize = true; this.labelValue0.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue0.Location = new System.Drawing.Point(229, 3); this.labelValue0.Name = "labelValue0"; this.labelValue0.Size = new System.Drawing.Size(257, 43); this.labelValue0.TabIndex = 27; this.labelValue0.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue7 // this.labelValue7.AutoSize = true; this.labelValue7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue7.Location = new System.Drawing.Point(229, 325); this.labelValue7.Name = "labelValue7"; this.labelValue7.Size = new System.Drawing.Size(257, 50); this.labelValue7.TabIndex = 28; this.labelValue7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelValue6 // this.labelValue6.AutoSize = true; this.labelValue6.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue6.Location = new System.Drawing.Point(229, 279); this.labelValue6.Name = "labelValue6"; this.labelValue6.Size = new System.Drawing.Size(257, 43); this.labelValue6.TabIndex = 29; this.labelValue6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelsignal7 // this.labelsignal7.AutoSize = true; this.labelsignal7.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal7.Location = new System.Drawing.Point(6, 325); this.labelsignal7.Name = "labelsignal7"; this.labelsignal7.Size = new System.Drawing.Size(214, 50); this.labelsignal7.TabIndex = 30; this.labelsignal7.Text = "第7位:"; this.labelsignal7.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // labelValue5 // this.labelValue5.AutoSize = true; this.labelValue5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelValue5.Location = new System.Drawing.Point(229, 233); this.labelValue5.Name = "labelValue5"; this.labelValue5.Size = new System.Drawing.Size(257, 43); this.labelValue5.TabIndex = 31; this.labelValue5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // labelsignal5 // this.labelsignal5.AutoSize = true; this.labelsignal5.Dock = System.Windows.Forms.DockStyle.Fill; this.labelsignal5.Location = new System.Drawing.Point(6, 233); this.labelsignal5.Name = "labelsignal5"; this.labelsignal5.Size = new System.Drawing.Size(214, 43); this.labelsignal5.TabIndex = 32; this.labelsignal5.Text = "第5位:"; this.labelsignal5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // FrmDeviceStatus // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(567, 515); this.Controls.Add(this.label11); this.Controls.Add(this.tabControl_Device); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmDeviceStatus"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "设备状态描述"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDeviceStatus_FormClosing); this.Load += new System.EventHandler(this.FrmDeviceStatus_Load); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lblDeviceIndex)).EndInit(); this.gbBarcode.ResumeLayout(false); this.gbBarcode.PerformLayout(); this.tabControl_Device.ResumeLayout(false); this.tabPage_device.ResumeLayout(false); this.tabPage_device.PerformLayout(); this.tabPage_signal.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 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 label_staus; private System.Windows.Forms.Label label7; 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.Button btnRefresh; private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label11; private System.Windows.Forms.Button btLogicHaveGoods; private System.Windows.Forms.Button btLogicNoneGoods; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label lblGoods; private System.Windows.Forms.Button btnAnswer; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label lblNowY; private System.Windows.Forms.Label lblNowX; private System.Windows.Forms.Label lblErrorName; private System.Windows.Forms.Label label_Y; private System.Windows.Forms.Label label_X; private System.Windows.Forms.Label label_ErrorInfo; private System.Windows.Forms.NumericUpDown lblDeviceIndex; private System.Windows.Forms.Button btnReset; private System.Windows.Forms.TextBox lblBarcode; private System.Windows.Forms.Button btCancelDoubleFork; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblManTask; private System.Windows.Forms.GroupBox gbBarcode; private System.Windows.Forms.TextBox lblReportedBarcode; private System.Windows.Forms.TextBox lblReadedBarcode; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button btnSolutions; private System.Windows.Forms.CheckBox cB_Empty; private System.Windows.Forms.TabControl tabControl_Device; private System.Windows.Forms.TabPage tabPage_device; private System.Windows.Forms.TabPage tabPage_signal; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label labelsignal0; private System.Windows.Forms.Label labelsignal1; private System.Windows.Forms.Label labelsignal2; private System.Windows.Forms.Label labelsignal3; private System.Windows.Forms.Label labelsignal4; private System.Windows.Forms.Label labelsignal6; private System.Windows.Forms.Label labelValue1; private System.Windows.Forms.Label labelValue2; private System.Windows.Forms.Label labelValue3; private System.Windows.Forms.Label labelValue4; private System.Windows.Forms.Label labelValue0; private System.Windows.Forms.Label labelValue7; private System.Windows.Forms.Label labelValue6; private System.Windows.Forms.Label labelsignal7; private System.Windows.Forms.Label labelValue5; private System.Windows.Forms.Label labelsignal5; private System.Windows.Forms.TextBox tbAddBarcode; private System.Windows.Forms.TextBox tbAddCount; private System.Windows.Forms.Button btHandAddCode; } }