LAPTOP-SNT8I5JK\Boounion
2025-01-07 22137ea1df173a3c58a641eb9cd12999258faf18
SourceCode/Bond/BoounionPLC/BoounionPLCDlg.h
@@ -4,7 +4,7 @@
#pragma once
#include "TopToolbar.h"
#include "PagePlcList.h"
// CBoounionPLCDlg 对话框
class CBoounionPLCDlg : public CDialogEx
@@ -22,6 +22,7 @@
   HBRUSH m_hbrBkgnd;
   IObserver* m_pObserver;
   CTopToolbar* m_pTopToolbar;
   CPagePlcList* m_pPagePlcList;
// 对话框数据
@@ -47,4 +48,11 @@
   afx_msg void OnDestroy();
   afx_msg void OnSize(UINT nType, int cx, int cy);
   afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
   afx_msg void OnInitMenuPopup(CMenu* pPopupMenu, UINT nIndex, BOOL bSysMenu);
   afx_msg void OnMenuFileSettings();
   afx_msg void OnUpdateMenuFileSettings(CCmdUI* pCmdUI);
   afx_msg void OnMenuFileExit();
   afx_msg void OnUpdateMenuFileExit(CCmdUI* pCmdUI);
   afx_msg void OnMenuHelpAbout();
   afx_msg LRESULT OnToolbarBtnClicked(WPARAM wParam, LPARAM lParam);
};