change - 添加hsl数字led显示 待测试

wangsr
wangsr 12 months ago
parent 0b9c8b3233
commit f4eb4b7dd4

@ -146,10 +146,10 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
AllAlarmTable = DBHelp.GetTable(@"SELECT Alarm_ID, Alarm_Block, Alarm_Word, Alarm_Bit, Alarm_Cn_Info, Alarm_Other_Info FROM Pmt_Alarm"); AllAlarmTable = DBHelp.GetTable(@"SELECT Alarm_ID, Alarm_Block, Alarm_Word, Alarm_Bit, Alarm_Cn_Info, Alarm_Other_Info FROM Pmt_Alarm");
//timer = new Timer(); timer = new Timer();
//timer.Interval = 1000; timer.Interval = 1000;
//timer.Enabled = true; timer.Enabled = true;
//timer.Tick += GetPlcValue;//添加事件 timer.Tick += GetPlcValue;//添加事件
} }
@ -171,6 +171,8 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
ControlsHelper.ControlImport<ThreeWayValve>(ThreeValveE, Controls); ControlsHelper.ControlImport<ThreeWayValve>(ThreeValveE, Controls);
ControlsHelper.ControlImport<HslLedDisplay>(LedDisplayE, Controls); ControlsHelper.ControlImport<HslLedDisplay>(LedDisplayE, Controls);
Type ledDisplayType = LedDisplayE.GetType(); Type ledDisplayType = LedDisplayE.GetType();
PropertyInfo[] properties = ledDisplayType.GetProperties(); PropertyInfo[] properties = ledDisplayType.GetProperties();
foreach (PropertyInfo sourceProperty in properties) foreach (PropertyInfo sourceProperty in properties)
@ -182,11 +184,10 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
ledDisplay.BackColor = Color.FromArgb(46, 46, 46); ledDisplay.BackColor = Color.FromArgb(46, 46, 46);
ledDisplay.DisplayBackColor = Color.FromArgb(62, 62, 62); ledDisplay.DisplayBackColor = Color.FromArgb(62, 62, 62);
ledDisplay.DisplayNumber = 5; ledDisplay.DisplayNumber = 5;
ledDisplay.DisplayText = "12:00"; ledDisplay.ForeColor = Color.White;
ledDisplay.ForeColor = Color.Pink;
ledDisplay.LedNumberSize = 2; ledDisplay.LedNumberSize = 2;
ledDisplay.Margin = new Padding(1, 1, 1, 1); ledDisplay.LeftRightOffect = 2;
ledDisplay.TabIndex = 8; ledDisplay.DisplayText = "00:00";
property.SetValue(LedDisplayE, ledDisplay); property.SetValue(LedDisplayE, ledDisplay);
} }
} }
@ -381,33 +382,50 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
case 1: case 1:
LabelE.WetWait1.Text = MixWaitTime(record); LabelE.WetWait1.Text = MixWaitTime(record);
LabelE.WetWait1.ForeColor = MixTimeBackColor(record); LabelE.WetWait1.ForeColor = MixTimeBackColor(record);
LedDisplayE.WetWaitDisPlay1.DisplayText = "12:45";
LabelE.RGVWait1.Text = "0"; LabelE.RGVWait1.Text = "0";
LedDisplayE.WetWaitDisPlay1.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay1.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay1.DisplayText = "00:00";
break; break;
case 2: case 2:
LabelE.WetWait2.Text = MixWaitTime(record); LabelE.WetWait2.Text = MixWaitTime(record);
LabelE.WetWait2.ForeColor = MixTimeBackColor(record); LabelE.WetWait2.ForeColor = MixTimeBackColor(record);
LabelE.RGVWait2.Text = "0"; LabelE.RGVWait2.Text = "0";
LedDisplayE.WetWaitDisPlay2.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay2.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay2.DisplayText = "00:00";
break; break;
case 3: case 3:
LabelE.WetWait3.Text = MixWaitTime(record); LabelE.WetWait3.Text = MixWaitTime(record);
LabelE.WetWait3.ForeColor = MixTimeBackColor(record); LabelE.WetWait3.ForeColor = MixTimeBackColor(record);
LabelE.RGVWait3.Text = "0"; LabelE.RGVWait3.Text = "0";
LedDisplayE.WetWaitDisPlay3.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay3.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay3.DisplayText = "00:00";
break; break;
case 4: case 4:
LabelE.WetWait4.Text = MixWaitTime(record); LabelE.WetWait4.Text = MixWaitTime(record);
LabelE.WetWait4.ForeColor = MixTimeBackColor(record); LabelE.WetWait4.ForeColor = MixTimeBackColor(record);
LabelE.RGVWait4.Text = "0"; LabelE.RGVWait4.Text = "0";
LedDisplayE.WetWaitDisPlay4.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay4.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay4.DisplayText = "00:00";
break; break;
case 5: case 5:
LabelE.WetWait5.Text = MixWaitTime(record); LabelE.WetWait5.Text = MixWaitTime(record);
LabelE.WetWait5.ForeColor = MixTimeBackColor(record); LabelE.WetWait5.ForeColor = MixTimeBackColor(record);
LabelE.RGVWait5.Text = "0"; LabelE.RGVWait5.Text = "0";
LedDisplayE.WetWaitDisPlay5.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay5.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay5.DisplayText = "00:00";
break; break;
case 6: case 6:
LabelE.WetWait6.Text = MixWaitTime(record); LabelE.WetWait6.Text = MixWaitTime(record);
LabelE.WetWait6.ForeColor = MixTimeBackColor(record); LabelE.WetWait6.ForeColor = MixTimeBackColor(record);
LabelE.RGVWait6.Text = "0"; LabelE.RGVWait6.Text = "0";
LedDisplayE.WetWaitDisPlay6.DisplayText = MixWaitTimeLed(record);
LedDisplayE.WetWaitDisPlay6.ForeColor = MixTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay6.DisplayText = "00:00";
break; break;
default: default:
break; break;
@ -420,26 +438,38 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
case 1: case 1:
LabelE.RGVWait1.Text = RGVWaitTime(record); LabelE.RGVWait1.Text = RGVWaitTime(record);
LabelE.WetWait1.ForeColor = RGVTimeBackColor(record); LabelE.WetWait1.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay1.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay1.ForeColor = RGVTimeBackColor(record);
break; break;
case 2: case 2:
LabelE.RGVWait2.Text = RGVWaitTime(record); LabelE.RGVWait2.Text = RGVWaitTime(record);
LabelE.WetWait2.ForeColor = RGVTimeBackColor(record); LabelE.WetWait2.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay2.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay2.ForeColor = RGVTimeBackColor(record);
break; break;
case 3: case 3:
LabelE.RGVWait3.Text = RGVWaitTime(record); LabelE.RGVWait3.Text = RGVWaitTime(record);
LabelE.WetWait3.ForeColor = RGVTimeBackColor(record); LabelE.WetWait3.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay3.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay3.ForeColor = RGVTimeBackColor(record);
break; break;
case 4: case 4:
LabelE.RGVWait4.Text = RGVWaitTime(record); LabelE.RGVWait4.Text = RGVWaitTime(record);
LabelE.WetWait4.ForeColor = RGVTimeBackColor(record); LabelE.WetWait4.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay4.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay4.ForeColor = RGVTimeBackColor(record);
break; break;
case 5: case 5:
LabelE.RGVWait5.Text = RGVWaitTime(record); LabelE.RGVWait5.Text = RGVWaitTime(record);
LabelE.WetWait5.ForeColor = RGVTimeBackColor(record); LabelE.WetWait5.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay5.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay5.ForeColor = RGVTimeBackColor(record);
break; break;
case 6: case 6:
LabelE.RGVWait6.Text = RGVWaitTime(record); LabelE.RGVWait6.Text = RGVWaitTime(record);
LabelE.WetWait6.ForeColor = RGVTimeBackColor(record); LabelE.WetWait6.ForeColor = RGVTimeBackColor(record);
LedDisplayE.RGVWaitDisPlay6.DisplayText = RGVWaitTimeLed(record);
LedDisplayE.RGVWaitDisPlay6.ForeColor = RGVTimeBackColor(record);
break; break;
default: default:
break; break;
@ -460,6 +490,18 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
int t = Convert.ToInt32((DateTime.Now - record.MixReadyStartTime).TotalSeconds); int t = Convert.ToInt32((DateTime.Now - record.MixReadyStartTime).TotalSeconds);
return SecondToMinute(t); return SecondToMinute(t);
} }
private string RGVWaitTimeLed(Lj_RGVTimeRecord record)
{
int t = Convert.ToInt32((DateTime.Now - record.RGVReachTime).TotalSeconds);
return SecondToTime(t);
}
private string MixWaitTimeLed(Lj_RGVTimeRecord record)
{
int t = Convert.ToInt32((DateTime.Now - record.MixReadyStartTime).TotalSeconds);
return SecondToTime(t);
}
private Color RGVTimeBackColor(Lj_RGVTimeRecord record) private Color RGVTimeBackColor(Lj_RGVTimeRecord record)
{ {
@ -501,6 +543,17 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
return m + " 分 " + s + " 秒 "; return m + " 分 " + s + " 秒 ";
} }
private string SecondToTime(int t)
{
int m = t / 60;
int s = t % 60;
if (m == 0)
{
return "00:" + t;
}
return m + ":" + s;
}
#endregion #endregion
#region 报警管理 #region 报警管理

