MainFrm.h
上传用户:guangzhiyw
上传日期:2007-01-09
资源大小:495k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__C318997B_4DB1_11D5_B121_A3A17EBFEA00__INCLUDED_)
  5. #define AFX_MAINFRM_H__C318997B_4DB1_11D5_B121_A3A17EBFEA00__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "trayicon.h"
  10. class CMainFrame : public CFrameWnd
  11. {
  12. protected: // create from serialization only
  13. CMainFrame();
  14. DECLARE_DYNCREATE(CMainFrame)
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. // Overrides
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CMainFrame)
  22. protected:
  23. virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. virtual ~CMainFrame();
  28. #ifdef _DEBUG
  29. virtual void AssertValid() const;
  30. virtual void Dump(CDumpContext& dc) const;
  31. #endif
  32. protected:  // control bar embedded members
  33. CStatusBar  m_wndStatusBar;
  34. CToolBar    m_wndToolBar;
  35. CTrayIcon   m_TrayIcon;
  36. // Generated message map functions
  37. protected:
  38. //{{AFX_MSG(CMainFrame)
  39. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  40. afx_msg void OnUpdateNumberOnline(CCmdUI* pCmdUI);
  41. afx_msg void OnUpdateNumberAlluser(CCmdUI* pCmdUI);
  42. afx_msg void OnUpdateNumberRecvReq(CCmdUI* pCmdUI);
  43. afx_msg void OnTest();
  44. afx_msg void OnShowwindow();
  45. //}}AFX_MSG
  46. afx_msg LRESULT OnTrayNotification(WPARAM wp,LPARAM lp);
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_MAINFRM_H__C318997B_4DB1_11D5_B121_A3A17EBFEA00__INCLUDED_)