Commit 8b057b8b authored by wangjunqiang's avatar wangjunqiang

update IO

parent f1989b9c
...@@ -320,15 +320,15 @@ namespace GcDevicePc.ConfigMethod ...@@ -320,15 +320,15 @@ namespace GcDevicePc.ConfigMethod
this.groupBox5.Enabled = false; this.groupBox5.Enabled = false;
} }
if (this.hwconfig.hwconfiginfo.u16ValveSix == 1) // if (this.hwconfig.hwconfiginfo.u16ValveSix == 1)
{ {
this.groupBox6.Enabled = true; this.groupBox6.Enabled = true;
this.methodconfig.valve[5].bValveKey = true; this.methodconfig.valve[5].bValveKey = true;
} }
else //else
{ //{
this.groupBox6.Enabled = false; // this.groupBox6.Enabled = false;
} //}
} }
private void TextBoxDec_KeyPress(object sender, KeyPressEventArgs e) private void TextBoxDec_KeyPress(object sender, KeyPressEventArgs e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment