From 6cd9f24e01c7ecbb7ad47137677590d1d4ae2f04 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期一, 24 三月 2025 08:44:06 +0800
Subject: [PATCH] 1.将CPanel修改为CGlass

---
 SourceCode/Bond/Servo/ServoDlg.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp
index fdf1eba..cfc6034 100644
--- a/SourceCode/Bond/Servo/ServoDlg.cpp
+++ b/SourceCode/Bond/Servo/ServoDlg.cpp
@@ -465,17 +465,11 @@
 
 void CServoDlg::OnMenuTestMessageClear()
 {
-	/*
 	SERVO::CEquipment* pEquipment = m_pPanelMaster->GetActiveEquipment();
 	if (pEquipment != nullptr) {
 		SERVO::CEqCimMessageClearStep* pStep = (SERVO::CEqCimMessageClearStep*)pEquipment->getStepWithName(STEP_CIM_MESSAGE_CLEAR);
 		pStep->clearCimMessage(2, 3);
 	}
-	*/
-
-	SERVO::CLoadPort* pLoadPort1 = 
-		(SERVO::CLoadPort*)theApp.m_model.m_master.getEquipment(EQ_ID_LOADPORT1);
-	pLoadPort1->outputPanel();
 }
 
 void CServoDlg::OnUpdateMenuTestMessageClear(CCmdUI* pCmdUI)

--
Gitblit v1.9.3