速冻系统

dep_deliver
杨威 5 months ago
parent 50b273ccbf
commit 3fe80df88d

@ -25,6 +25,9 @@ namespace Mesnac.Action.ChemicalWeighing.Dan
MCButton BtnA; MCButton BtnA;
MCButton BtnB; MCButton BtnB;
MCButton BtnC; MCButton BtnC;
HslLanternSimple HslLanternSimple2147483646;
MCButton MCButton2147483646;
public void Run(RuntimeParameter runtime) public void Run(RuntimeParameter runtime)
{ {
RunIni(runtime); RunIni(runtime);
@ -45,10 +48,14 @@ namespace Mesnac.Action.ChemicalWeighing.Dan
BtnB = controller.FirstOrDefault(x => x.Name == "BtnB") as MCButton; BtnB = controller.FirstOrDefault(x => x.Name == "BtnB") as MCButton;
BtnC = controller.FirstOrDefault(x => x.Name == "BtnC") as MCButton; BtnC = controller.FirstOrDefault(x => x.Name == "BtnC") as MCButton;
MCButton2147483646 = controller.FirstOrDefault(x => x.Name == "MCButton2147483646") as MCButton;
HslLanternSimple2147483646 = controller.FirstOrDefault(x => x.Name == "HslLanternSimple2147483646") as HslLanternSimple;
// M20.4 A线确认
//M20.5 B线确认 // M20.4 A线确认
//M20.6 C线确认 //M20.5 B线确认
//M20.6 C线确认
BtnA.Click += (s, e) => BtnA.Click += (s, e) =>
{ {
@ -92,6 +99,24 @@ namespace Mesnac.Action.ChemicalWeighing.Dan
} }
}; };
MCButton2147483646.Click += (s, e) =>
{
//解包房除尘风机启动
var val = PlcConnect.Instance.ReadBool("DB191.DBX32.4").Content;
PlcConnect.Instance.Write("DB191.DBX32.4", !val);
//解包房除尘风机启动
val = PlcConnect.Instance.ReadBool("DB191.DBX32.4").Content;
SetValue(HslLanternSimple2147483646, val);
if (val)
{
MCButton2147483646.MCValue = "停止解包房除尘风机";
}
else
{
MCButton2147483646.MCValue = "启动解包房除尘风机";
}
};
timer = new Timer(); timer = new Timer();
timer.Interval = 1000; timer.Interval = 1000;
@ -106,6 +131,16 @@ namespace Mesnac.Action.ChemicalWeighing.Dan
timer.Stop(); timer.Stop();
timer.Dispose(); timer.Dispose();
} }
//解包房除尘风机启动
var val = PlcConnect.Instance.ReadBool("DB191.DBX32.4").Content;
SetValue(HslLanternSimple2147483646, val);
if (val) {
MCButton2147483646.MCValue = "停止解包房除尘风机";
}
else
{
MCButton2147483646.MCValue = "启动解包房除尘风机";
}
Db92DengHelp dB92 = new Db92DengHelp(); Db92DengHelp dB92 = new Db92DengHelp();

