杨威 6 months ago
parent c08720563a
commit ad2149e3d9

@ -617,7 +617,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
{ {
if (b) if (b)
{ {
simple.LanternBackground = Color.Green; simple.LanternBackground = Color.Lime;
} }
else else
{ {
@ -629,7 +629,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
{ {
if (b) if (b)
{ {
simple.LanternBackground = Color.Yellow; simple.LanternBackground = Color.Gold;
} }
else else
{ {
@ -641,7 +641,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl
{ {
if (b) if (b)
{ {
simple.LanternBackground = Color.Blue; simple.LanternBackground = Color.DodgerBlue;
} }
else else
{ {

@ -242,7 +242,7 @@ namespace Mesnac.Action.ChemicalWeighing.Util
{ {
obj.Text = state ? "启动" : "停止"; obj.Text = state ? "启动" : "停止";
} }
obj.ForeColor = state ? Color.Green : Color.Yellow; obj.ForeColor = state ? Color.Lime : Color.Gold;
} }
/// <summary> /// <summary>

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save