From 5a927fe5cd015bf00bc992220c0d4f8b802ca044 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 03 十二月 2024 09:37:21 +0800
Subject: [PATCH] 1.PLC页增加两按钮,将原测试代码移到此处

---
 SourceCode/Bond/BondEq/BondEqDlg.cpp |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/SourceCode/Bond/BondEq/BondEqDlg.cpp b/SourceCode/Bond/BondEq/BondEqDlg.cpp
index 70bde1c..3584094 100644
--- a/SourceCode/Bond/BondEq/BondEqDlg.cpp
+++ b/SourceCode/Bond/BondEq/BondEqDlg.cpp
@@ -16,9 +16,6 @@
 #include "UserManagerDlg.h"
 #include "SystemLogManagerDlg.h"
 
-// test
-#include "AxisSettingsDlg.h"
-#include "IOMonitoringDlg.h"
 
 #ifdef _DEBUG
 #define new DEBUG_NEW
@@ -508,23 +505,8 @@
 
 void CBondEqDlg::OnMenuFileSettings()
 {
-	CAxisSettingsDlg axisDlg;
-	axisDlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)"));
-	axisDlg.SetRecipeName(_T("Default"));
-	axisDlg.DoModal();
-
-	// Cavity VacuumBake AfterBake AOI
-	/*
-	CIOMonitoringDlg dlg;
-	dlg.SetIOManager("Cavity");
-	dlg.SetPLC(theApp.m_model.getBonder().getPLC("PLC(1)"));
-	dlg.DoModal();
-	*/
-
-	/*
 	CSettingsDlg dlg;
 	dlg.DoModal();
-	*/
 }
 
 void CBondEqDlg::OnUpdateMenuFileSettings(CCmdUI* pCmdUI)

--
Gitblit v1.9.3