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

ICQ/即时通讯

开发平台:

Visual C++

  1. #if !defined(AFX_FIXSPLITTER_H__E5768E7F_4D43_455A_874B_915A31E74FE8__INCLUDED_)
  2. #define AFX_FIXSPLITTER_H__E5768E7F_4D43_455A_874B_915A31E74FE8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // FixSplitter.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFixSplitter frame with splitter
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class CFixSplitter : public CSplitterWnd
  14. {
  15. DECLARE_DYNCREATE(CFixSplitter)
  16. public:
  17. CFixSplitter();           // protected constructor used by dynamic creation
  18. // Attributes
  19. protected:
  20. CSplitterWnd    m_wndSplitter;
  21. public:
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CFixSplitter)
  27. public:
  28. virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
  29. protected:
  30. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CFixSplitter();
  35. // Generated message map functions
  36. //{{AFX_MSG(CFixSplitter)
  37. afx_msg void OnSize(UINT nType, int cx, int cy);
  38. afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_FIXSPLITTER_H__E5768E7F_4D43_455A_874B_915A31E74FE8__INCLUDED_)