1114
nodyang@aliyun.com 5 days ago
parent 3de6ec235f
commit 53236be6bb

@ -28,11 +28,11 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.dataGridView2 = new System.Windows.Forms.DataGridView(); this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@ -77,12 +77,16 @@
this.hslB9 = new HslControls.HslLanternSimple(); this.hslB9 = new HslControls.HslLanternSimple();
this.hslB10 = new HslControls.HslLanternSimple(); this.hslB10 = new HslControls.HslLanternSimple();
this.hslB11 = new HslControls.HslLanternSimple(); this.hslB11 = new HslControls.HslLanternSimple();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout(); this.SuspendLayout();
// //
// tableLayoutPanel1 // tableLayoutPanel1
@ -105,33 +109,33 @@
this.dataGridView2.AllowUserToAddRows = false; this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.AllowUserToDeleteRows = false; this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1; this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1, this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2}); this.dataGridViewTextBoxColumn2});
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red; dataGridViewCellStyle17.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Red; dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle2; this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle17;
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill; this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.Location = new System.Drawing.Point(458, 3); this.dataGridView2.Location = new System.Drawing.Point(458, 3);
this.dataGridView2.Name = "dataGridView2"; this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true; this.dataGridView2.ReadOnly = true;
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F); dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 15F);
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle3; this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle18;
this.dataGridView2.RowTemplate.Height = 23; this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(449, 270); this.dataGridView2.Size = new System.Drawing.Size(449, 270);
this.dataGridView2.TabIndex = 1; this.dataGridView2.TabIndex = 1;
@ -156,14 +160,14 @@
// //
this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.al, this.al,
@ -172,13 +176,13 @@
this.dataGridView1.Location = new System.Drawing.Point(3, 3); this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true; this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Red; dataGridViewCellStyle20.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White; dataGridViewCellStyle20.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Red; dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White; dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.White;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5; this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle20;
this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(449, 270); this.dataGridView1.Size = new System.Drawing.Size(449, 270);
this.dataGridView1.TabIndex = 0; this.dataGridView1.TabIndex = 0;
@ -215,12 +219,7 @@
// //
this.groupBox1.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_28_21; this.groupBox1.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_28_21;
this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.groupBox1.Controls.Add(this.hslLabelComboSWSS); this.groupBox1.Controls.Add(this.panel2);
this.groupBox1.Controls.Add(this.hslLabelComboQDWD2SS);
this.groupBox1.Controls.Add(this.hslLabelComboQDWD1SS);
this.groupBox1.Controls.Add(this.hslLabelComboCQ_Chip2_counter);
this.groupBox1.Controls.Add(this.hslLabelComboCQ_Chip1_counter);
this.groupBox1.Controls.Add(this.hslLabelComboProduct_counter2);
this.groupBox1.Controls.Add(this.hslA12); this.groupBox1.Controls.Add(this.hslA12);
this.groupBox1.Controls.Add(this.hsl0); this.groupBox1.Controls.Add(this.hsl0);
this.groupBox1.Controls.Add(this.hslA11); this.groupBox1.Controls.Add(this.hslA11);
@ -245,7 +244,7 @@
// hslLabelComboSWSS // hslLabelComboSWSS
// //
this.hslLabelComboSWSS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboSWSS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboSWSS.Location = new System.Drawing.Point(756, 156); this.hslLabelComboSWSS.Location = new System.Drawing.Point(14, 111);
this.hslLabelComboSWSS.LocationUnit = 0.82F; this.hslLabelComboSWSS.LocationUnit = 0.82F;
this.hslLabelComboSWSS.LocationValue = 0.5F; this.hslLabelComboSWSS.LocationValue = 0.5F;
this.hslLabelComboSWSS.Name = "hslLabelComboSWSS"; this.hslLabelComboSWSS.Name = "hslLabelComboSWSS";
@ -259,7 +258,7 @@
// hslLabelComboQDWD2SS // hslLabelComboQDWD2SS
// //
this.hslLabelComboQDWD2SS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboQDWD2SS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboQDWD2SS.Location = new System.Drawing.Point(756, 131); this.hslLabelComboQDWD2SS.Location = new System.Drawing.Point(14, 89);
this.hslLabelComboQDWD2SS.LocationUnit = 0.82F; this.hslLabelComboQDWD2SS.LocationUnit = 0.82F;
this.hslLabelComboQDWD2SS.LocationValue = 0.5F; this.hslLabelComboQDWD2SS.LocationValue = 0.5F;
this.hslLabelComboQDWD2SS.Name = "hslLabelComboQDWD2SS"; this.hslLabelComboQDWD2SS.Name = "hslLabelComboQDWD2SS";
@ -273,7 +272,7 @@
// hslLabelComboQDWD1SS // hslLabelComboQDWD1SS
// //
this.hslLabelComboQDWD1SS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboQDWD1SS.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboQDWD1SS.Location = new System.Drawing.Point(756, 105); this.hslLabelComboQDWD1SS.Location = new System.Drawing.Point(14, 67);
this.hslLabelComboQDWD1SS.LocationUnit = 0.82F; this.hslLabelComboQDWD1SS.LocationUnit = 0.82F;
this.hslLabelComboQDWD1SS.LocationValue = 0.5F; this.hslLabelComboQDWD1SS.LocationValue = 0.5F;
this.hslLabelComboQDWD1SS.Name = "hslLabelComboQDWD1SS"; this.hslLabelComboQDWD1SS.Name = "hslLabelComboQDWD1SS";
@ -287,7 +286,7 @@
// hslLabelComboCQ_Chip2_counter // hslLabelComboCQ_Chip2_counter
// //
this.hslLabelComboCQ_Chip2_counter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboCQ_Chip2_counter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboCQ_Chip2_counter.Location = new System.Drawing.Point(756, 81); this.hslLabelComboCQ_Chip2_counter.Location = new System.Drawing.Point(14, 45);
this.hslLabelComboCQ_Chip2_counter.LocationUnit = 0.82F; this.hslLabelComboCQ_Chip2_counter.LocationUnit = 0.82F;
this.hslLabelComboCQ_Chip2_counter.LocationValue = 0.5F; this.hslLabelComboCQ_Chip2_counter.LocationValue = 0.5F;
this.hslLabelComboCQ_Chip2_counter.Name = "hslLabelComboCQ_Chip2_counter"; this.hslLabelComboCQ_Chip2_counter.Name = "hslLabelComboCQ_Chip2_counter";
@ -301,7 +300,7 @@
// hslLabelComboCQ_Chip1_counter // hslLabelComboCQ_Chip1_counter
// //
this.hslLabelComboCQ_Chip1_counter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboCQ_Chip1_counter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboCQ_Chip1_counter.Location = new System.Drawing.Point(756, 58); this.hslLabelComboCQ_Chip1_counter.Location = new System.Drawing.Point(14, 23);
this.hslLabelComboCQ_Chip1_counter.LocationUnit = 0.82F; this.hslLabelComboCQ_Chip1_counter.LocationUnit = 0.82F;
this.hslLabelComboCQ_Chip1_counter.LocationValue = 0.5F; this.hslLabelComboCQ_Chip1_counter.LocationValue = 0.5F;
this.hslLabelComboCQ_Chip1_counter.Name = "hslLabelComboCQ_Chip1_counter"; this.hslLabelComboCQ_Chip1_counter.Name = "hslLabelComboCQ_Chip1_counter";
@ -315,7 +314,7 @@
// hslLabelComboProduct_counter2 // hslLabelComboProduct_counter2
// //
this.hslLabelComboProduct_counter2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboProduct_counter2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboProduct_counter2.Location = new System.Drawing.Point(756, 36); this.hslLabelComboProduct_counter2.Location = new System.Drawing.Point(14, 2);
this.hslLabelComboProduct_counter2.LocationUnit = 0.82F; this.hslLabelComboProduct_counter2.LocationUnit = 0.82F;
this.hslLabelComboProduct_counter2.LocationValue = 0.5F; this.hslLabelComboProduct_counter2.LocationValue = 0.5F;
this.hslLabelComboProduct_counter2.Name = "hslLabelComboProduct_counter2"; this.hslLabelComboProduct_counter2.Name = "hslLabelComboProduct_counter2";
@ -447,10 +446,7 @@
// //
this.groupBox2.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_33_44; this.groupBox2.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_33_44;
this.groupBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.groupBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.groupBox2.Controls.Add(this.hslLabelComboReceiving); this.groupBox2.Controls.Add(this.panel3);
this.groupBox2.Controls.Add(this.hslLabelComboFelt);
this.groupBox2.Controls.Add(this.hslLabelComboLaminated);
this.groupBox2.Controls.Add(this.hslLabelCombofeedingMotorSpeed);
this.groupBox2.Controls.Add(this.hslB14); this.groupBox2.Controls.Add(this.hslB14);
this.groupBox2.Controls.Add(this.hslB13); this.groupBox2.Controls.Add(this.hslB13);
this.groupBox2.Controls.Add(this.hslB2); this.groupBox2.Controls.Add(this.hslB2);
@ -473,7 +469,7 @@
// hslLabelComboReceiving // hslLabelComboReceiving
// //
this.hslLabelComboReceiving.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboReceiving.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboReceiving.Location = new System.Drawing.Point(3, 154); this.hslLabelComboReceiving.Location = new System.Drawing.Point(0, 81);
this.hslLabelComboReceiving.LocationUnit = 0.8F; this.hslLabelComboReceiving.LocationUnit = 0.8F;
this.hslLabelComboReceiving.LocationValue = 0.5F; this.hslLabelComboReceiving.LocationValue = 0.5F;
this.hslLabelComboReceiving.Name = "hslLabelComboReceiving"; this.hslLabelComboReceiving.Name = "hslLabelComboReceiving";
@ -487,7 +483,7 @@
// hslLabelComboFelt // hslLabelComboFelt
// //
this.hslLabelComboFelt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboFelt.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboFelt.Location = new System.Drawing.Point(3, 128); this.hslLabelComboFelt.Location = new System.Drawing.Point(0, 55);
this.hslLabelComboFelt.LocationUnit = 0.8F; this.hslLabelComboFelt.LocationUnit = 0.8F;
this.hslLabelComboFelt.LocationValue = 0.5F; this.hslLabelComboFelt.LocationValue = 0.5F;
this.hslLabelComboFelt.Name = "hslLabelComboFelt"; this.hslLabelComboFelt.Name = "hslLabelComboFelt";
@ -501,7 +497,7 @@
// hslLabelComboLaminated // hslLabelComboLaminated
// //
this.hslLabelComboLaminated.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelComboLaminated.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelComboLaminated.Location = new System.Drawing.Point(3, 102); this.hslLabelComboLaminated.Location = new System.Drawing.Point(0, 29);
this.hslLabelComboLaminated.LocationUnit = 0.8F; this.hslLabelComboLaminated.LocationUnit = 0.8F;
this.hslLabelComboLaminated.LocationValue = 0.5F; this.hslLabelComboLaminated.LocationValue = 0.5F;
this.hslLabelComboLaminated.Name = "hslLabelComboLaminated"; this.hslLabelComboLaminated.Name = "hslLabelComboLaminated";
@ -515,7 +511,7 @@
// hslLabelCombofeedingMotorSpeed // hslLabelCombofeedingMotorSpeed
// //
this.hslLabelCombofeedingMotorSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.hslLabelCombofeedingMotorSpeed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.hslLabelCombofeedingMotorSpeed.Location = new System.Drawing.Point(3, 76); this.hslLabelCombofeedingMotorSpeed.Location = new System.Drawing.Point(0, 3);
this.hslLabelCombofeedingMotorSpeed.LocationUnit = 0.8F; this.hslLabelCombofeedingMotorSpeed.LocationUnit = 0.8F;
this.hslLabelCombofeedingMotorSpeed.LocationValue = 0.5F; this.hslLabelCombofeedingMotorSpeed.LocationValue = 0.5F;
this.hslLabelCombofeedingMotorSpeed.Name = "hslLabelCombofeedingMotorSpeed"; this.hslLabelCombofeedingMotorSpeed.Name = "hslLabelCombofeedingMotorSpeed";
@ -625,6 +621,30 @@
this.hslB11.TabIndex = 12; this.hslB11.TabIndex = 12;
this.hslB11.Text = "hslLanternSimple1"; this.hslB11.Text = "hslLanternSimple1";
// //
// panel2
//
this.panel2.Controls.Add(this.hslLabelComboProduct_counter2);
this.panel2.Controls.Add(this.hslLabelComboSWSS);
this.panel2.Controls.Add(this.hslLabelComboCQ_Chip1_counter);
this.panel2.Controls.Add(this.hslLabelComboQDWD2SS);
this.panel2.Controls.Add(this.hslLabelComboCQ_Chip2_counter);
this.panel2.Controls.Add(this.hslLabelComboQDWD1SS);
this.panel2.Location = new System.Drawing.Point(752, 36);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(152, 131);
this.panel2.TabIndex = 27;
//
// panel3
//
this.panel3.Controls.Add(this.hslLabelCombofeedingMotorSpeed);
this.panel3.Controls.Add(this.hslLabelComboReceiving);
this.panel3.Controls.Add(this.hslLabelComboLaminated);
this.panel3.Controls.Add(this.hslLabelComboFelt);
this.panel3.Location = new System.Drawing.Point(12, 63);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(222, 100);
this.panel3.TabIndex = 31;
//
// UserAlarmShow // UserAlarmShow
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
@ -640,6 +660,8 @@
this.panel1.ResumeLayout(false); this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false); this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false); this.groupBox2.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false); this.ResumeLayout(false);
} }
@ -690,5 +712,7 @@
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
private System.Windows.Forms.DataGridViewTextBoxColumn al; private System.Windows.Forms.DataGridViewTextBoxColumn al;
private System.Windows.Forms.DataGridViewTextBoxColumn Msg; private System.Windows.Forms.DataGridViewTextBoxColumn Msg;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
} }
} }

Loading…
Cancel
Save