|
|
|
@ -28,19 +28,23 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.al = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Msg = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridView2 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.al = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.Msg = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.hslLanternSimple1 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
@ -58,21 +62,37 @@
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(910, 276);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
|
// dataGridView2
|
|
|
|
|
//
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(910, 320);
|
|
|
|
|
this.panel1.TabIndex = 1;
|
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
|
this.dataGridViewTextBoxColumn2});
|
|
|
|
|
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;
|
|
|
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView2.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel1
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "AlartTime";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "警告时间";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
|
|
//
|
|
|
|
|
this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 320);
|
|
|
|
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
|
|
|
|
this.flowLayoutPanel1.Size = new System.Drawing.Size(910, 339);
|
|
|
|
|
this.flowLayoutPanel1.TabIndex = 2;
|
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "Msg";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "警告内容";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView1
|
|
|
|
|
//
|
|
|
|
@ -86,12 +106,12 @@
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.Red;
|
|
|
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
|
this.dataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
@ -112,50 +132,64 @@
|
|
|
|
|
this.Msg.Name = "Msg";
|
|
|
|
|
this.Msg.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// dataGridView2
|
|
|
|
|
//
|
|
|
|
|
this.dataGridView2.AllowUserToAddRows = false;
|
|
|
|
|
this.dataGridView2.AllowUserToDeleteRows = false;
|
|
|
|
|
this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.dataGridViewTextBoxColumn1,
|
|
|
|
|
this.dataGridViewTextBoxColumn2});
|
|
|
|
|
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;
|
|
|
|
|
this.dataGridView2.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView2.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView2.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "AlartTime";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "警告时间";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
|
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
|
|
// panel1
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.panel1.Controls.Add(this.groupBox1);
|
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(910, 330);
|
|
|
|
|
this.panel1.TabIndex = 1;
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "Msg";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "警告内容";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
|
|
// groupBox2
|
|
|
|
|
//
|
|
|
|
|
this.groupBox2.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_33_44;
|
|
|
|
|
this.groupBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 330);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(910, 329);
|
|
|
|
|
this.groupBox2.TabIndex = 2;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "料盘侧(收料2)";
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.BackgroundImage = global::RfidWeb.Properties.Resources.Snipaste_2024_11_14_10_28_21;
|
|
|
|
|
this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
|
|
this.groupBox1.Controls.Add(this.hslLanternSimple1);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(910, 330);
|
|
|
|
|
this.groupBox1.TabIndex = 0;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "卷料侧(收料1)";
|
|
|
|
|
//
|
|
|
|
|
// hslLanternSimple1
|
|
|
|
|
//
|
|
|
|
|
this.hslLanternSimple1.LanternBackground = System.Drawing.Color.DarkViolet;
|
|
|
|
|
this.hslLanternSimple1.Location = new System.Drawing.Point(44, 215);
|
|
|
|
|
this.hslLanternSimple1.Name = "hslLanternSimple1";
|
|
|
|
|
this.hslLanternSimple1.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
this.hslLanternSimple1.TabIndex = 0;
|
|
|
|
|
this.hslLanternSimple1.Text = "hslLanternSimple1";
|
|
|
|
|
//
|
|
|
|
|
// UserAlarmShow
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.flowLayoutPanel1);
|
|
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Name = "UserAlarmShow";
|
|
|
|
|
this.Size = new System.Drawing.Size(910, 935);
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -163,13 +197,15 @@
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
|
|
|
|
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.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private HslControls.HslLanternSimple hslLanternSimple1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|