|
|
@ -250,13 +250,13 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
|
|
|
|
if (b)
|
|
|
|
if (b)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
buttonE.DryPauseOrReply.BackColor = Color.Transparent;
|
|
|
|
buttonE.DryPauseOrReply.BackColor = Color.Transparent;
|
|
|
|
buttonE.DryPauseOrReply.Text = $"干混机{no}(恢复)";
|
|
|
|
buttonE.DryPauseOrReply.Text = $"干混机{no}(恢复排料)";
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
buttonE.DryPauseOrReply.BackColor = Color.Green;
|
|
|
|
buttonE.DryPauseOrReply.BackColor = Color.Green;
|
|
|
|
buttonE.DryPauseOrReply.Text = $"干混机{no}(暂停)";
|
|
|
|
buttonE.DryPauseOrReply.Text = $"干混机{no}(暂停排料)";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|