From c2d22fc8efd988294ff4a34fd3e31a9743803964 Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 08 一月 2025 11:02:16 +0800 Subject: [PATCH] 1.PLC View的加入,关闭,关联等; --- SourceCode/Bond/BoounionPLC/PagePlcList.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BoounionPLC/PagePlcList.h b/SourceCode/Bond/BoounionPLC/PagePlcList.h index a2bf39e..fd9e31f 100644 --- a/SourceCode/Bond/BoounionPLC/PagePlcList.h +++ b/SourceCode/Bond/BoounionPLC/PagePlcList.h @@ -42,4 +42,5 @@ afx_msg void OnDestroy(); afx_msg void OnSize(UINT nType, int cx, int cy); virtual BOOL PreTranslateMessage(MSG* pMsg); + afx_msg LRESULT OnTreeClickItem(WPARAM wParam, LPARAM lParam); }; -- Gitblit v1.9.3