| | |
| | | private: |
| | | void InitRxWindows(); |
| | | void Resize(); |
| | | void SetLeftPanelType(int type, bool resize = true); |
| | | void ShowChildPage(int index); |
| | | void UpdateLoginStatus(); |
| | | CString& GetRuntimeFormatText(CString& strText, const char* pszSuffix); |
| | |
| | | HICON m_hIcon; |
| | | COLORREF m_crBkgnd; |
| | | HBRUSH m_hbrBkgnd; |
| | | int m_nLeftPanelType; // 1: CPanelMaster, 2: CPanelProduction |
| | | CTopToolbar* m_pTopToolbar; |
| | | CPanelMaster* m_pPanelMaster; |
| | | CPanelProduction* m_pPanelProduction; |
| | |
| | | afx_msg void OnUpdateMenuTestMessageClear(CCmdUI* pCmdUI); |
| | | afx_msg void OnMenuToolsClientList(); |
| | | afx_msg void OnUpdateMenuToolsClientList(CCmdUI* pCmdUI); |
| | | afx_msg void OnMenuWndTestPanel(); |
| | | afx_msg void OnUpdateMenuWndTestPanel(CCmdUI* pCmdUI); |
| | | afx_msg void OnMenuWndProPanel(); |
| | | afx_msg void OnUpdateMenuWndProPanel(CCmdUI* pCmdUI); |
| | | afx_msg void OnMenuHelpAbout(); |
| | | afx_msg void OnTimer(UINT_PTR nIDEvent); |
| | | afx_msg LRESULT OnPanelResize(WPARAM wParam, LPARAM lParam); |