From 4ef35bf238fc6f7217e4b6de4aee37192ec503ec Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期三, 17 九月 2025 13:36:27 +0800
Subject: [PATCH] 1.自绘CListCtrl用于ProcessJob的Carrier选择
---
SourceCode/Bond/Servo/CCjPage2.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/CCjPage2.h b/SourceCode/Bond/Servo/CCjPage2.h
index e277ac4..5a7338b 100644
--- a/SourceCode/Bond/Servo/CCjPage2.h
+++ b/SourceCode/Bond/Servo/CCjPage2.h
@@ -1,6 +1,7 @@
锘�#pragma once
#include "CCjPageBase.h"
#include "ProcessJob.h"
+#include "CCarrierSlotSelector.h"
// CPjPage1 瀵硅瘽妗�
@@ -21,6 +22,9 @@
private:
void UpdatePjData();
+private:
+ CCarrierSlotSelector m_selector;
+
// 瀵硅瘽妗嗘暟鎹�
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_CJ_PAGE1 };
--
Gitblit v1.9.3