DirFrm.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
- // DirFrm.h : interface of the CDirFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)
- #define AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CDirFrame : public CMDIChildWnd
- {
- DECLARE_DYNCREATE(CDirFrame)
- // Attributes
- private:
- bool m_bReSize;
- public:
- CSplitterWnd m_wndSplitH;
- CSplitterWnd m_wndSplitV;
- // Operations
- public:
- public:
- CDirFrame();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDirFrame)
- public:
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CDirFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CDirFrame)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnMDIActivate(BOOL bActivate, CWnd* pActivateWnd, CWnd* pDeactivateWnd);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHILDFRM_H__F1263162_866A_42C1_9E8A_DF1827164FA5__INCLUDED_)