暂停排料

dep
我叫锄头 11 months ago
parent d2f472e956
commit 81583566a1

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

Loading…
Cancel
Save