From 334b16b4abb4cbe3d1d4e4f211efd6f4468ae09f Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 19 九月 2025 15:12:52 +0800
Subject: [PATCH] 1.ControlJob和ProcessJob的中断操作,强制结批增加字符串描述原因,方便生产跟踪。

---
 SourceCode/Bond/Servo/CControlJobDlg.h |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/Servo/CControlJobDlg.h b/SourceCode/Bond/Servo/CControlJobDlg.h
index 83763f0..c631a5c 100644
--- a/SourceCode/Bond/Servo/CControlJobDlg.h
+++ b/SourceCode/Bond/Servo/CControlJobDlg.h
@@ -1,5 +1,6 @@
 锘�#pragma once
 #include "CExpandableListCtrl.h"
+#include "CControlJob.h"
 
 
 // CControlJobDlg 瀵硅瘽妗�
@@ -11,6 +12,19 @@
 public:
 	CControlJobDlg(CWnd* pParent = nullptr);   // 鏍囧噯鏋勯�犲嚱鏁�
 	virtual ~CControlJobDlg();
+
+public:
+	void SetControlJob(SERVO::CControlJob* pControlJob);
+
+private:
+	void Resize();
+	void ShowGroup1(BOOL bShow);
+	void ShowGroup2(BOOL bShow);
+	void LoadData(SERVO::CControlJob* pControlJob);
+
+private:
+	SERVO::CControlJob* m_pControlJob;
+	CFont m_fontNoJob;
 
 protected:
 	CExpandableListCtrl m_listCtrl;
@@ -27,4 +41,6 @@
 	DECLARE_MESSAGE_MAP()
 public:
 	virtual BOOL OnInitDialog();
+	afx_msg void OnSize(UINT nType, int cx, int cy);
+	afx_msg void OnBnClickedButtonCompletionBath();
 };

--
Gitblit v1.9.3