|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Data;
|
|
|
|
|
using System.Diagnostics;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
@ -58,6 +59,20 @@ namespace Mesnac.Action.ChemicalWeighing.Test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hslLed= allDb.FirstOrDefault(x => x.Name == "HslLedDisplay1") as HslLedDisplay;
|
|
|
|
|
hslLed.LeftRightOffect = 0;
|
|
|
|
|
|
|
|
|
|
this.hslLed.BackColor = Color.FromArgb(46, 46, 46);
|
|
|
|
|
this.hslLed.DisplayBackColor = Color.FromArgb(62, 62, 62);
|
|
|
|
|
this.hslLed.DisplayNumber = 5;
|
|
|
|
|
this.hslLed.DisplayText = "12:00";
|
|
|
|
|
this.hslLed.ForeColor = Color.Pink;
|
|
|
|
|
this.hslLed.LedNumberSize = 2;
|
|
|
|
|
this.hslLed.Location = new Point(555, 203);
|
|
|
|
|
this.hslLed.Margin = new Padding(3, 16, 3, 16);
|
|
|
|
|
this.hslLed.Name = "hslLedDisplay12";
|
|
|
|
|
this.hslLed.Size = new Size(113, 33);
|
|
|
|
|
this.hslLed.TabIndex = 8;
|
|
|
|
|
|
|
|
|
|
//MCButton1
|
|
|
|
|
|
|
|
|
|
//OpenDoorService
|
|
|
|
|