|
|
|
@ -28,11 +28,11 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
@ -63,6 +63,7 @@
|
|
|
|
|
this.hslA3 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.hslA2 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.btnStatus = new System.Windows.Forms.Button();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.hslLabelCombofeedingMotorSpeed = new HslControls.HslLabelCombo();
|
|
|
|
|
this.hslLabelComboReceiving = new HslControls.HslLabelCombo();
|
|
|
|
@ -79,7 +80,6 @@
|
|
|
|
|
this.hslB9 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.hslB10 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.hslB11 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.btnStatus = new System.Windows.Forms.Button();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
@ -110,37 +110,37 @@
|
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView2.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dataGridView2.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
|
this.dataGridViewTextBoxColumn2});
|
|
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
|
|
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.Location = new System.Drawing.Point(458, 3);
|
|
|
|
|
this.dataGridView2.Name = "dataGridView2";
|
|
|
|
|
this.dataGridView2.ReadOnly = true;
|
|
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.Yellow;
|
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.Color.Black;
|
|
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.Yellow;
|
|
|
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.Color.Black;
|
|
|
|
|
this.dataGridView2.RowsDefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView2.TabIndex = 1;
|
|
|
|
@ -165,14 +165,14 @@
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView1.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView1.AllowUserToDeleteRows = false;
|
|
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
|
|
|
|
|
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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.al,
|
|
|
|
@ -181,13 +181,13 @@
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle10;
|
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
@ -486,6 +486,16 @@
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "料盘侧(收料2)";
|
|
|
|
|
//
|
|
|
|
|
// btnStatus
|
|
|
|
|
//
|
|
|
|
|
this.btnStatus.BackColor = System.Drawing.Color.Chartreuse;
|
|
|
|
|
this.btnStatus.Location = new System.Drawing.Point(252, 92);
|
|
|
|
|
this.btnStatus.Name = "btnStatus";
|
|
|
|
|
this.btnStatus.Size = new System.Drawing.Size(112, 28);
|
|
|
|
|
this.btnStatus.TabIndex = 32;
|
|
|
|
|
this.btnStatus.Text = "状态";
|
|
|
|
|
this.btnStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BackColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
|
@ -653,16 +663,6 @@
|
|
|
|
|
this.hslB11.TabIndex = 12;
|
|
|
|
|
this.hslB11.Text = "hslLanternSimple1";
|
|
|
|
|
//
|
|
|
|
|
// btnStatus
|
|
|
|
|
//
|
|
|
|
|
this.btnStatus.BackColor = System.Drawing.Color.Chartreuse;
|
|
|
|
|
this.btnStatus.Location = new System.Drawing.Point(252, 92);
|
|
|
|
|
this.btnStatus.Name = "btnStatus";
|
|
|
|
|
this.btnStatus.Size = new System.Drawing.Size(112, 28);
|
|
|
|
|
this.btnStatus.TabIndex = 32;
|
|
|
|
|
this.btnStatus.Text = "状态";
|
|
|
|
|
this.btnStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
//
|
|
|
|
|
// UserAlarmShow
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|