|
|
@ -29,6 +29,10 @@
|
|
|
|
private void InitializeComponent()
|
|
|
|
private void InitializeComponent()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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();
|
|
|
@ -100,14 +104,34 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
|
|
|
|
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
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;
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
|
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
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;
|
|
|
|
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
|
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
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;
|
|
|
@ -115,7 +139,7 @@
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "AlartTime";
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "AlartTime";
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "警告时间";
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "提醒时间";
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
@ -124,7 +148,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "Msg";
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "Msg";
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "警告内容";
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "提醒内容";
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -132,6 +156,14 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
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,
|
|
|
@ -140,12 +172,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;
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
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;
|
|
|
@ -154,8 +187,10 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.al.DataPropertyName = "AlartTime";
|
|
|
|
this.al.DataPropertyName = "AlartTime";
|
|
|
|
this.al.HeaderText = "警告时间";
|
|
|
|
this.al.HeaderText = "警告时间";
|
|
|
|
|
|
|
|
this.al.MaxInputLength = 500;
|
|
|
|
this.al.Name = "al";
|
|
|
|
this.al.Name = "al";
|
|
|
|
this.al.ReadOnly = true;
|
|
|
|
this.al.ReadOnly = true;
|
|
|
|
|
|
|
|
this.al.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
this.al.Width = 150;
|
|
|
|
this.al.Width = 150;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// Msg
|
|
|
|
// Msg
|
|
|
@ -233,7 +268,6 @@
|
|
|
|
this.hslLabelComboQDWD2SS.TextInfo = "裁刀2温度:";
|
|
|
|
this.hslLabelComboQDWD2SS.TextInfo = "裁刀2温度:";
|
|
|
|
this.hslLabelComboQDWD2SS.TextUnit = "°C";
|
|
|
|
this.hslLabelComboQDWD2SS.TextUnit = "°C";
|
|
|
|
this.hslLabelComboQDWD2SS.TextValue = "00";
|
|
|
|
this.hslLabelComboQDWD2SS.TextValue = "00";
|
|
|
|
this.hslLabelComboQDWD2SS.TextValueBackcolor = System.Drawing.Color.IndianRed;
|
|
|
|
|
|
|
|
this.hslLabelComboQDWD2SS.TextValueColorTransFun = null;
|
|
|
|
this.hslLabelComboQDWD2SS.TextValueColorTransFun = null;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// hslLabelComboQDWD1SS
|
|
|
|
// hslLabelComboQDWD1SS
|
|
|
@ -262,7 +296,6 @@
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextInfo = "裁刀2数量:";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextInfo = "裁刀2数量:";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextUnit = "Pcs";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextUnit = "Pcs";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextValue = "00";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextValue = "00";
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextValueBackcolor = System.Drawing.Color.LawnGreen;
|
|
|
|
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextValueColorTransFun = null;
|
|
|
|
this.hslLabelComboCQ_Chip2_counter.TextValueColorTransFun = null;
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// hslLabelComboCQ_Chip1_counter
|
|
|
|
// hslLabelComboCQ_Chip1_counter
|
|
|
@ -615,11 +648,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn al;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Msg;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
|
|
private System.Windows.Forms.DataGridView dataGridView2;
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
@ -657,5 +686,9 @@
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboLaminated;
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboLaminated;
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboReceiving;
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboReceiving;
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboFelt;
|
|
|
|
private HslControls.HslLabelCombo hslLabelComboFelt;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn al;
|
|
|
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Msg;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|