MainFrm.h
上传用户:power_led
上传日期:2013-04-11
资源大小:373k
文件大小:2k
源码类别:

ICQ/即时通讯

开发平台:

Visual C++

  1. // MainFrm.h : interface of the CMainFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MAINFRM_H__890F399F_2ADE_43E3_BA45_18EFB46FC84E__INCLUDED_)
  5. #define AFX_MAINFRM_H__890F399F_2ADE_43E3_BA45_18EFB46FC84E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "FixSplitter.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. public:
  23. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  24. virtual BOOL DestroyWindow();
  25. virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
  26. protected:
  27. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. CMyTreeView * GetTreeView();
  32. CWnd * GetFormView();
  33. void OnTaskIcon(WPARAM wParam,LPARAM lParam);
  34. virtual ~CMainFrame();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:  // control bar embedded members
  40. // CFixSplitter m_wndSplitter;
  41. CSplitterWnd m_wndSplitter;
  42. public:
  43. // Generated message map functions
  44. protected:
  45. //{{AFX_MSG(CMainFrame)
  46. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  47. afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
  48. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  49. afx_msg void OnSize(UINT nType, int cx, int cy);
  50. afx_msg void OnClose();
  51. afx_msg void OnRoomQuit();
  52. afx_msg void OnQuitSysabout();
  53. //}}AFX_MSG
  54. DECLARE_MESSAGE_MAP()
  55. };
  56. /////////////////////////////////////////////////////////////////////////////
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_MAINFRM_H__890F399F_2ADE_43E3_BA45_18EFB46FC84E__INCLUDED_)