From 52b626aa1918c58d2d27e82ac72db12536c13764 Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 20 八月 2025 11:47:48 +0800
Subject: [PATCH] 1.能展开的ListCtrll

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

diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp
index fed2ac6..91dc9ec 100644
--- a/SourceCode/Bond/Servo/ServoDlg.cpp
+++ b/SourceCode/Bond/Servo/ServoDlg.cpp
@@ -26,6 +26,7 @@
 #include "CPageVarialbles.h"
 #include "CPageReport.h"
 #include "CPageCollectionEvent.h"
+#include "CControlJobDlg.h"
 
 
 #ifdef _DEBUG
@@ -979,7 +980,8 @@
 		}
 	}
 	else if (id == IDC_BUTTON_JOBS) {
-		AfxMessageBox("IDC_BUTTON_CJOBS");
+		CControlJobDlg dlg;
+		dlg.DoModal();
 	}
 	else if (id == IDC_BUTTON_PORT_CONFIG) {
 		CPortConfigurationDlg dlg;

--
Gitblit v1.9.3