| | |
| | | #include "CBaseView.h" |
| | | #include "CRemoteEqView.h" |
| | | #include "TopToolbar.h" |
| | | #include "CComponentPLCDlg.h" |
| | | |
| | | |
| | | // CBondEqDlg 对话框 |
| | |
| | | void InitRxWindows(); |
| | | void Resize(); |
| | | void CloseView(CBaseView* pView); |
| | | void CloseView(CComponentDlg* pView); |
| | | CHomeDialog* CreateHomeDlg(); |
| | | CBaseView* CreateRemoteEqView(BEQ::IRemoteEquipment* pEquipment); |
| | | CComponentPLCDlg* CreateComponentPLCDlg(CComponent* pComponent); |
| | | void UpdateLoginStatus(); |
| | | |
| | | private: |
| | |
| | | CPanelProject* m_pPanelProject; |
| | | CHomeDialog* m_pHomeDialog; |
| | | CBaseView* m_pActiveView; |
| | | |
| | | CComponentDlg* m_pActiveComponentDlg; |
| | | |
| | | // 对话框数据 |
| | | #ifdef AFX_DESIGN_TIME |