@ -102,6 +102,24 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
HslLanternSimple HslLanternSimple2; HslLanternSimple HslLanternSimple2;
Color mcCol; Color mcCol;
MCLabel WdA;
MCLabel WdB;
MCLabel WdC;
MCLabel WdD;
MCLabel WdE;
MCLabel WdF;
MCLabel WdG;
MCLabel WdH;
MCLabel WdI;
MCLabel WdJ;
MCLabel WdK;
MCLabel WdL;
MCLabel WdM;
MCLabel WdN;
MCLabel WdO;
#region 接口Run方法 #region 接口Run方法
public void Run(RuntimeParameter runtime) public void Run(RuntimeParameter runtime)
@ -123,6 +141,29 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
HslLanternSimple1 = Controls.FirstOrDefault(x => x != null && x.Name == "HslLanternSimple1") as HslLanternSimple; HslLanternSimple1 = Controls.FirstOrDefault(x => x != null && x.Name == "HslLanternSimple1") as HslLanternSimple;
HslLanternSimple2 = Controls.FirstOrDefault(x => x != null && x.Name == "HslLanternSimple2") as HslLanternSimple; HslLanternSimple2 = Controls.FirstOrDefault(x => x != null && x.Name == "HslLanternSimple2") as HslLanternSimple;
WdA= Controls.FirstOrDefault(x => x != null && x.Name == "WdA") as MCLabel;
WdB= Controls.FirstOrDefault(x => x != null && x.Name == "WdB") as MCLabel;
WdC = Controls.FirstOrDefault(x => x != null && x.Name == "WdC") as MCLabel;
WdD = Controls.FirstOrDefault(x => x != null && x.Name == "WdD") as MCLabel;
WdE = Controls.FirstOrDefault(x => x != null && x.Name == "WdE") as MCLabel;
WdF = Controls.FirstOrDefault(x => x != null && x.Name == "WdF") as MCLabel;
WdG = Controls.FirstOrDefault(x => x != null && x.Name == "WdG") as MCLabel;
WdH = Controls.FirstOrDefault(x => x != null && x.Name == "WdH") as MCLabel;
WdI = Controls.FirstOrDefault(x => x != null && x.Name == "WdI") as MCLabel;
WdJ = Controls.FirstOrDefault(x => x != null && x.Name == "WdJ") as MCLabel;
WdK = Controls.FirstOrDefault(x => x != null && x.Name == "WdK") as MCLabel;
WdL = Controls.FirstOrDefault(x => x != null && x.Name == "WdL") as MCLabel;
WdM = Controls.FirstOrDefault(x => x != null && x.Name == "WdM") as MCLabel;
WdN = Controls.FirstOrDefault(x => x != null && x.Name == "WdN") as MCLabel;
WdO = Controls.FirstOrDefault(x => x != null && x.Name == "WdO") as MCLabel;
mcCol = HslLanternSimple1.LanternBackground; mcCol = HslLanternSimple1.LanternBackground;
//wangsr(); //wangsr();
@ -146,6 +187,24 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
MCLabel350.Text = b.ToString("0.00") + " ℃"; MCLabel350.Text = b.ToString("0.00") + " ℃";
Other(HslLanternSimple2, b); Other(HslLanternSimple2, b);
var ls= DB1.GetWeiDu();
WdA.MCValue = ls[0]+" ℃";
WdB.MCValue = ls[1] + " ℃";
WdC.MCValue = ls[2] + " ℃";
WdD.MCValue = ls[3] + " ℃";
WdE.MCValue = ls[4] + " ℃";
WdF.MCValue = ls[5] + " ℃";
WdG.MCValue = ls[6] + " ℃";
WdH.MCValue = ls[7] + " ℃";
WdI.MCValue = ls[8] + " ℃";
WdJ.MCValue = ls[9] + " ℃";
WdK.MCValue = ls[10] + " ℃";
WdL.MCValue = ls[11] + " ℃";
WdM.MCValue = ls[12] + " ℃";
WdN.MCValue = ls[13] + " ℃";
WdO.MCValue = ls[14] + " ℃";
} }
private void Other(HslLanternSimple simple,float a) private void Other(HslLanternSimple simple,float a)
@ -254,7 +313,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
timer.Dispose(); timer.Dispose();
} }
other();
DB1 = new DB1Helper(); DB1 = new DB1Helper();
DB90 = new DB90Helper(); DB90 = new DB90Helper();
@ -263,7 +322,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
DB191 = new DB191Helper(); DB191 = new DB191Helper();
DB120 = new DB120Helper(); DB120 = new DB120Helper();
DB141 = new DB141Helper(); DB141 = new DB141Helper();
other();
DB1GetData(); DB1GetData();
DB90GetData(); DB90GetData();
DB91GetData(); DB91GetData();
@ -1377,6 +1436,8 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
{ {
warnTable.Status = 0; warnTable.Status = 0;
} }
ls.Add(warnTable); ls.Add(warnTable);
} }

@ -11,7 +11,7 @@ namespace DataBlockHelper.DBHelpers
{ {
public DB141Helper() public DB141Helper()
{ {
bytes = PlcConnect.Instance.Read("DB141.0.0", 7).Content; bytes = PlcConnect.Instance.Read("DB141.0.0", 8).Content;
} }

@ -86,5 +86,42 @@ namespace DataBlockHelper.DBHelpers
public ForAnaLogOut SPV3DBT01 => new ForAnaLogOut(1280, bytes); public ForAnaLogOut SPV3DBT01 => new ForAnaLogOut(1280, bytes);
public ForAnaLogOut SPV3DBT02 => new ForAnaLogOut(1300, bytes); public ForAnaLogOut SPV3DBT02 => new ForAnaLogOut(1300, bytes);
/// <summary>
/// 温度
/// </summary>
/// <returns></returns>
public List<String> GetWeiDu()
{
var plc = PlcConnect.Instance;
List<String> list = new List<String>();
list.Add(plc.ReadFloat("DB1.1334").Content.ToString("0.00")); //a
list.Add(plc.ReadFloat("DB1.1354").Content.ToString("0.00")); //b
list.Add(plc.ReadFloat("DB1.1374").Content.ToString("0.00")); //c
list.Add(plc.ReadFloat("DB1.1394").Content.ToString("0.00")); //d
list.Add(plc.ReadFloat("DB1.1414").Content.ToString("0.00")); //e
list.Add(plc.ReadFloat("DB1.1434").Content.ToString("0.00")); //f
list.Add(plc.ReadFloat("DB1.1454").Content.ToString("0.00")); //G
list.Add(plc.ReadFloat("DB1.1474").Content.ToString("0.00")); //h
list.Add(plc.ReadFloat("DB1.1494").Content.ToString("0.00")); //I
list.Add(plc.ReadFloat("DB1.1514").Content.ToString("0.00")); //J
list.Add(plc.ReadFloat("DB1.1534").Content.ToString("0.00")); //k
list.Add(plc.ReadFloat("DB1.1554").Content.ToString("0.00")); //L
list.Add(plc.ReadFloat("DB1.1574").Content.ToString("0.00")); //M
list.Add(plc.ReadFloat("DB1.1594").Content.ToString("0.00")); //N
list.Add(plc.ReadFloat("DB1.1614").Content.ToString("0.00")); //0
list.Add(plc.ReadFloat("DB1.1634").Content.ToString("0.00"));
list.Add(plc.ReadFloat("DB1.1654").Content.ToString("0.00"));
return list;
}
} }
} }

