Explorar o código

modify some logs in sysmgrapp

CXS %!s(int64=3) %!d(string=hai) anos
pai
achega
997699e49b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)