|
|
|
@ -28,7 +28,7 @@
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = 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();
|
|
|
|
@ -37,14 +37,38 @@
|
|
|
|
|
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.hslA12 = 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.hslB14 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.hslB13 = new HslControls.HslLanternSimple();
|
|
|
|
|
this.hsl0 = 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.groupBox2.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
@ -106,12 +130,12 @@
|
|
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(3, 3);
|
|
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
|
|
this.dataGridView1.ReadOnly = true;
|
|
|
|
|
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;
|
|
|
|
|
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;
|
|
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(449, 270);
|
|
|
|
|
this.dataGridView1.TabIndex = 0;
|
|
|
|
@ -142,10 +166,154 @@
|
|
|
|
|
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.hslA12);
|
|
|
|
|
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)";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// 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.hslB14);
|
|
|
|
|
this.groupBox2.Controls.Add(this.hslB13);
|
|
|
|
|
this.groupBox2.Controls.Add(this.hsl0);
|
|
|
|
|
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";
|
|
|
|
@ -154,27 +322,113 @@
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "料盘侧(收料2)";
|
|
|
|
|
//
|
|
|
|
|
// groupBox1
|
|
|
|
|
// hslB14
|
|
|
|
|
//
|
|
|
|
|
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)";
|
|
|
|
|
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";
|
|
|
|
|
//
|
|
|
|
|
// hsl0
|
|
|
|
|
//
|
|
|
|
|
this.hsl0.LanternBackground = System.Drawing.Color.Chartreuse;
|
|
|
|
|
this.hsl0.Location = new System.Drawing.Point(32, 63);
|
|
|
|
|
this.hsl0.Name = "hsl0";
|
|
|
|
|
this.hsl0.Size = new System.Drawing.Size(40, 75);
|
|
|
|
|
this.hsl0.TabIndex = 21;
|
|
|
|
|
this.hsl0.Text = "系统异常";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// hslLanternSimple1
|
|
|
|
|
// hslB11
|
|
|
|
|
//
|
|
|
|
|
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";
|
|
|
|
|
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
|
|
|
|
|
//
|
|
|
|
@ -190,6 +444,7 @@
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
|
|
this.groupBox2.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
@ -206,6 +461,29 @@
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
|
|
private HslControls.HslLanternSimple hslLanternSimple1;
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|