From 2379434200219132ee252f12d47a1e5efd160f42 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期三, 06 八月 2025 15:32:44 +0800
Subject: [PATCH] 1. 实时扫描界面新添两个相机(侧面检)

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