|
|
@ -280,6 +280,16 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl
|
|
|
|
//湿混机手动下粉料
|
|
|
|
//湿混机手动下粉料
|
|
|
|
if (ButtonE.WetManualControl == runtime.Sender)
|
|
|
|
if (ButtonE.WetManualControl == runtime.Sender)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var valu = TextE.ManualWeight.MCValue.ToString();
|
|
|
|
|
|
|
|
if (string.IsNullOrEmpty(valu))
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
MessageBox.Show("请输入重量值");
|
|
|
|
|
|
|
|
TextE.ManualWeight.Focus();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (MessageBox.Show("确认下传数据?", "下传确认", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
|
|
|
|
if (MessageBox.Show("确认下传数据?", "下传确认", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|