瀏覽代碼

modify some logs in sysmgrapp

CXS 3 年之前
父節點
當前提交
997699e49b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      OTSSysMgrApp/SemTestForms.cs

+ 2 - 2
OTSSysMgrApp/SemTestForms.cs

@@ -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)