| | |
| | | |
| | | #pragma once |
| | | #include "TopToolbar.h" |
| | | |
| | | #include "PagePlcList.h" |
| | | |
| | | // CBoounionPLCDlg 对话框 |
| | | class CBoounionPLCDlg : public CDialogEx |
| | |
| | | HBRUSH m_hbrBkgnd; |
| | | IObserver* m_pObserver; |
| | | CTopToolbar* m_pTopToolbar; |
| | | CPagePlcList* m_pPagePlcList; |
| | | |
| | | |
| | | // 对话框数据 |
| | |
| | | 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(); |
| | | }; |