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

@ -28,11 +28,11 @@
/// </summary>
private void InitializeComponent()
{
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle22 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle23 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle24 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle25 = new System.Windows.Forms.DataGridViewCellStyle();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.dataGridView2 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@ -109,33 +109,33 @@
this.dataGridView2.AllowUserToAddRows = false;
this.dataGridView2.AllowUserToDeleteRows = false;
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle16.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle16.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle16.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle16.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle16.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle16.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle16;
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle21.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle21.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle21.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle21.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle21.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle21.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle21;
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.dataGridViewTextBoxColumn2});
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle17.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle17.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle17.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle17.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle17.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle17;
dataGridViewCellStyle22.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle22.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle22.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle22.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle22.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle22.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle22.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle22;
this.dataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView2.Location = new System.Drawing.Point(458, 3);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle18.Font = new System.Drawing.Font("宋体", 15F);
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle18;
dataGridViewCellStyle23.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle23.Font = new System.Drawing.Font("宋体", 15F);
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle23;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
this.dataGridView2.TabIndex = 1;
@ -160,14 +160,14 @@
//
this.dataGridView1.AllowUserToAddRows = false;
this.dataGridView1.AllowUserToDeleteRows = false;
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle19.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle19;
dataGridViewCellStyle24.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle24.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle24.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle24.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle24.SelectionBackColor = System.Drawing.SystemColors.Highlight;
dataGridViewCellStyle24.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle24.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle24;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.al,
@ -176,13 +176,13 @@
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle20.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle20.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.Color.White;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle20;
dataGridViewCellStyle25.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle25.BackColor = System.Drawing.Color.Red;
dataGridViewCellStyle25.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle25.ForeColor = System.Drawing.Color.White;
dataGridViewCellStyle25.SelectionBackColor = System.Drawing.Color.Red;
dataGridViewCellStyle25.SelectionForeColor = System.Drawing.Color.White;
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle25;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
this.dataGridView1.TabIndex = 0;
@ -470,12 +470,12 @@
//
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(0, 81);
this.hslLabelComboReceiving.LocationUnit = 0.8F;
this.hslLabelComboReceiving.LocationValue = 0.5F;
this.hslLabelComboReceiving.LocationUnit = 0.75F;
this.hslLabelComboReceiving.LocationValue = 0.45F;
this.hslLabelComboReceiving.Name = "hslLabelComboReceiving";
this.hslLabelComboReceiving.Size = new System.Drawing.Size(222, 20);
this.hslLabelComboReceiving.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboReceiving.TabIndex = 30;
this.hslLabelComboReceiving.TextInfo = "收料电机1&2速度:";
this.hslLabelComboReceiving.TextInfo = "收料电机:";
this.hslLabelComboReceiving.TextUnit = "mm/s";
this.hslLabelComboReceiving.TextValue = "00";
this.hslLabelComboReceiving.TextValueColorTransFun = null;
@ -484,12 +484,12 @@
//
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(0, 55);
this.hslLabelComboFelt.LocationUnit = 0.8F;
this.hslLabelComboFelt.LocationValue = 0.5F;
this.hslLabelComboFelt.LocationUnit = 0.75F;
this.hslLabelComboFelt.LocationValue = 0.45F;
this.hslLabelComboFelt.Name = "hslLabelComboFelt";
this.hslLabelComboFelt.Size = new System.Drawing.Size(222, 20);
this.hslLabelComboFelt.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboFelt.TabIndex = 29;
this.hslLabelComboFelt.TextInfo = "毛毡带电机速度:";
this.hslLabelComboFelt.TextInfo = "毛毡带电机:";
this.hslLabelComboFelt.TextUnit = "mm/s";
this.hslLabelComboFelt.TextValue = "00";
this.hslLabelComboFelt.TextValueColorTransFun = null;
@ -498,12 +498,12 @@
//
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(0, 29);
this.hslLabelComboLaminated.LocationUnit = 0.8F;
this.hslLabelComboLaminated.LocationValue = 0.5F;
this.hslLabelComboLaminated.LocationUnit = 0.75F;
this.hslLabelComboLaminated.LocationValue = 0.45F;
this.hslLabelComboLaminated.Name = "hslLabelComboLaminated";
this.hslLabelComboLaminated.Size = new System.Drawing.Size(222, 20);
this.hslLabelComboLaminated.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboLaminated.TabIndex = 28;
this.hslLabelComboLaminated.TextInfo = "层合电机速度:";
this.hslLabelComboLaminated.TextInfo = "层合电机:";
this.hslLabelComboLaminated.TextUnit = "mm/s";
this.hslLabelComboLaminated.TextValue = "00";
this.hslLabelComboLaminated.TextValueColorTransFun = null;
@ -512,12 +512,12 @@
//
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(0, 3);
this.hslLabelCombofeedingMotorSpeed.LocationUnit = 0.8F;
this.hslLabelCombofeedingMotorSpeed.LocationValue = 0.5F;
this.hslLabelCombofeedingMotorSpeed.LocationUnit = 0.75F;
this.hslLabelCombofeedingMotorSpeed.LocationValue = 0.45F;
this.hslLabelCombofeedingMotorSpeed.Name = "hslLabelCombofeedingMotorSpeed";
this.hslLabelCombofeedingMotorSpeed.Size = new System.Drawing.Size(222, 20);
this.hslLabelCombofeedingMotorSpeed.Size = new System.Drawing.Size(147, 20);
this.hslLabelCombofeedingMotorSpeed.TabIndex = 27;
this.hslLabelCombofeedingMotorSpeed.TextInfo = "供料电机速度:";
this.hslLabelCombofeedingMotorSpeed.TextInfo = "供料电机:";
this.hslLabelCombofeedingMotorSpeed.TextUnit = "mm/s";
this.hslLabelCombofeedingMotorSpeed.TextValue = "00";
this.hslLabelCombofeedingMotorSpeed.TextValueColorTransFun = null;
@ -642,7 +642,7 @@
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.Size = new System.Drawing.Size(155, 100);
this.panel3.TabIndex = 31;
//
// UserAlarmShow

Loading…
Cancel
Save