Pārlūkot izejas kodu

当前帧坐标英文化

CXS 3 gadi atpakaļ
vecāks
revīzija
83cf7cbffa

+ 1 - 1
OTSIncAMeasureApp/1-OTSMeasure/CMeasureThreadWrapper.cs

@@ -281,7 +281,7 @@ namespace OTSMeasureApp
             Point lsp = currPoint;
             if (lsp.X != 0 || lsp.Y != 0)
             {
-                string STSemCoordinate = "当前帧坐标 X:" + lsp.X.ToString() + " Y:" + lsp.Y.ToString();
+                string STSemCoordinate = "Current frame coordinates X:" + lsp.X.ToString() + " Y:" + lsp.Y.ToString();
 
                 //显示当前视场 XY轴
                 m_MeasureApp.ShowSemCoordvAL(STSemCoordinate);