diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/EngineeringDebuggingMode/ValveInitStateMonitor/ValveInitStateMonitor.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/EngineeringDebuggingMode/ValveInitStateMonitor/ValveInitStateMonitor.cs index 1c5f69e..7969b20 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/EngineeringDebuggingMode/ValveInitStateMonitor/ValveInitStateMonitor.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/EngineeringDebuggingMode/ValveInitStateMonitor/ValveInitStateMonitor.cs @@ -70,6 +70,7 @@ namespace Mesnac.Action.ChemicalWeighing.EngineeringDebuggingMode.NewFolder1 AlarmPosition_D.Text = PlcCommunicationUtil.GetDataToString(dmName, "_AlarmPosition"); Alarm_D.Text = PlcCommunicationUtil.GetDataToString(dmName, "_Alarm"); + } private void Refresh_Click(object sender, EventArgs e) diff --git a/Controls/Mesnac.Controls.ChemicalWeighing/Mesnac.Controls.ChemicalWeighing.csproj b/Controls/Mesnac.Controls.ChemicalWeighing/Mesnac.Controls.ChemicalWeighing.csproj index d31f5dc..0751dbb 100644 --- a/Controls/Mesnac.Controls.ChemicalWeighing/Mesnac.Controls.ChemicalWeighing.csproj +++ b/Controls/Mesnac.Controls.ChemicalWeighing/Mesnac.Controls.ChemicalWeighing.csproj @@ -638,6 +638,7 @@ + diff --git a/Controls/Mesnac.Controls.ChemicalWeighing/Resources/ThreeWayValveHVError.png b/Controls/Mesnac.Controls.ChemicalWeighing/Resources/ThreeWayValveHVError.png new file mode 100644 index 0000000..78b93c3 Binary files /dev/null and b/Controls/Mesnac.Controls.ChemicalWeighing/Resources/ThreeWayValveHVError.png differ diff --git a/Controls/Mesnac.Controls.ChemicalWeighing/ThreeWayValve.cs b/Controls/Mesnac.Controls.ChemicalWeighing/ThreeWayValve.cs index ee54ed0..ae68c84 100644 --- a/Controls/Mesnac.Controls.ChemicalWeighing/ThreeWayValve.cs +++ b/Controls/Mesnac.Controls.ChemicalWeighing/ThreeWayValve.cs @@ -10,6 +10,7 @@ namespace Mesnac.Controls.ChemicalWeighing /// public partial class ThreeWayValve : ChemicalWeighingControl { + private object lockobj = new object(); public ThreeWayValve() { InitializeComponent(); @@ -43,20 +44,20 @@ namespace Mesnac.Controls.ChemicalWeighing sImages[4] = "Mesnac.Controls.ChemicalWeighing.Resources.ThreeWayValveVError.png"; //都报警 sImages[5] = "Mesnac.Controls.ChemicalWeighing.Resources.ThreeWayValveHVError.png"; - + //三个都通 sImages[6] = "Mesnac.Controls.ChemicalWeighing.Resources.ThreeWayValveAll.png"; } - - + + private void ReloadStream() { + int defaultIndex = 0; //如果出现报警 就去判断是直还是斜 - //直报警 斜报警 if (_almtValue && _almdValue) @@ -66,48 +67,38 @@ namespace Mesnac.Controls.ChemicalWeighing else { //如果直的报警 - if (_almdValue) + if (_almdValue && _almtValue == false) { defaultIndex = 3; } - //如果斜的报警 - if (_almtValue) + if (_almtValue && _almdValue == false) { defaultIndex = 4; } - } //如果不是故障 if (_almtValue == false && _almdValue == false) { - - - if (_zltValue && _zldValue) + if (_zltValue && _zldValue == false) { defaultIndex = 2; } - if (_zltValue == false && _zldValue) { defaultIndex = 1; } - - //如果都是假 就变成默认值 可能没有数据 if (_zltValue == false && _zldValue == false) { defaultIndex = 0; } - //如果都是真 就是双通 if (_zltValue && _zldValue) { defaultIndex = 6; } - - } @@ -127,8 +118,11 @@ namespace Mesnac.Controls.ChemicalWeighing private void R() { - ReloadStream(); - Reload(); + lock (lockobj) + { + ReloadStream(); + Reload(); + } } @@ -145,8 +139,10 @@ namespace Mesnac.Controls.ChemicalWeighing get => _zltValue; set { - _zltValue = value; - R(); + if(_zltValue != value) { + _zltValue = value; + R(); + } } } @@ -163,8 +159,10 @@ namespace Mesnac.Controls.ChemicalWeighing get => _zldValue; set { - _zldValue = value; - R(); + if( _zldValue != value ) { + _zldValue = value; + R(); + } } } @@ -181,8 +179,11 @@ namespace Mesnac.Controls.ChemicalWeighing get => _almtValue; set { - _almtValue = value; - R(); + if( _almtValue != value ) { + _almtValue = value; + R(); + } + } } @@ -199,8 +200,10 @@ namespace Mesnac.Controls.ChemicalWeighing get => _almdValue; set { - _almdValue = value; - R(); + if( _almdValue != value ) { + _almdValue = value; + R(); + } } } } diff --git a/Main/MCEdit/Data/ComponentAction.xml b/Main/MCEdit/Data/ComponentAction.xml index dc49421..adbed79 100644 --- a/Main/MCEdit/Data/ComponentAction.xml +++ b/Main/MCEdit/Data/ComponentAction.xml @@ -420,7 +420,7 @@ - + diff --git a/Main/MCEdit/Data/MCProject/nodeDevice.xml b/Main/MCEdit/Data/MCProject/nodeDevice.xml index 9efa5d2..f5c81cd 100644 --- a/Main/MCEdit/Data/MCProject/nodeDevice.xml +++ b/Main/MCEdit/Data/MCProject/nodeDevice.xml @@ -4,7 +4,7 @@
- + diff --git a/Main/MCEdit/Data/MCProject/nodeForm/DeviceDetail_1.xml b/Main/MCEdit/Data/MCProject/nodeForm/DeviceDetail_1.xml index 00379e3..03226cd 100644 --- a/Main/MCEdit/Data/MCProject/nodeForm/DeviceDetail_1.xml +++ b/Main/MCEdit/Data/MCProject/nodeForm/DeviceDetail_1.xml @@ -1,10 +1,1690 @@ + + + 77, 54 + Line7 + 1, 240 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 273 + MCLabel73 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 273 + MCLabel74 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 243 + MCLabel75 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 243 + MCLabel76 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 213 + MCLabel77 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 213 + MCLabel78 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 183 + MCLabel79 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 183 + MCLabel80 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 153 + MCLabel81 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 153 + MCLabel82 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 123 + MCLabel83 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 123 + MCLabel84 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 93 + MCLabel85 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 93 + MCLabel86 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 速度 + Transparent + ButtonHighlight + 18, 273 + MCLabel87 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 温度 + Transparent + ButtonHighlight + 18, 243 + MCLabel88 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 时间 + Transparent + ButtonHighlight + 18, 213 + MCLabel89 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 配方代码 + Transparent + ButtonHighlight + 18, 183 + MCLabel90 + 53, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 公差 + Transparent + ButtonHighlight + 18, 153 + MCLabel91 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 设定重量 + Transparent + ButtonHighlight + 18, 123 + MCLabel92 + 53, 12 + + + 14, 78 + Line8 + 170, 1 + + + + + Red + DarkGray + + + False + + + + None + True + True + 冷水 + Transparent + ButtonHighlight + 99, 58 + MCLabel93 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + 热水 + Transparent + ButtonHighlight + 155, 58 + MCLabel94 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 罐号 + Transparent + ButtonHighlight + 18, 93 + MCLabel95 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + 水称 + Transparent + 黑体, 14.25pt, style=Bold + White + 77, 16 + MCLabel96 + 51, 19 + + + True + True + 763, 354 + InfoPanel3 + 203, 317 + + + + 77, 54 + Line5 + 1, 240 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 271 + MCLabel49 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 273 + MCLabel50 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 241 + MCLabel51 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 243 + MCLabel52 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 211 + MCLabel53 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 213 + MCLabel54 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 181 + MCLabel55 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 183 + MCLabel56 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 151 + MCLabel57 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 153 + MCLabel58 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 121 + MCLabel59 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 123 + MCLabel60 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 156, 91 + MCLabel61 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 99, 93 + MCLabel62 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 速度 + Transparent + ButtonHighlight + 18, 273 + MCLabel63 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 温度 + Transparent + ButtonHighlight + 18, 243 + MCLabel64 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 时间 + Transparent + ButtonHighlight + 18, 213 + MCLabel65 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 配方代码 + Transparent + ButtonHighlight + 18, 183 + MCLabel66 + 53, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 公差 + Transparent + ButtonHighlight + 18, 153 + MCLabel67 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 设定重量 + Transparent + ButtonHighlight + 18, 123 + MCLabel68 + 53, 12 + + + 14, 78 + Line6 + 170, 1 + + + + + Red + DarkGray + + + False + + + + None + True + True + A + Transparent + ButtonHighlight + 99, 58 + MCLabel69 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + B + Transparent + ButtonHighlight + 156, 58 + MCLabel70 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 罐号 + Transparent + ButtonHighlight + 18, 93 + MCLabel71 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + 湿混机 + Transparent + 黑体, 14.25pt, style=Bold + White + 66, 16 + MCLabel72 + 72, 19 + + + True + True + 763, 28 + InfoPanel4 + 203, 317 + + + + 77, 54 + Line3 + 1, 240 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 273 + MCLabel25 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 273 + MCLabel26 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 243 + MCLabel27 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 243 + MCLabel28 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 213 + MCLabel29 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 213 + MCLabel30 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 183 + MCLabel31 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 183 + MCLabel32 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 153 + MCLabel33 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 153 + MCLabel34 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 123 + MCLabel35 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 123 + MCLabel36 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 93 + MCLabel37 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 93 + MCLabel38 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 速度 + Transparent + ButtonHighlight + 18, 273 + MCLabel39 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 温度 + Transparent + ButtonHighlight + 18, 243 + MCLabel40 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 时间 + Transparent + ButtonHighlight + 18, 213 + MCLabel41 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 配方代码 + Transparent + ButtonHighlight + 18, 183 + MCLabel42 + 53, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 公差 + Transparent + ButtonHighlight + 18, 153 + MCLabel43 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 设定重量 + Transparent + ButtonHighlight + 18, 123 + MCLabel44 + 53, 12 + + + 14, 78 + Line4 + 170, 1 + + + + + Red + DarkGray + + + False + + + + None + True + True + A + Transparent + ButtonHighlight + 98, 58 + MCLabel45 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + B + Transparent + ButtonHighlight + 151, 58 + MCLabel46 + 11, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 罐号 + Transparent + ButtonHighlight + 18, 93 + MCLabel47 + 29, 12 + + + + + Red + DarkGray + + + False + + + + None + True + True + 糊化机 + Transparent + 黑体, 14.25pt, style=Bold + White + 66, 16 + MCLabel48 + 72, 19 + + + True + True + 554, 354 + InfoPanel5 + 203, 317 + - - - + + 77, 54 + Line2 + 1, 240 + + + + + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 151, 273 + MCLabel24 + 11, 12 + + + + ParametersWithPc.RecipeDataFromPC.DryerD1Step0_MixSpeed + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent + ButtonHighlight + 98, 273 + MCLabel23 + 11, 12 + + + Red DarkGray @@ -19,16 +1699,37 @@ True MiddleRight 0 - Black + Transparent + ButtonHighlight + 151, 243 + MCLabel22 + 11, 12 + + + + ParametersWithPc.RecipeDataFromPC.DryerD1Step0_MixTemp + Red + DarkGray + + + False + + + + None + True + True + MiddleRight + 0 + Transparent ButtonHighlight - 158, 250 + 98, 243 MCLabel21 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD2Step0_MixTime Red DarkGray @@ -42,16 +1743,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 240, 217 + 151, 213 MCLabel1 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD1Step0_MixTime Red DarkGray @@ -65,16 +1765,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 158, 217 + 98, 213 MCLabel2 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD2Step0_MixCode Red DarkGray @@ -88,16 +1787,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 240, 183 + 151, 183 MCLabel3 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD1Step0_MixCode Red DarkGray @@ -111,16 +1809,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 158, 181 + 98, 183 MCLabel4 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD2Recip0_Tolerance Red DarkGray @@ -134,16 +1831,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 240, 151 + 151, 153 MCLabel5 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD1Recip0_Tolerance Red DarkGray @@ -157,16 +1853,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 158, 151 + 98, 153 MCLabel6 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD2Recip0_Set Red DarkGray @@ -180,16 +1875,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 240, 121 + 151, 123 MCLabel7 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD1Recip0_Set Red DarkGray @@ -203,16 +1897,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 158, 121 + 98, 123 MCLabel8 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD2Recip0_Bin Red DarkGray @@ -226,16 +1919,15 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 241, 92 + 151, 93 MCLabel9 11, 12 - - - + + ParametersWithPc.RecipeDataFromPC.DryerD1Recip0_Bin Red DarkGray @@ -249,15 +1941,14 @@ True MiddleRight 0 - Black + Transparent ButtonHighlight - 158, 93 + 98, 93 MCLabel10 11, 12 - - + Red DarkGray @@ -272,15 +1963,14 @@ True MiddleRight 速度 - Black + Transparent ButtonHighlight - 18, 290 + 18, 273 MCLabel11 29, 12 - - + Red DarkGray @@ -295,15 +1985,14 @@ True MiddleRight 温度 - Black + Transparent ButtonHighlight - 18, 250 + 18, 243 MCLabel12 29, 12 - - + Red DarkGray @@ -318,15 +2007,14 @@ True MiddleRight 时间 - Black + Transparent ButtonHighlight - 18, 217 + 18, 213 MCLabel13 29, 12 - - + Red DarkGray @@ -341,15 +2029,14 @@ True MiddleRight 配方代码 - Black + Transparent ButtonHighlight 18, 183 MCLabel14 53, 12 - - + Red DarkGray @@ -364,15 +2051,14 @@ True MiddleRight 公差 - Black + Transparent ButtonHighlight - 18, 151 + 18, 153 MCLabel15 29, 12 - - + Red DarkGray @@ -387,20 +2073,19 @@ True MiddleRight 设定重量 - Black + Transparent ButtonHighlight - 18, 121 + 18, 123 MCLabel16 53, 12 - 18, 78 + 14, 78 Line1 - 291, 1 + 170, 1 - - + Red DarkGray @@ -414,15 +2099,14 @@ True True A - Black + Transparent ButtonHighlight - 158, 58 + 98, 58 MCLabel17 11, 12 - - + Red DarkGray @@ -436,15 +2120,14 @@ True True B - Black + Transparent ButtonHighlight - 241, 58 + 151, 58 McLabel 11, 12 - - + Red DarkGray @@ -459,7 +2142,7 @@ True MiddleRight 罐号 - Black + Transparent ButtonHighlight 18, 93 MCLabel19 @@ -480,19 +2163,19 @@ True True 干混机 - Black - 黑体, 15.75pt, style=Bold + Transparent + 黑体, 14.25pt, style=Bold White - 127, 15 + 66, 16 MCLabel20 - 79, 21 + 72, 19 True True - 552, 31 + 554, 28 InfoPanel6 - 331, 336 + 203, 317 @@ -1536,7 +3219,7 @@ Fill 0, 0 Panel1 - 1908, 1037 + 1443, 847 AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL @@ -1550,11 +3233,11 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL - False + True False False White - 1924, 1076 + 1459, 886 WindowsDefaultLocation DeviceDetail_1 Normal diff --git a/Main/MCEdit/Data/MCProject/nodeForm/FormDeviceDetail2.xml b/Main/MCEdit/Data/MCProject/nodeForm/FormDeviceDetail2.xml index 9329529..4700b40 100644 --- a/Main/MCEdit/Data/MCProject/nodeForm/FormDeviceDetail2.xml +++ b/Main/MCEdit/Data/MCProject/nodeForm/FormDeviceDetail2.xml @@ -4022,7 +4022,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAEtNZXNuYWMuQ29udHJvbHMuQmFzZSwgVmVyc2lvbj0xLjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGwEAQAAAJMBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tNZXNuYWMuQ29udHJvbHMuQmFzZS5EZXNpZ25BY3Rpb24sIE1lc25hYy5Db250cm9scy5CYXNlLCBWZXJzaW9uPTEuMC4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAjTWVzbmFjLkNvbnRyb2xzLkJhc2UuRGVzaWduQWN0aW9uW10CAAAACAgJAwAAAAAAAAAAAAAABwMAAAAAAQAAAAAAAAAEIU1lc25hYy5Db250cm9scy5CYXNlLkRlc2lnbkFjdGlvbgIAAAAL - False + True False False Control diff --git a/Main/MCEdit/MCEdit.csproj b/Main/MCEdit/MCEdit.csproj index d66ef44..82faa5d 100644 --- a/Main/MCEdit/MCEdit.csproj +++ b/Main/MCEdit/MCEdit.csproj @@ -460,9 +460,7 @@ PreserveNewest - - PreserveNewest - + PreserveNewest