From 7a60f2a3404220dcbc05e2e06fd7f3a6e51d5a4a Mon Sep 17 00:00:00 2001
From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com>
Date: 星期四, 19 六月 2025 15:37:20 +0800
Subject: [PATCH] 1.对Panel Data Request的响应;

---
 SourceCode/Bond/BoounionPLC/CMainContainer.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/SourceCode/Bond/BoounionPLC/CMainContainer.h b/SourceCode/Bond/BoounionPLC/CMainContainer.h
index ff3d271..aa51cc2 100644
--- a/SourceCode/Bond/BoounionPLC/CMainContainer.h
+++ b/SourceCode/Bond/BoounionPLC/CMainContainer.h
@@ -14,11 +14,13 @@
 
 public:
 	void Resize();
-
+	void SetBottomWnd(CWnd* pWnd, int nHeight);
 
 private:
 	COLORREF m_crBkgnd;
 	HBRUSH m_hbrBkgnd;
+	CWnd* m_pBottomWnd;
+	int m_nBottomWndHeight;
 
 
 // 瀵硅瘽妗嗘暟鎹�

--
Gitblit v1.9.3