namespace QQShow { // Token: 0x02000048 RID: 72 public partial class FrmMonitor1 : global::System.Windows.Forms.Form { // Token: 0x060006E9 RID: 1769 RVA: 0x0000F634 File Offset: 0x0000D834 protected override void Dispose(bool disposing) { if (disposing && this.components != null) { this.components.Dispose(); } base.Dispose(disposing); } // Token: 0x060006EA RID: 1770 RVA: 0x0000F66C File Offset: 0x0000D86C private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMonitor1)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lbAlert = new System.Windows.Forms.Label(); this.panel9 = new System.Windows.Forms.Panel(); this.picBoxOutboundPic = new System.Windows.Forms.PictureBox(); this.panel8 = new System.Windows.Forms.Panel(); this.picBoxInboundPic = new System.Windows.Forms.PictureBox(); this.panel6 = new System.Windows.Forms.Panel(); this.lbOutGateState = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.panel7 = new System.Windows.Forms.Panel(); this.panel5 = new System.Windows.Forms.Panel(); this.lbOutboundTask1_Id = new System.Windows.Forms.Label(); this.lbOutboundTask1_Remaining = new System.Windows.Forms.Label(); this.lbOutboundTask2_Remaining = new System.Windows.Forms.Label(); this.lbOutboundTask2_State = new System.Windows.Forms.Label(); this.lbOutboundTask2_Id = new System.Windows.Forms.Label(); this.lbOutboundTask1_State = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.panel4 = new System.Windows.Forms.Panel(); this.lbForkerName = new System.Windows.Forms.Label(); this.lboutboundCount = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lboutboundCode = new System.Windows.Forms.Label(); this.lboutboundName = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.lbInboundTask2_State = new System.Windows.Forms.Label(); this.lbInboundTask2_Id = new System.Windows.Forms.Label(); this.lbInboundTask1_State = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.lbInboundTask1_Id = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.btnClose = new System.Windows.Forms.Button(); this.lbInGateState = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmBGate = new System.Windows.Forms.ComboBox(); this.panel2 = new System.Windows.Forms.Panel(); this.lbInboundIsPass = new System.Windows.Forms.Label(); this.lbInboundCount = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lbInboundCode = new System.Windows.Forms.Label(); this.lbInboundName = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.panel9.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxOutboundPic)).BeginInit(); this.panel8.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxInboundPic)).BeginInit(); this.panel6.SuspendLayout(); this.panel5.SuspendLayout(); this.panel4.SuspendLayout(); this.panel3.SuspendLayout(); this.panel1.SuspendLayout(); this.panel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 40F)); this.tableLayoutPanel1.Controls.Add(this.lbAlert, 0, 4); this.tableLayoutPanel1.Controls.Add(this.panel9, 1, 3); this.tableLayoutPanel1.Controls.Add(this.panel8, 1, 1); this.tableLayoutPanel1.Controls.Add(this.panel6, 0, 2); this.tableLayoutPanel1.Controls.Add(this.panel5, 3, 3); this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 3); this.tableLayoutPanel1.Controls.Add(this.panel3, 2, 1); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 5; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.090909F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.36364F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.090909F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 36.36364F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 9.090909F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(1440, 864); this.tableLayoutPanel1.TabIndex = 0; // // lbAlert // this.lbAlert.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.lbAlert, 3); this.lbAlert.Dock = System.Windows.Forms.DockStyle.Fill; this.lbAlert.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbAlert.ForeColor = System.Drawing.Color.Red; this.lbAlert.Location = new System.Drawing.Point(3, 784); this.lbAlert.Name = "lbAlert"; this.lbAlert.Size = new System.Drawing.Size(1434, 80); this.lbAlert.TabIndex = 10; // // panel9 // this.panel9.BackColor = System.Drawing.Color.Transparent; this.panel9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel9.Controls.Add(this.picBoxOutboundPic); this.panel9.Dock = System.Windows.Forms.DockStyle.Fill; this.panel9.Location = new System.Drawing.Point(580, 474); this.panel9.Margin = new System.Windows.Forms.Padding(4); this.panel9.Name = "panel9"; this.panel9.Size = new System.Drawing.Size(280, 306); this.panel9.TabIndex = 8; // // picBoxOutboundPic // this.picBoxOutboundPic.BackColor = System.Drawing.Color.Transparent; this.picBoxOutboundPic.Dock = System.Windows.Forms.DockStyle.Fill; this.picBoxOutboundPic.Location = new System.Drawing.Point(0, 0); this.picBoxOutboundPic.Margin = new System.Windows.Forms.Padding(2); this.picBoxOutboundPic.Name = "picBoxOutboundPic"; this.picBoxOutboundPic.Size = new System.Drawing.Size(278, 304); this.picBoxOutboundPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBoxOutboundPic.TabIndex = 1; this.picBoxOutboundPic.TabStop = false; // // panel8 // this.panel8.BackColor = System.Drawing.Color.Transparent; this.panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel8.Controls.Add(this.picBoxInboundPic); this.panel8.Dock = System.Windows.Forms.DockStyle.Fill; this.panel8.Location = new System.Drawing.Point(580, 82); this.panel8.Margin = new System.Windows.Forms.Padding(4); this.panel8.Name = "panel8"; this.panel8.Size = new System.Drawing.Size(280, 306); this.panel8.TabIndex = 7; // // picBoxInboundPic // this.picBoxInboundPic.BackColor = System.Drawing.Color.Transparent; this.picBoxInboundPic.Dock = System.Windows.Forms.DockStyle.Fill; this.picBoxInboundPic.Location = new System.Drawing.Point(0, 0); this.picBoxInboundPic.Margin = new System.Windows.Forms.Padding(2); this.picBoxInboundPic.Name = "picBoxInboundPic"; this.picBoxInboundPic.Size = new System.Drawing.Size(278, 304); this.picBoxInboundPic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picBoxInboundPic.TabIndex = 0; this.picBoxInboundPic.TabStop = false; // // panel6 // this.panel6.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.SetColumnSpan(this.panel6, 3); this.panel6.Controls.Add(this.lbOutGateState); this.panel6.Controls.Add(this.label3); this.panel6.Controls.Add(this.panel7); this.panel6.Dock = System.Windows.Forms.DockStyle.Fill; this.panel6.Location = new System.Drawing.Point(2, 394); this.panel6.Margin = new System.Windows.Forms.Padding(2); this.panel6.Name = "panel6"; this.panel6.Size = new System.Drawing.Size(1436, 74); this.panel6.TabIndex = 6; // // lbOutGateState // this.lbOutGateState.AutoSize = true; this.lbOutGateState.BackColor = System.Drawing.Color.White; this.lbOutGateState.Dock = System.Windows.Forms.DockStyle.Left; this.lbOutGateState.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbOutGateState.ForeColor = System.Drawing.Color.Lime; this.lbOutGateState.Location = new System.Drawing.Point(887, 0); this.lbOutGateState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutGateState.Name = "lbOutGateState"; this.lbOutGateState.Size = new System.Drawing.Size(213, 106); this.lbOutGateState.TabIndex = 2; this.lbOutGateState.Text = "XXX"; // // label3 // this.label3.AutoSize = true; this.label3.Dock = System.Windows.Forms.DockStyle.Left; this.label3.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.ForeColor = System.Drawing.Color.Red; this.label3.Location = new System.Drawing.Point(202, 0); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(685, 106); this.label3.TabIndex = 1; this.label3.Text = "当前出库口状态:"; // // panel7 // this.panel7.Dock = System.Windows.Forms.DockStyle.Left; this.panel7.Location = new System.Drawing.Point(0, 0); this.panel7.Margin = new System.Windows.Forms.Padding(2); this.panel7.Name = "panel7"; this.panel7.Size = new System.Drawing.Size(202, 74); this.panel7.TabIndex = 3; // // panel5 // this.panel5.BackColor = System.Drawing.Color.Transparent; this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel5.Controls.Add(this.lbOutboundTask1_Id); this.panel5.Controls.Add(this.lbOutboundTask1_Remaining); this.panel5.Controls.Add(this.lbOutboundTask2_Remaining); this.panel5.Controls.Add(this.lbOutboundTask2_State); this.panel5.Controls.Add(this.lbOutboundTask2_Id); this.panel5.Controls.Add(this.lbOutboundTask1_State); this.panel5.Controls.Add(this.label12); this.panel5.Controls.Add(this.label13); this.panel5.Controls.Add(this.label15); this.panel5.Dock = System.Windows.Forms.DockStyle.Fill; this.panel5.Location = new System.Drawing.Point(868, 474); this.panel5.Margin = new System.Windows.Forms.Padding(4); this.panel5.Name = "panel5"; this.panel5.Size = new System.Drawing.Size(568, 306); this.panel5.TabIndex = 5; // // lbOutboundTask1_Id // this.lbOutboundTask1_Id.AutoSize = true; this.lbOutboundTask1_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask1_Id.ForeColor = System.Drawing.Color.White; this.lbOutboundTask1_Id.Location = new System.Drawing.Point(125, 52); this.lbOutboundTask1_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask1_Id.Name = "lbOutboundTask1_Id"; this.lbOutboundTask1_Id.Size = new System.Drawing.Size(584, 90); this.lbOutboundTask1_Id.TabIndex = 10; this.lbOutboundTask1_Id.Text = "SO20201023005"; // // lbOutboundTask1_Remaining // this.lbOutboundTask1_Remaining.AutoSize = true; this.lbOutboundTask1_Remaining.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask1_Remaining.ForeColor = System.Drawing.Color.White; this.lbOutboundTask1_Remaining.Location = new System.Drawing.Point(384, 122); this.lbOutboundTask1_Remaining.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask1_Remaining.Name = "lbOutboundTask1_Remaining"; this.lbOutboundTask1_Remaining.Size = new System.Drawing.Size(219, 90); this.lbOutboundTask1_Remaining.TabIndex = 17; this.lbOutboundTask1_Remaining.Text = "X分钟"; // // lbOutboundTask2_Remaining // this.lbOutboundTask2_Remaining.AutoSize = true; this.lbOutboundTask2_Remaining.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask2_Remaining.ForeColor = System.Drawing.Color.White; this.lbOutboundTask2_Remaining.Location = new System.Drawing.Point(384, 258); this.lbOutboundTask2_Remaining.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask2_Remaining.Name = "lbOutboundTask2_Remaining"; this.lbOutboundTask2_Remaining.Size = new System.Drawing.Size(219, 90); this.lbOutboundTask2_Remaining.TabIndex = 16; this.lbOutboundTask2_Remaining.Text = "X分钟"; // // lbOutboundTask2_State // this.lbOutboundTask2_State.AutoSize = true; this.lbOutboundTask2_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask2_State.ForeColor = System.Drawing.Color.White; this.lbOutboundTask2_State.Location = new System.Drawing.Point(107, 258); this.lbOutboundTask2_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask2_State.Name = "lbOutboundTask2_State"; this.lbOutboundTask2_State.Size = new System.Drawing.Size(239, 90); this.lbOutboundTask2_State.TabIndex = 15; this.lbOutboundTask2_State.Text = "排队中"; // // lbOutboundTask2_Id // this.lbOutboundTask2_Id.AutoSize = true; this.lbOutboundTask2_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask2_Id.ForeColor = System.Drawing.Color.White; this.lbOutboundTask2_Id.Location = new System.Drawing.Point(125, 194); this.lbOutboundTask2_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask2_Id.Name = "lbOutboundTask2_Id"; this.lbOutboundTask2_Id.Size = new System.Drawing.Size(584, 90); this.lbOutboundTask2_Id.TabIndex = 14; this.lbOutboundTask2_Id.Text = "SO20201023002"; // // lbOutboundTask1_State // this.lbOutboundTask1_State.AutoSize = true; this.lbOutboundTask1_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbOutboundTask1_State.ForeColor = System.Drawing.Color.White; this.lbOutboundTask1_State.Location = new System.Drawing.Point(104, 122); this.lbOutboundTask1_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbOutboundTask1_State.Name = "lbOutboundTask1_State"; this.lbOutboundTask1_State.Size = new System.Drawing.Size(239, 90); this.lbOutboundTask1_State.TabIndex = 13; this.lbOutboundTask1_State.Text = "已完成"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label12.ForeColor = System.Drawing.Color.White; this.label12.Location = new System.Drawing.Point(24, 194); this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(146, 90); this.label12.TabIndex = 12; this.label12.Text = "2:"; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label13.ForeColor = System.Drawing.Color.White; this.label13.Location = new System.Drawing.Point(24, 52); this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(146, 90); this.label13.TabIndex = 11; this.label13.Text = "1:"; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label15.ForeColor = System.Drawing.Color.Red; this.label15.Location = new System.Drawing.Point(184, -9); this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(306, 90); this.label15.TabIndex = 9; this.label15.Text = "出库任务"; // // panel4 // this.panel4.BackColor = System.Drawing.Color.Transparent; this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel4.Controls.Add(this.lbForkerName); this.panel4.Controls.Add(this.lboutboundCount); this.panel4.Controls.Add(this.label7); this.panel4.Controls.Add(this.lboutboundCode); this.panel4.Controls.Add(this.lboutboundName); this.panel4.Dock = System.Windows.Forms.DockStyle.Fill; this.panel4.Location = new System.Drawing.Point(4, 474); this.panel4.Margin = new System.Windows.Forms.Padding(4); this.panel4.Name = "panel4"; this.panel4.Size = new System.Drawing.Size(568, 306); this.panel4.TabIndex = 4; // // lbForkerName // this.lbForkerName.AutoSize = true; this.lbForkerName.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbForkerName.ForeColor = System.Drawing.Color.White; this.lbForkerName.Location = new System.Drawing.Point(4, 249); this.lbForkerName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbForkerName.Name = "lbForkerName"; this.lbForkerName.Size = new System.Drawing.Size(477, 106); this.lbForkerName.TabIndex = 9; this.lbForkerName.Text = "XX号叉车工"; // // lboutboundCount // this.lboutboundCount.AutoSize = true; this.lboutboundCount.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lboutboundCount.ForeColor = System.Drawing.Color.White; this.lboutboundCount.Location = new System.Drawing.Point(220, 167); this.lboutboundCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lboutboundCount.Name = "lboutboundCount"; this.lboutboundCount.Size = new System.Drawing.Size(241, 106); this.lboutboundCount.TabIndex = 8; this.lboutboundCount.Text = "0000"; // // label7 // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Location = new System.Drawing.Point(2, 167); this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(285, 106); this.label7.TabIndex = 7; this.label7.Text = "数量:"; // // lboutboundCode // this.lboutboundCode.AutoSize = true; this.lboutboundCode.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lboutboundCode.ForeColor = System.Drawing.Color.White; this.lboutboundCode.Location = new System.Drawing.Point(0, 85); this.lboutboundCode.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lboutboundCode.Name = "lboutboundCode"; this.lboutboundCode.Size = new System.Drawing.Size(581, 106); this.lboutboundCode.TabIndex = 6; this.lboutboundCode.Text = "5101032-A95"; // // lboutboundName // this.lboutboundName.AutoSize = true; this.lboutboundName.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lboutboundName.ForeColor = System.Drawing.Color.White; this.lboutboundName.Location = new System.Drawing.Point(0, 0); this.lboutboundName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lboutboundName.Name = "lboutboundName"; this.lboutboundName.Size = new System.Drawing.Size(765, 106); this.lboutboundName.TabIndex = 5; this.lboutboundName.Text = "前地板前部右加强板"; // // panel3 // this.panel3.BackColor = System.Drawing.Color.Transparent; this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel3.Controls.Add(this.lbInboundTask2_State); this.panel3.Controls.Add(this.lbInboundTask2_Id); this.panel3.Controls.Add(this.lbInboundTask1_State); this.panel3.Controls.Add(this.label9); this.panel3.Controls.Add(this.label8); this.panel3.Controls.Add(this.lbInboundTask1_Id); this.panel3.Controls.Add(this.label4); this.panel3.Dock = System.Windows.Forms.DockStyle.Fill; this.panel3.Location = new System.Drawing.Point(868, 82); this.panel3.Margin = new System.Windows.Forms.Padding(4); this.panel3.Name = "panel3"; this.panel3.Size = new System.Drawing.Size(568, 306); this.panel3.TabIndex = 3; // // lbInboundTask2_State // this.lbInboundTask2_State.AutoSize = true; this.lbInboundTask2_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbInboundTask2_State.ForeColor = System.Drawing.Color.White; this.lbInboundTask2_State.Location = new System.Drawing.Point(176, 262); this.lbInboundTask2_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInboundTask2_State.Name = "lbInboundTask2_State"; this.lbInboundTask2_State.Size = new System.Drawing.Size(306, 90); this.lbInboundTask2_State.TabIndex = 8; this.lbInboundTask2_State.Text = "上架完成"; // // lbInboundTask2_Id // this.lbInboundTask2_Id.AutoSize = true; this.lbInboundTask2_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbInboundTask2_Id.ForeColor = System.Drawing.Color.White; this.lbInboundTask2_Id.Location = new System.Drawing.Point(127, 196); this.lbInboundTask2_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInboundTask2_Id.Name = "lbInboundTask2_Id"; this.lbInboundTask2_Id.Size = new System.Drawing.Size(486, 90); this.lbInboundTask2_Id.TabIndex = 7; this.lbInboundTask2_Id.Text = "5101032-A95"; // // lbInboundTask1_State // this.lbInboundTask1_State.AutoSize = true; this.lbInboundTask1_State.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbInboundTask1_State.ForeColor = System.Drawing.Color.White; this.lbInboundTask1_State.Location = new System.Drawing.Point(176, 121); this.lbInboundTask1_State.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInboundTask1_State.Name = "lbInboundTask1_State"; this.lbInboundTask1_State.Size = new System.Drawing.Size(306, 90); this.lbInboundTask1_State.TabIndex = 6; this.lbInboundTask1_State.Text = "完全交货"; // // label9 // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Location = new System.Drawing.Point(29, 194); this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(146, 90); this.label9.TabIndex = 5; this.label9.Text = "2:"; // // label8 // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Location = new System.Drawing.Point(29, 58); this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(146, 90); this.label8.TabIndex = 4; this.label8.Text = "1:"; // // lbInboundTask1_Id // this.lbInboundTask1_Id.AutoSize = true; this.lbInboundTask1_Id.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.lbInboundTask1_Id.ForeColor = System.Drawing.Color.White; this.lbInboundTask1_Id.Location = new System.Drawing.Point(127, 58); this.lbInboundTask1_Id.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInboundTask1_Id.Name = "lbInboundTask1_Id"; this.lbInboundTask1_Id.Size = new System.Drawing.Size(486, 90); this.lbInboundTask1_Id.TabIndex = 3; this.lbInboundTask1_Id.Text = "5101032-A95"; // // label4 // this.label4.AutoSize = true; this.label4.Font = new System.Drawing.Font("微软雅黑", 40F, System.Drawing.FontStyle.Bold); this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(184, -6); this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(306, 90); this.label4.TabIndex = 2; this.label4.Text = "入库任务"; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.tableLayoutPanel1.SetColumnSpan(this.panel1, 3); this.panel1.Controls.Add(this.btnClose); this.panel1.Controls.Add(this.lbInGateState); this.panel1.Controls.Add(this.label1); this.panel1.Controls.Add(this.cmBGate); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(2, 2); this.panel1.Margin = new System.Windows.Forms.Padding(2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1436, 74); this.panel1.TabIndex = 1; // // btnClose // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.Dock = System.Windows.Forms.DockStyle.Right; this.btnClose.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnClose.ForeColor = System.Drawing.Color.White; this.btnClose.Location = new System.Drawing.Point(1280, 0); this.btnClose.Margin = new System.Windows.Forms.Padding(2); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(156, 74); this.btnClose.TabIndex = 3; this.btnClose.Text = "关闭"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click_1); // // lbInGateState // this.lbInGateState.AutoSize = true; this.lbInGateState.BackColor = System.Drawing.Color.White; this.lbInGateState.Dock = System.Windows.Forms.DockStyle.Left; this.lbInGateState.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbInGateState.ForeColor = System.Drawing.Color.Lime; this.lbInGateState.Location = new System.Drawing.Point(888, 0); this.lbInGateState.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInGateState.Name = "lbInGateState"; this.lbInGateState.Size = new System.Drawing.Size(213, 106); this.lbInGateState.TabIndex = 2; this.lbInGateState.Text = "XXX"; // // label1 // this.label1.AutoSize = true; this.label1.Dock = System.Windows.Forms.DockStyle.Left; this.label1.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(203, 0); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(685, 106); this.label1.TabIndex = 1; this.label1.Text = "当前入库口状态:"; // // cmBGate // this.cmBGate.Dock = System.Windows.Forms.DockStyle.Left; this.cmBGate.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cmBGate.FormattingEnabled = true; this.cmBGate.Items.AddRange(new object[] { "2号口", "3号口", "4号口", "5号口", "7号口", "1号口"}); this.cmBGate.Location = new System.Drawing.Point(0, 0); this.cmBGate.Margin = new System.Windows.Forms.Padding(2); this.cmBGate.Name = "cmBGate"; this.cmBGate.Size = new System.Drawing.Size(203, 112); this.cmBGate.TabIndex = 0; this.cmBGate.Text = "7号口"; this.cmBGate.SelectedIndexChanged += new System.EventHandler(this.cmBGate_SelectedIndexChanged_1); // // panel2 // this.panel2.BackColor = System.Drawing.Color.Transparent; this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel2.Controls.Add(this.lbInboundIsPass); this.panel2.Controls.Add(this.lbInboundCount); this.panel2.Controls.Add(this.label6); this.panel2.Controls.Add(this.lbInboundCode); this.panel2.Controls.Add(this.lbInboundName); this.panel2.Dock = System.Windows.Forms.DockStyle.Fill; this.panel2.Location = new System.Drawing.Point(4, 82); this.panel2.Margin = new System.Windows.Forms.Padding(4); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(568, 306); this.panel2.TabIndex = 2; // // lbInboundIsPass // this.lbInboundIsPass.AutoSize = true; this.lbInboundIsPass.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbInboundIsPass.ForeColor = System.Drawing.Color.Lime; this.lbInboundIsPass.Location = new System.Drawing.Point(332, 232); this.lbInboundIsPass.Margin = new System.Windows.Forms.Padding(2, 40, 2, 40); this.lbInboundIsPass.Name = "lbInboundIsPass"; this.lbInboundIsPass.Size = new System.Drawing.Size(205, 106); this.lbInboundIsPass.TabIndex = 4; this.lbInboundIsPass.Text = "通过"; // // lbInboundCount // this.lbInboundCount.AutoSize = true; this.lbInboundCount.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbInboundCount.ForeColor = System.Drawing.Color.White; this.lbInboundCount.Location = new System.Drawing.Point(145, 232); this.lbInboundCount.Margin = new System.Windows.Forms.Padding(2, 40, 2, 40); this.lbInboundCount.Name = "lbInboundCount"; this.lbInboundCount.Size = new System.Drawing.Size(241, 106); this.lbInboundCount.TabIndex = 3; this.lbInboundCount.Text = "0000"; // // label6 // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Location = new System.Drawing.Point(2, 232); this.label6.Margin = new System.Windows.Forms.Padding(2, 40, 2, 40); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(285, 106); this.label6.TabIndex = 2; this.label6.Text = "数量:"; // // lbInboundCode // this.lbInboundCode.AutoSize = true; this.lbInboundCode.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbInboundCode.ForeColor = System.Drawing.Color.White; this.lbInboundCode.Location = new System.Drawing.Point(2, 116); this.lbInboundCode.Margin = new System.Windows.Forms.Padding(2, 40, 2, 40); this.lbInboundCode.Name = "lbInboundCode"; this.lbInboundCode.Size = new System.Drawing.Size(581, 106); this.lbInboundCode.TabIndex = 1; this.lbInboundCode.Text = "5101032-A95"; // // lbInboundName // this.lbInboundName.AutoSize = true; this.lbInboundName.Font = new System.Drawing.Font("微软雅黑", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lbInboundName.ForeColor = System.Drawing.Color.White; this.lbInboundName.Location = new System.Drawing.Point(2, 0); this.lbInboundName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbInboundName.Name = "lbInboundName"; this.lbInboundName.Size = new System.Drawing.Size(765, 106); this.lbInboundName.TabIndex = 0; this.lbInboundName.Text = "前地板前部右加强板"; // // FrmMonitor1 // this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.ClientSize = new System.Drawing.Size(1440, 864); this.Controls.Add(this.tableLayoutPanel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Margin = new System.Windows.Forms.Padding(2); this.Name = "FrmMonitor1"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FrmMonitor1"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMonitor1_FormClosed_1); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.panel9.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBoxOutboundPic)).EndInit(); this.panel8.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picBoxInboundPic)).EndInit(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel3.ResumeLayout(false); this.panel3.PerformLayout(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.ResumeLayout(false); } // Token: 0x040003EC RID: 1004 private global::System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; // Token: 0x040003ED RID: 1005 private global::System.Windows.Forms.ComboBox cmBGate; // Token: 0x040003EE RID: 1006 private global::System.Windows.Forms.Panel panel1; // Token: 0x040003EF RID: 1007 private global::System.Windows.Forms.Label label1; // Token: 0x040003F0 RID: 1008 private global::System.Windows.Forms.Label lbInGateState; // Token: 0x040003F1 RID: 1009 private global::System.Windows.Forms.Panel panel9; // Token: 0x040003F2 RID: 1010 private global::System.Windows.Forms.Panel panel8; // Token: 0x040003F3 RID: 1011 private global::System.Windows.Forms.Panel panel6; // Token: 0x040003F4 RID: 1012 private global::System.Windows.Forms.Label lbOutGateState; // Token: 0x040003F5 RID: 1013 private global::System.Windows.Forms.Label label3; // Token: 0x040003F6 RID: 1014 private global::System.Windows.Forms.Panel panel7; // Token: 0x040003F7 RID: 1015 private global::System.Windows.Forms.Panel panel5; // Token: 0x040003F8 RID: 1016 private global::System.Windows.Forms.Panel panel4; // Token: 0x040003F9 RID: 1017 private global::System.Windows.Forms.Panel panel3; // Token: 0x040003FA RID: 1018 private global::System.Windows.Forms.Panel panel2; // Token: 0x040003FB RID: 1019 private global::System.Windows.Forms.Label lbInboundCode; // Token: 0x040003FC RID: 1020 private global::System.Windows.Forms.Label lbInboundName; // Token: 0x040003FD RID: 1021 private global::System.Windows.Forms.Label label6; // Token: 0x040003FE RID: 1022 private global::System.Windows.Forms.Label lbInboundIsPass; // Token: 0x040003FF RID: 1023 private global::System.Windows.Forms.Label lbInboundCount; // Token: 0x04000400 RID: 1024 private global::System.Windows.Forms.PictureBox picBoxInboundPic; // Token: 0x04000401 RID: 1025 private global::System.Windows.Forms.Label lbForkerName; // Token: 0x04000402 RID: 1026 private global::System.Windows.Forms.Label lboutboundCount; // Token: 0x04000403 RID: 1027 private global::System.Windows.Forms.Label label7; // Token: 0x04000404 RID: 1028 private global::System.Windows.Forms.Label lboutboundCode; // Token: 0x04000405 RID: 1029 private global::System.Windows.Forms.Label lboutboundName; // Token: 0x04000406 RID: 1030 private global::System.Windows.Forms.PictureBox picBoxOutboundPic; // Token: 0x04000407 RID: 1031 private global::System.Windows.Forms.Label lbInboundTask2_State; // Token: 0x04000408 RID: 1032 private global::System.Windows.Forms.Label lbInboundTask2_Id; // Token: 0x04000409 RID: 1033 private global::System.Windows.Forms.Label lbInboundTask1_State; // Token: 0x0400040A RID: 1034 private global::System.Windows.Forms.Label label9; // Token: 0x0400040B RID: 1035 private global::System.Windows.Forms.Label label8; // Token: 0x0400040C RID: 1036 private global::System.Windows.Forms.Label lbInboundTask1_Id; // Token: 0x0400040D RID: 1037 private global::System.Windows.Forms.Label label4; // Token: 0x0400040E RID: 1038 private global::System.Windows.Forms.Label lbOutboundTask2_State; // Token: 0x0400040F RID: 1039 private global::System.Windows.Forms.Label lbOutboundTask2_Id; // Token: 0x04000410 RID: 1040 private global::System.Windows.Forms.Label lbOutboundTask1_State; // Token: 0x04000411 RID: 1041 private global::System.Windows.Forms.Label label12; // Token: 0x04000412 RID: 1042 private global::System.Windows.Forms.Label label13; // Token: 0x04000413 RID: 1043 private global::System.Windows.Forms.Label lbOutboundTask1_Id; // Token: 0x04000414 RID: 1044 private global::System.Windows.Forms.Label label15; // Token: 0x04000415 RID: 1045 private global::System.Windows.Forms.Label lbOutboundTask1_Remaining; // Token: 0x04000416 RID: 1046 private global::System.Windows.Forms.Label lbOutboundTask2_Remaining; // Token: 0x04000417 RID: 1047 private global::System.Windows.Forms.Button btnClose; // Token: 0x04000418 RID: 1048 private global::System.Windows.Forms.Label lbAlert; // Token: 0x04000419 RID: 1049 private global::System.ComponentModel.IContainer components = null; } }