|
@@ -1304,7 +1304,7 @@ namespace OTSSysMgrApp
|
|
|
{
|
|
|
int a_HTValue = 0;
|
|
|
bool result = cfun.SetSemHTOnOff(a_HTValue);
|
|
|
- MessageBox.Show("关闭电压是否成功:" + Convert.ToBoolean(result).ToString());
|
|
|
+ MessageBox.Show("Whether the shutdown voltage was successful:" + Convert.ToBoolean(result).ToString());
|
|
|
}
|
|
|
|
|
|
private void bVoltageStatus_Click(object sender, EventArgs e)
|
|
@@ -1312,7 +1312,7 @@ namespace OTSSysMgrApp
|
|
|
//连接电镜 关闭电压
|
|
|
int a_HTValue = 0;
|
|
|
bool result = cfun.GetSemHTOnOff(ref a_HTValue);
|
|
|
- MessageBox.Show("电压当前状态:" + Convert.ToBoolean(a_HTValue).ToString());
|
|
|
+ MessageBox.Show("The current state of the voltage:" + Convert.ToBoolean(a_HTValue).ToString());
|
|
|
}
|
|
|
|
|
|
private void button1_Click(object sender, EventArgs e)
|