CHILDFRM.H
上传用户:alisonmail
上传日期:2013-02-28
资源大小:500k
文件大小:1k
- #if !defined(CHILDFRM_H__9AB61CEA_47C5_11D0_B717_00C0A83735D8__INCLUDED_)
- #define CHILDFRM_H__9AB61CEA_47C5_11D0_B717_00C0A83735D8__INCLUDED_
- // ChildFrm.h : interface of the CChildFrame class
- //
- /////////////////////////////////////////////////////////////////////////////
- class CChildFrame : public CMDIChildWnd
- {
- DECLARE_DYNCREATE(CChildFrame)
- public:
- CChildFrame();
- int m_nWidth, m_nHeight;
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChildFrame)
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CChildFrame();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- protected:
- //{{AFX_MSG(CChildFrame)
- afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(CHILDFRM_H__9AB61CEA_47C5_11D0_B717_00C0A83735D8__INCLUDED)