From 1dbe46cd9d0f181d08d5a69f72d8548628a13b9d Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期三, 16 七月 2025 17:13:50 +0800
Subject: [PATCH] 优化:显示在流程中解锁,并且把文件字符集统一替换成UTF-8(BOM)

---
 EdgeInspector_App/ViewMain_Information.cpp |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/EdgeInspector_App/ViewMain_Information.cpp b/EdgeInspector_App/ViewMain_Information.cpp
index 5f874a9..8d14757 100644
--- a/EdgeInspector_App/ViewMain_Information.cpp
+++ b/EdgeInspector_App/ViewMain_Information.cpp
@@ -1,4 +1,4 @@
-// ViewMainInformation.cpp : 备泅 颇老涝聪促.
+锘�// ViewMainInformation.cpp : 澶囨硡 棰囪�佹稘鑱績.
 //
 
 #include "stdafx.h"
@@ -7,7 +7,7 @@
 #include "afxdialogex.h"
 
 
-// CViewMainInformation 措拳 惑磊涝聪促.
+// CViewMainInformation 鎺嫵 鎯戠娑濊仾淇�.
 
 IMPLEMENT_DYNAMIC(CViewMain_Information, CDialogEx)
 
@@ -435,16 +435,16 @@
 {
 	CString strText;
 	
-	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nUnitNo);//研磨部
+	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nUnitNo);//鐮旂(閮�
 	SetDlgItemText(IDC_STATIC_INSINFO_UNITNO, strText);
 
-	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nEqpNo);//研磨段
+	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nEqpNo);//鐮旂(娈�
 	SetDlgItemText(IDC_STATIC_INSINFO_EQPNO, strText);
 	
-	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nisGrind);//研磨棒
+	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nisGrind);//鐮旂(妫�
 	SetDlgItemText(IDC_STATIC_INSINFO_ISGRIND, strText);
 
-	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nRoughPadLayer);//研磨棒使用寿命
+	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nRoughPadLayer);//鐮旂(妫掍娇鐢ㄥ鍛�
 	SetDlgItemText(IDC_STATIC_INSINFO_GLASS_ID, strText);
 
 	strText.Format(_T("%d"), g_pStatus->m_pTransData->m_nHandNumber);//Stage No

--
Gitblit v1.9.3