diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs
index cbb9402..f5dd0cc 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs
@@ -205,7 +205,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
this.AlarmMoveText.Font = new Font("宋体", 15f, FontStyle.Regular, GraphicsUnit.Point, 134);
this.AlarmMoveText.ForeColor = Color.White;
- this.AlarmMoveText.MoveSpeed = 10f;
+ this.AlarmMoveText.MoveSpeed = 4f;
this.AlarmMoveText.Text = AlarmString;
}
@@ -2018,7 +2018,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
}
else
{
- lanternSimple.LanternBackground = Color.Transparent;
+ lanternSimple.LanternBackground = Color.DarkGray;
}
}
@@ -2031,7 +2031,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
}
else
{
- lanternSimple.LanternBackground = Color.Transparent;
+ lanternSimple.LanternBackground = Color.DarkGray;
}
}
diff --git a/Controls/Mesnac.Controls.ChemicalWeighing/HslMoveText.cs b/Controls/Mesnac.Controls.ChemicalWeighing/HslMoveText.cs
index 55a10c6..a8e124f 100644
--- a/Controls/Mesnac.Controls.ChemicalWeighing/HslMoveText.cs
+++ b/Controls/Mesnac.Controls.ChemicalWeighing/HslMoveText.cs
@@ -34,7 +34,7 @@ namespace Mesnac.Controls.ChemicalWeighing
base.SetStyle(ControlStyles.OptimizedDoubleBuffer, true);
base.SetStyle(ControlStyles.AllPaintingInWmPaint, true);
this.timer = new Timer();
- this.timer.Interval = 50;
+ this.timer.Interval = 30;
this.timer.Tick += this.Timer_Tick;
this.timer.Start();
}
@@ -183,11 +183,9 @@ namespace Mesnac.Controls.ChemicalWeighing
// Token: 0x060005DB RID: 1499 RVA: 0x0003A01C File Offset: 0x0003821C
private void Timer_Tick(object sender, EventArgs e)
{
- bool flag = this.moveSpeed != 0f;
- if (flag)
+ if (this.moveSpeed != 0f)
{
- bool flag2 = this.startLocationX < -this.fontWidth - 5f;
- if (flag2)
+ if (this.startLocationX < -this.fontWidth - 5f)
{
this.startLocationX = (float)(base.Width + 1);
}
diff --git a/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml b/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml
index 494ea09..33faa59 100644
--- a/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml
+++ b/Main/MCEdit/Data/MCProject/nodeForm/MainDetail.xml
@@ -2,121 +2,87 @@
@@ -254,11 +220,11 @@
None
True
True
- ←RGV是否到达→
+ RGV状态
White
- 1015, 517
+ 781, 612
MCLabel140
- 95, 12
+ 47, 12
@@ -274,11 +240,11 @@
None
True
True
- ←是否搅拌完成→
+ 搅拌状态
White
- 1011, 472
+ 775, 570
MCLabel141
- 101, 12
+ 53, 12
1739, 366
@@ -321,42 +287,42 @@
15, 17
- 1850, 470
+ 1803, 570
HslLanternSimple8
15, 17
- 1676, 470
+ 1725, 570
HslLanternSimple7
15, 17
- 1533, 470
+ 1489, 570
HslLanternSimple6
15, 17
- 1365, 470
+ 1412, 570
HslLanternSimple5
15, 17
- 1290, 470
+ 1248, 570
HslLanternSimple4
15, 17
- 1118, 470
+ 1171, 570
HslLanternSimple3
15, 17
- 990, 472
+ 940, 570
HslLanternSimple2
15, 17
- 815, 472
+ 863, 570
HslLanternSimple1
15, 17
@@ -445,42 +411,42 @@
16, 16
- 1850, 506
+ 1800, 603
HslLanternAlarm8
22, 31
- 1673, 506
+ 1721, 603
HslLanternAlarm7
22, 31
- 1530, 505
+ 1487, 603
HslLanternAlarm6
22, 31
- 1358, 505
+ 1408, 603
HslLanternAlarm5
22, 31
- 1289, 505
+ 1245, 603
HslLanternAlarm4
22, 31
- 1116, 505
+ 1167, 603
HslLanternAlarm3
22, 31
- 988, 505
+ 937, 603
HslLanternAlarm2
22, 31
- 809, 505
+ 860, 603
HslLanternAlarm1
22, 31