namespace RfidWeb.Frm
{
partial class UserAlarmShow
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
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();
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.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel2 = new System.Windows.Forms.Panel();
this.hslLabelComboProduct_counter2 = new HslControls.HslLabelCombo();
this.hslLabelComboSWSS = new HslControls.HslLabelCombo();
this.hslLabelComboCQ_Chip1_counter = new HslControls.HslLabelCombo();
this.hslLabelComboQDWD2SS = new HslControls.HslLabelCombo();
this.hslLabelComboCQ_Chip2_counter = new HslControls.HslLabelCombo();
this.hslLabelComboQDWD1SS = new HslControls.HslLabelCombo();
this.hslA12 = new HslControls.HslLanternSimple();
this.hsl0 = new HslControls.HslLanternSimple();
this.hslA11 = new HslControls.HslLanternSimple();
this.hslA10 = new HslControls.HslLanternSimple();
this.hslA9 = new HslControls.HslLanternSimple();
this.hslA8 = new HslControls.HslLanternSimple();
this.hslA7 = new HslControls.HslLanternSimple();
this.hslA6 = new HslControls.HslLanternSimple();
this.hslA5 = new HslControls.HslLanternSimple();
this.hslA1 = new HslControls.HslLanternSimple();
this.hslA4 = new HslControls.HslLanternSimple();
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();
this.hslLabelComboLaminated = new HslControls.HslLabelCombo();
this.hslLabelComboFelt = new HslControls.HslLabelCombo();
this.hslB14 = new HslControls.HslLanternSimple();
this.hslB13 = new HslControls.HslLanternSimple();
this.hslB2 = new HslControls.HslLanternSimple();
this.hslB3 = new HslControls.HslLanternSimple();
this.hslB1 = new HslControls.HslLanternSimple();
this.hslB5 = new HslControls.HslLanternSimple();
this.hslB7 = new HslControls.HslLanternSimple();
this.hslB8 = new HslControls.HslLanternSimple();
this.hslB9 = new HslControls.HslLanternSimple();
this.hslB10 = new HslControls.HslLanternSimple();
this.hslB11 = new HslControls.HslLanternSimple();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
this.groupBox2.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.dataGridView2, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 659);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(910, 276);
this.tableLayoutPanel1.TabIndex = 0;
//
// dataGridView2
//
this.dataGridView2.AllowUserToAddRows = 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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
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.Location = new System.Drawing.Point(458, 3);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
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;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "AlartTime";
this.dataGridViewTextBoxColumn1.HeaderText = "提醒时间";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 150;
//
// 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
//
this.dataGridView1.AllowUserToAddRows = 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.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.al,
this.Msg});
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
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;
//
// al
//
this.al.DataPropertyName = "AlartTime";
this.al.HeaderText = "警告时间";
this.al.MaxInputLength = 500;
this.al.Name = "al";
this.al.ReadOnly = true;
this.al.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.al.Width = 150;
//
// Msg
//
this.Msg.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.Msg.DataPropertyName = "Msg";
this.Msg.HeaderText = "警告内容";
this.Msg.Name = "Msg";
this.Msg.ReadOnly = true;
//
// panel1
//
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;
//
// 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.panel2);
this.groupBox1.Controls.Add(this.hslA12);
this.groupBox1.Controls.Add(this.hsl0);
this.groupBox1.Controls.Add(this.hslA11);
this.groupBox1.Controls.Add(this.hslA10);
this.groupBox1.Controls.Add(this.hslA9);
this.groupBox1.Controls.Add(this.hslA8);
this.groupBox1.Controls.Add(this.hslA7);
this.groupBox1.Controls.Add(this.hslA6);
this.groupBox1.Controls.Add(this.hslA5);
this.groupBox1.Controls.Add(this.hslA1);
this.groupBox1.Controls.Add(this.hslA4);
this.groupBox1.Controls.Add(this.hslA3);
this.groupBox1.Controls.Add(this.hslA2);
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)";
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.ButtonFace;
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;
//
// hslLabelComboProduct_counter2
//
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(14, 2);
this.hslLabelComboProduct_counter2.LocationUnit = 0.82F;
this.hslLabelComboProduct_counter2.LocationValue = 0.5F;
this.hslLabelComboProduct_counter2.Name = "hslLabelComboProduct_counter2";
this.hslLabelComboProduct_counter2.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboProduct_counter2.TabIndex = 13;
this.hslLabelComboProduct_counter2.TextInfo = "层合 数量:";
this.hslLabelComboProduct_counter2.TextUnit = "Pcs";
this.hslLabelComboProduct_counter2.TextValue = "00";
this.hslLabelComboProduct_counter2.TextValueColorTransFun = null;
//
// hslLabelComboSWSS
//
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(14, 111);
this.hslLabelComboSWSS.LocationUnit = 0.82F;
this.hslLabelComboSWSS.LocationValue = 0.5F;
this.hslLabelComboSWSS.Name = "hslLabelComboSWSS";
this.hslLabelComboSWSS.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboSWSS.TabIndex = 26;
this.hslLabelComboSWSS.TextInfo = "内部 温度:";
this.hslLabelComboSWSS.TextUnit = "°C";
this.hslLabelComboSWSS.TextValue = "00";
this.hslLabelComboSWSS.TextValueColorTransFun = null;
//
// 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.Location = new System.Drawing.Point(14, 23);
this.hslLabelComboCQ_Chip1_counter.LocationUnit = 0.82F;
this.hslLabelComboCQ_Chip1_counter.LocationValue = 0.5F;
this.hslLabelComboCQ_Chip1_counter.Name = "hslLabelComboCQ_Chip1_counter";
this.hslLabelComboCQ_Chip1_counter.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboCQ_Chip1_counter.TabIndex = 22;
this.hslLabelComboCQ_Chip1_counter.TextInfo = "裁刀1数量:";
this.hslLabelComboCQ_Chip1_counter.TextUnit = "Pcs";
this.hslLabelComboCQ_Chip1_counter.TextValue = "00";
this.hslLabelComboCQ_Chip1_counter.TextValueColorTransFun = null;
//
// hslLabelComboQDWD2SS
//
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(14, 89);
this.hslLabelComboQDWD2SS.LocationUnit = 0.82F;
this.hslLabelComboQDWD2SS.LocationValue = 0.5F;
this.hslLabelComboQDWD2SS.Name = "hslLabelComboQDWD2SS";
this.hslLabelComboQDWD2SS.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboQDWD2SS.TabIndex = 25;
this.hslLabelComboQDWD2SS.TextInfo = "裁刀2温度:";
this.hslLabelComboQDWD2SS.TextUnit = "°C";
this.hslLabelComboQDWD2SS.TextValue = "00";
this.hslLabelComboQDWD2SS.TextValueColorTransFun = null;
//
// 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.Location = new System.Drawing.Point(14, 45);
this.hslLabelComboCQ_Chip2_counter.LocationUnit = 0.82F;
this.hslLabelComboCQ_Chip2_counter.LocationValue = 0.5F;
this.hslLabelComboCQ_Chip2_counter.Name = "hslLabelComboCQ_Chip2_counter";
this.hslLabelComboCQ_Chip2_counter.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboCQ_Chip2_counter.TabIndex = 23;
this.hslLabelComboCQ_Chip2_counter.TextInfo = "裁刀2数量:";
this.hslLabelComboCQ_Chip2_counter.TextUnit = "Pcs";
this.hslLabelComboCQ_Chip2_counter.TextValue = "00";
this.hslLabelComboCQ_Chip2_counter.TextValueColorTransFun = null;
//
// hslLabelComboQDWD1SS
//
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(14, 67);
this.hslLabelComboQDWD1SS.LocationUnit = 0.82F;
this.hslLabelComboQDWD1SS.LocationValue = 0.5F;
this.hslLabelComboQDWD1SS.Name = "hslLabelComboQDWD1SS";
this.hslLabelComboQDWD1SS.Size = new System.Drawing.Size(136, 20);
this.hslLabelComboQDWD1SS.TabIndex = 24;
this.hslLabelComboQDWD1SS.TextInfo = "裁刀1温度:";
this.hslLabelComboQDWD1SS.TextUnit = "°C";
this.hslLabelComboQDWD1SS.TextValue = "00";
this.hslLabelComboQDWD1SS.TextValueColorTransFun = null;
//
// hslA12
//
this.hslA12.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA12.Location = new System.Drawing.Point(678, 279);
this.hslA12.Name = "hslA12";
this.hslA12.Size = new System.Drawing.Size(20, 20);
this.hslA12.TabIndex = 12;
this.hslA12.Text = "hslLanternSimple1";
//
// hsl0
//
this.hsl0.LanternBackground = System.Drawing.Color.Chartreuse;
this.hsl0.Location = new System.Drawing.Point(12, 36);
this.hsl0.Name = "hsl0";
this.hsl0.Size = new System.Drawing.Size(40, 75);
this.hsl0.TabIndex = 21;
this.hsl0.Text = "系统异常";
//
// hslA11
//
this.hslA11.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA11.Location = new System.Drawing.Point(855, 193);
this.hslA11.Name = "hslA11";
this.hslA11.Size = new System.Drawing.Size(20, 20);
this.hslA11.TabIndex = 11;
this.hslA11.Text = "hslLanternSimple1";
//
// hslA10
//
this.hslA10.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA10.Location = new System.Drawing.Point(709, 193);
this.hslA10.Name = "hslA10";
this.hslA10.Size = new System.Drawing.Size(20, 20);
this.hslA10.TabIndex = 10;
this.hslA10.Text = "hslLanternSimple1";
//
// hslA9
//
this.hslA9.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA9.Location = new System.Drawing.Point(615, 193);
this.hslA9.Name = "hslA9";
this.hslA9.Size = new System.Drawing.Size(20, 20);
this.hslA9.TabIndex = 9;
this.hslA9.Text = "hslLanternSimple1";
//
// hslA8
//
this.hslA8.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA8.Location = new System.Drawing.Point(527, 224);
this.hslA8.Name = "hslA8";
this.hslA8.Size = new System.Drawing.Size(20, 20);
this.hslA8.TabIndex = 8;
this.hslA8.Text = "hslLanternSimple1";
//
// hslA7
//
this.hslA7.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA7.Location = new System.Drawing.Point(479, 224);
this.hslA7.Name = "hslA7";
this.hslA7.Size = new System.Drawing.Size(20, 20);
this.hslA7.TabIndex = 7;
this.hslA7.Text = "hslLanternSimple1";
//
// hslA6
//
this.hslA6.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA6.Location = new System.Drawing.Point(328, 202);
this.hslA6.Name = "hslA6";
this.hslA6.Size = new System.Drawing.Size(20, 20);
this.hslA6.TabIndex = 6;
this.hslA6.Text = "hslLanternSimple1";
//
// hslA5
//
this.hslA5.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA5.Location = new System.Drawing.Point(376, 115);
this.hslA5.Name = "hslA5";
this.hslA5.Size = new System.Drawing.Size(20, 20);
this.hslA5.TabIndex = 5;
this.hslA5.Text = "hslLanternSimple1";
//
// hslA1
//
this.hslA1.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA1.Location = new System.Drawing.Point(72, 115);
this.hslA1.Name = "hslA1";
this.hslA1.Size = new System.Drawing.Size(20, 20);
this.hslA1.TabIndex = 4;
this.hslA1.Text = "hslLanternSimple1";
//
// hslA4
//
this.hslA4.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA4.Location = new System.Drawing.Point(205, 202);
this.hslA4.Name = "hslA4";
this.hslA4.Size = new System.Drawing.Size(20, 20);
this.hslA4.TabIndex = 3;
this.hslA4.Text = "hslLanternSimple1";
//
// hslA3
//
this.hslA3.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA3.Location = new System.Drawing.Point(252, 147);
this.hslA3.Name = "hslA3";
this.hslA3.Size = new System.Drawing.Size(20, 20);
this.hslA3.TabIndex = 2;
this.hslA3.Text = "hslLanternSimple1";
//
// hslA2
//
this.hslA2.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslA2.Location = new System.Drawing.Point(162, 147);
this.hslA2.Name = "hslA2";
this.hslA2.Size = new System.Drawing.Size(20, 20);
this.hslA2.TabIndex = 1;
this.hslA2.Text = "hslLanternSimple1";
//
// 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.Controls.Add(this.btnStatus);
this.groupBox2.Controls.Add(this.panel3);
this.groupBox2.Controls.Add(this.hslB14);
this.groupBox2.Controls.Add(this.hslB13);
this.groupBox2.Controls.Add(this.hslB2);
this.groupBox2.Controls.Add(this.hslB3);
this.groupBox2.Controls.Add(this.hslB1);
this.groupBox2.Controls.Add(this.hslB5);
this.groupBox2.Controls.Add(this.hslB7);
this.groupBox2.Controls.Add(this.hslB8);
this.groupBox2.Controls.Add(this.hslB9);
this.groupBox2.Controls.Add(this.hslB10);
this.groupBox2.Controls.Add(this.hslB11);
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)";
//
// 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;
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(155, 100);
this.panel3.TabIndex = 31;
//
// hslLabelCombofeedingMotorSpeed
//
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.75F;
this.hslLabelCombofeedingMotorSpeed.LocationValue = 0.45F;
this.hslLabelCombofeedingMotorSpeed.Name = "hslLabelCombofeedingMotorSpeed";
this.hslLabelCombofeedingMotorSpeed.Size = new System.Drawing.Size(147, 20);
this.hslLabelCombofeedingMotorSpeed.TabIndex = 27;
this.hslLabelCombofeedingMotorSpeed.TextInfo = "供料电机:";
this.hslLabelCombofeedingMotorSpeed.TextUnit = "mm/s";
this.hslLabelCombofeedingMotorSpeed.TextValue = "00";
this.hslLabelCombofeedingMotorSpeed.TextValueColorTransFun = null;
//
// hslLabelComboReceiving
//
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.75F;
this.hslLabelComboReceiving.LocationValue = 0.45F;
this.hslLabelComboReceiving.Name = "hslLabelComboReceiving";
this.hslLabelComboReceiving.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboReceiving.TabIndex = 30;
this.hslLabelComboReceiving.TextInfo = "收料电机:";
this.hslLabelComboReceiving.TextUnit = "mm/s";
this.hslLabelComboReceiving.TextValue = "00";
this.hslLabelComboReceiving.TextValueColorTransFun = null;
//
// hslLabelComboLaminated
//
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.75F;
this.hslLabelComboLaminated.LocationValue = 0.45F;
this.hslLabelComboLaminated.Name = "hslLabelComboLaminated";
this.hslLabelComboLaminated.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboLaminated.TabIndex = 28;
this.hslLabelComboLaminated.TextInfo = "层合电机:";
this.hslLabelComboLaminated.TextUnit = "mm/s";
this.hslLabelComboLaminated.TextValue = "00";
this.hslLabelComboLaminated.TextValueColorTransFun = null;
//
// hslLabelComboFelt
//
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.75F;
this.hslLabelComboFelt.LocationValue = 0.45F;
this.hslLabelComboFelt.Name = "hslLabelComboFelt";
this.hslLabelComboFelt.Size = new System.Drawing.Size(147, 20);
this.hslLabelComboFelt.TabIndex = 29;
this.hslLabelComboFelt.TextInfo = "毛毡带电机:";
this.hslLabelComboFelt.TextUnit = "mm/s";
this.hslLabelComboFelt.TextValue = "00";
this.hslLabelComboFelt.TextValueColorTransFun = null;
//
// hslB14
//
this.hslB14.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB14.Location = new System.Drawing.Point(768, 194);
this.hslB14.Name = "hslB14";
this.hslB14.Size = new System.Drawing.Size(20, 20);
this.hslB14.TabIndex = 23;
this.hslB14.Text = "hslLanternSimple1";
//
// hslB13
//
this.hslB13.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB13.Location = new System.Drawing.Point(721, 194);
this.hslB13.Name = "hslB13";
this.hslB13.Size = new System.Drawing.Size(20, 20);
this.hslB13.TabIndex = 22;
this.hslB13.Text = "hslLanternSimple1";
//
// hslB2
//
this.hslB2.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB2.Location = new System.Drawing.Point(721, 154);
this.hslB2.Name = "hslB2";
this.hslB2.Size = new System.Drawing.Size(20, 20);
this.hslB2.TabIndex = 20;
this.hslB2.Text = "hslLanternSimple1";
//
// hslB3
//
this.hslB3.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB3.Location = new System.Drawing.Point(629, 154);
this.hslB3.Name = "hslB3";
this.hslB3.Size = new System.Drawing.Size(20, 20);
this.hslB3.TabIndex = 19;
this.hslB3.Text = "hslLanternSimple1";
//
// hslB1
//
this.hslB1.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB1.Location = new System.Drawing.Point(768, 118);
this.hslB1.Name = "hslB1";
this.hslB1.Size = new System.Drawing.Size(20, 20);
this.hslB1.TabIndex = 18;
this.hslB1.Text = "hslLanternSimple1";
//
// hslB5
//
this.hslB5.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB5.Location = new System.Drawing.Point(469, 118);
this.hslB5.Name = "hslB5";
this.hslB5.Size = new System.Drawing.Size(20, 20);
this.hslB5.TabIndex = 17;
this.hslB5.Text = "hslLanternSimple1";
//
// hslB7
//
this.hslB7.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB7.Location = new System.Drawing.Point(388, 244);
this.hslB7.Name = "hslB7";
this.hslB7.Size = new System.Drawing.Size(20, 20);
this.hslB7.TabIndex = 16;
this.hslB7.Text = "hslLanternSimple1";
//
// hslB8
//
this.hslB8.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB8.Location = new System.Drawing.Point(344, 244);
this.hslB8.Name = "hslB8";
this.hslB8.Size = new System.Drawing.Size(20, 20);
this.hslB8.TabIndex = 15;
this.hslB8.Text = "hslLanternSimple1";
//
// hslB9
//
this.hslB9.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB9.Location = new System.Drawing.Point(282, 194);
this.hslB9.Name = "hslB9";
this.hslB9.Size = new System.Drawing.Size(20, 20);
this.hslB9.TabIndex = 14;
this.hslB9.Text = "hslLanternSimple1";
//
// hslB10
//
this.hslB10.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB10.Location = new System.Drawing.Point(191, 194);
this.hslB10.Name = "hslB10";
this.hslB10.Size = new System.Drawing.Size(20, 20);
this.hslB10.TabIndex = 13;
this.hslB10.Text = "hslLanternSimple1";
//
// hslB11
//
this.hslB11.LanternBackground = System.Drawing.Color.Chartreuse;
this.hslB11.Location = new System.Drawing.Point(32, 206);
this.hslB11.Name = "hslB11";
this.hslB11.Size = new System.Drawing.Size(20, 20);
this.hslB11.TabIndex = 12;
this.hslB11.Text = "hslLanternSimple1";
//
// UserAlarmShow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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.dataGridView2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridView dataGridView2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.GroupBox groupBox1;
private HslControls.HslLanternSimple hslA8;
private HslControls.HslLanternSimple hslA7;
private HslControls.HslLanternSimple hslA6;
private HslControls.HslLanternSimple hslA5;
private HslControls.HslLanternSimple hslA1;
private HslControls.HslLanternSimple hslA4;
private HslControls.HslLanternSimple hslA3;
private HslControls.HslLanternSimple hslA2;
private HslControls.HslLanternSimple hslA11;
private HslControls.HslLanternSimple hslA10;
private HslControls.HslLanternSimple hslA9;
private HslControls.HslLanternSimple hslB2;
private HslControls.HslLanternSimple hslB3;
private HslControls.HslLanternSimple hslB1;
private HslControls.HslLanternSimple hslB5;
private HslControls.HslLanternSimple hslB7;
private HslControls.HslLanternSimple hslB8;
private HslControls.HslLanternSimple hslB9;
private HslControls.HslLanternSimple hslB10;
private HslControls.HslLanternSimple hslB11;
private HslControls.HslLanternSimple hslA12;
private HslControls.HslLanternSimple hsl0;
private HslControls.HslLanternSimple hslB14;
private HslControls.HslLanternSimple hslB13;
private HslControls.HslLabelCombo hslLabelComboProduct_counter2;
private HslControls.HslLabelCombo hslLabelComboSWSS;
private HslControls.HslLabelCombo hslLabelComboQDWD2SS;
private HslControls.HslLabelCombo hslLabelComboQDWD1SS;
private HslControls.HslLabelCombo hslLabelComboCQ_Chip2_counter;
private HslControls.HslLabelCombo hslLabelComboCQ_Chip1_counter;
private HslControls.HslLabelCombo hslLabelCombofeedingMotorSpeed;
private HslControls.HslLabelCombo hslLabelComboLaminated;
private HslControls.HslLabelCombo hslLabelComboReceiving;
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;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Button btnStatus;
}
}