@ -2,84 +2,84 @@
<Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="MainDetail" children="Controls"> <Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="MainDetail" children="Controls">
<Object type="System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="Panel1" children="Controls"> <Object type="System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="Panel1" children="Controls">
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay8" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay8" children="Controls">
<Property name="Location">1775, 659</Property> <Property name="Location">1773, 669</Property>
<Property name="Name">RGVWaitDisPlay8</Property> <Property name="Name">RGVWaitDisPlay8</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay7" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay7" children="Controls">
<Property name="Location">1694, 659</Property> <Property name="Location">1692, 669</Property>
<Property name="Name">RGVWaitDisPlay7</Property> <Property name="Name">RGVWaitDisPlay7</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay8" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay8" children="Controls">
<Property name="Location">1775, 631</Property> <Property name="Location">1773, 631</Property>
<Property name="Name">WetWaitDisPlay8</Property> <Property name="Name">WetWaitDisPlay8</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay7" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay7" children="Controls">
<Property name="Location">1694, 631</Property> <Property name="Location">1692, 631</Property>
<Property name="Name">WetWaitDisPlay7</Property> <Property name="Name">WetWaitDisPlay7</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay6" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay6" children="Controls">
<Property name="Location">1467, 659</Property> <Property name="Location">1459, 669</Property>
<Property name="Name">RGVWaitDisPlay6</Property> <Property name="Name">RGVWaitDisPlay6</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay5" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay5" children="Controls">
<Property name="Location">1386, 659</Property> <Property name="Location">1378, 669</Property>
<Property name="Name">RGVWaitDisPlay5</Property> <Property name="Name">RGVWaitDisPlay5</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay6" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay6" children="Controls">
<Property name="Location">1467, 631</Property> <Property name="Location">1459, 631</Property>
<Property name="Name">WetWaitDisPlay6</Property> <Property name="Name">WetWaitDisPlay6</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay5" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay5" children="Controls">
<Property name="Location">1386, 631</Property> <Property name="Location">1378, 631</Property>
<Property name="Name">WetWaitDisPlay5</Property> <Property name="Name">WetWaitDisPlay5</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay4" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay4" children="Controls">
<Property name="Location">1221, 659</Property> <Property name="Location">1218, 669</Property>
<Property name="Name">RGVWaitDisPlay4</Property> <Property name="Name">RGVWaitDisPlay4</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay3" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay3" children="Controls">
<Property name="Location">1140, 659</Property> <Property name="Location">1137, 669</Property>
<Property name="Name">RGVWaitDisPlay3</Property> <Property name="Name">RGVWaitDisPlay3</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay4" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay4" children="Controls">
<Property name="Location">1221, 631</Property> <Property name="Location">1218, 631</Property>
<Property name="Name">WetWaitDisPlay4</Property> <Property name="Name">WetWaitDisPlay4</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay3" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay3" children="Controls">
<Property name="Location">1140, 631</Property> <Property name="Location">1137, 631</Property>
<Property name="Name">WetWaitDisPlay3</Property> <Property name="Name">WetWaitDisPlay3</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay2" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay2" children="Controls">
<Property name="Location">915, 659</Property> <Property name="Location">912, 669</Property>
<Property name="Name">RGVWaitDisPlay2</Property> <Property name="Name">RGVWaitDisPlay2</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay1" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWaitDisPlay1" children="Controls">
<Property name="Location">834, 659</Property> <Property name="Location">831, 669</Property>
<Property name="Name">RGVWaitDisPlay1</Property> <Property name="Name">RGVWaitDisPlay1</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay2" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay2" children="Controls">
<Property name="Location">915, 631</Property> <Property name="Location">912, 631</Property>
<Property name="Name">WetWaitDisPlay2</Property> <Property name="Name">WetWaitDisPlay2</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay1" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLedDisplay, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WetWaitDisPlay1" children="Controls">
<Property name="Location">834, 631</Property> <Property name="Location">831, 631</Property>
<Property name="Name">WetWaitDisPlay1</Property> <Property name="Name">WetWaitDisPlay1</Property>
<Property name="Size">72, 22</Property> <Property name="Size">75, 32</Property>
</Object> </Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWait8" children="Controls"> <Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="RGVWait8" children="Controls">
<Property name="Format" /> <Property name="Format" />

Loading…
Cancel
Save