From 6fc65c5cf54432d1044fbe9799aca76f7273798c Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期五, 23 五月 2025 18:02:27 +0800
Subject: [PATCH] Merge branch 'clh'
---
SourceCode/Bond/Servo/CPagePortStatus.h | 38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git a/SourceCode/Bond/Servo/CPagePortStatus.h b/SourceCode/Bond/Servo/CPagePortStatus.h
new file mode 100644
index 0000000..5a40b72
--- /dev/null
+++ b/SourceCode/Bond/Servo/CPagePortStatus.h
@@ -0,0 +1,38 @@
+锘�#pragma once
+#include "CHMPropertyPage.h"
+#include "JobSlotGrid.h"
+
+
+// CPagePortStatus 瀵硅瘽妗�
+
+class CPagePortStatus : public CHMPropertyPage
+{
+ DECLARE_DYNAMIC(CPagePortStatus)
+
+public:
+ CPagePortStatus(CWnd* pParent = nullptr); // 鏍囧噯鏋勯�犲嚱鏁�
+ virtual ~CPagePortStatus();
+
+public:
+ void setLoadPort(SERVO::CLoadPort* pPort);
+
+private:
+ SERVO::CLoadPort* m_pPort;
+ CJobSlotGrid m_ctrlJobSlotGrid;
+
+
+// 瀵硅瘽妗嗘暟鎹�
+#ifdef AFX_DESIGN_TIME
+ enum { IDD = IDD_PAGE_PORT_STATUS };
+#endif
+
+protected:
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 鏀寔
+
+ DECLARE_MESSAGE_MAP()
+public:
+ virtual BOOL OnInitDialog();
+ afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
+ afx_msg void OnDestroy();
+ afx_msg void OnSize(UINT nType, int cx, int cy);
+};
--
Gitblit v1.9.3