@ -1,5 +1,34 @@
<Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="FormQuRenAnNue" children="Controls"> <Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="FormQuRenAnNue" children="Controls">
<Object type="Mesnac.Controls.ChemicalWeighing.HslLanternSimple, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="HslLanternSimple2147483646" children="Controls">
<Property name="Location">897, 348</Property>
<Property name="Name">HslLanternSimple2147483646</Property>
<Property name="Size">39, 37</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCButton, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="MCButton2147483646" children="Controls">
<Property name="ClickActionList">
<Binary>AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL</Binary>
</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="MCPurview">False</Property>
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="Text">解包房除尘风机启动</Property>
<Property name="Location">954, 341</Property>
<Property name="Name">MCButton2147483646</Property>
<Property name="Size">223, 55</Property>
<Property name="TabIndex">129</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCButton, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="BtnC" children="Controls"> <Object type="Mesnac.Controls.Default.MCButton, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="BtnC" children="Controls">
<Property name="ClickActionList"> <Property name="ClickActionList">
<Binary>AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL</Binary> <Binary>AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL</Binary>
@ -673,7 +702,7 @@
<Property name="MCPurview">False</Property> <Property name="MCPurview">False</Property>
<Property name="AllowOriginalSizeShow">False</Property> <Property name="AllowOriginalSizeShow">False</Property>
<Property name="BackColor">Control</Property> <Property name="BackColor">Control</Property>
<Property name="Size">1441, 596</Property> <Property name="Size">1441, 1005</Property>
<Property name="StartPosition">WindowsDefaultLocation</Property> <Property name="StartPosition">WindowsDefaultLocation</Property>
<Property name="Text">输送大仓确认</Property> <Property name="Text">输送大仓确认</Property>
<Property name="WindowState">Normal</Property> <Property name="WindowState">Normal</Property>

@ -1,6 +1,306 @@
<Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="LjDeliver" children="Controls"> <Object type="Mesnac.Gui.Common.FrmRunTemplate, Mesnac.Gui.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="LjDeliver" children="Controls">
<Object type="System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="Panel15" children="Controls"> <Object type="System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="Panel15" children="Controls">
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdO" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1647, 383</Property>
<Property name="Name">WdO</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdN" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1559, 384</Property>
<Property name="Name">WdN</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdM" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1500, 383</Property>
<Property name="Name">WdM</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdL" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1441, 382</Property>
<Property name="Name">WdL</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdK" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1382, 382</Property>
<Property name="Name">WdK</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdJ" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1288, 383</Property>
<Property name="Name">WdJ</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdI" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1228, 382</Property>
<Property name="Name">WdI</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdH" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1170, 382</Property>
<Property name="Name">WdH</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdG" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1112, 381</Property>
<Property name="Name">WdG</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdF" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">1021, 381</Property>
<Property name="Name">WdF</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdE" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">960, 381</Property>
<Property name="Name">WdE</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdD" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">867, 381</Property>
<Property name="Name">WdD</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdC" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">807, 381</Property>
<Property name="Name">WdC</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdB" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">748, 381</Property>
<Property name="Name">WdB</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.Default.MCLabel, Mesnac.Controls.Default, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="WdA" children="Controls">
<Property name="Format" />
<Property name="TextName" />
<Property name="NewFillColor">Red</Property>
<Property name="OldFillColor">DarkGray</Property>
<Property name="MCKey" />
<Property name="MCDataSourceID" />
<Property name="IsDbControl">False</Property>
<Property name="InitDataSource" />
<Property name="ActionDataSource" />
<Property name="BindDataSource" />
<Property name="DbOptionType">None</Property>
<Property name="MCVisible">True</Property>
<Property name="MCEnabled">True</Property>
<Property name="Text">大仓A</Property>
<Property name="ForeColor">ButtonHighlight</Property>
<Property name="Location">687, 381</Property>
<Property name="Name">WdA</Property>
<Property name="Size">35, 12</Property>
</Object>
<Object type="Mesnac.Controls.ChemicalWeighing.HslLanternSimple, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="HslLanternSimple2" children="Controls"> <Object type="Mesnac.Controls.ChemicalWeighing.HslLanternSimple, Mesnac.Controls.ChemicalWeighing, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" name="HslLanternSimple2" children="Controls">
<Property name="Location">1796, 54</Property> <Property name="Location">1796, 54</Property>
<Property name="Name">HslLanternSimple2</Property> <Property name="Name">HslLanternSimple2</Property>

Loading…
Cancel
Save