From 2e386b805cbb0b24c92ea6d667fc8d2c146ad469 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期二, 14 十月 2025 11:36:19 +0800
Subject: [PATCH] 1.优先csv

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

diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp
index 4158bae..69ff046 100644
--- a/SourceCode/Bond/Servo/ServoDlg.cpp
+++ b/SourceCode/Bond/Servo/ServoDlg.cpp
@@ -1039,19 +1039,17 @@
 		}
 	}
 	else if (id == IDC_BUTTON_JOBS) {
-		CControlJobManagerDlg dlg;
-		dlg.DoModal();
-
-		/*
 		CControlJobDlg dlg;
-		dlg.SetControlJob(theApp.m_model.m_master.getControlJob());
 		dlg.DoModal();
-		*/
 	}
 	else if (id == IDC_BUTTON_PORT_CONFIG) {
 		CPortConfigurationDlg dlg;
 		dlg.DoModal();
 	}
+	else if (id == IDC_BUTTON_CASSETTE) {
+		CControlJobManagerDlg dlg;
+		dlg.DoModal();
+	}
 	else if (id == IDC_BUTTON_ROBOT) {
 		theApp.m_model.getMaster().clearError();
 		SERVO::CEFEM* pEFEM = (SERVO::CEFEM*)theApp.m_model.getMaster().getEquipment(EQ_ID_EFEM);

--
Gitblit v1.9.3