DirFrm.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
源码类别:

图片显示

开发平台:

Visual C++

  1. // DirFrm.h : interface of the CDirFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)
  5. #define AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class CDirFrame : public CMDIChildWnd
  10. {
  11. DECLARE_DYNCREATE(CDirFrame)
  12. // Attributes
  13. private:
  14. bool m_bReSize;
  15. public:
  16. CSplitterWnd m_wndSplitH;
  17. CSplitterWnd m_wndSplitV;
  18. // Operations
  19. public:
  20. public:
  21. CDirFrame();
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDirFrame)
  25. public:
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. protected:
  28. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. virtual ~CDirFrame();
  33. #ifdef _DEBUG
  34. virtual void AssertValid() const;
  35. virtual void Dump(CDumpContext& dc) const;
  36. #endif
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CDirFrame)
  40. afx_msg void OnSize(UINT nType, int cx, int cy);
  41. afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)