1 // ChildFrm.h : interface of the CChildFrame class
3 /////////////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_CHILDFRM_H__712C53CD_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_)
6 #define AFX_CHILDFRM_H__712C53CD_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_
10 #endif // _MSC_VER > 1000
13 class CChildFrame
: public CMDIChildWnd
15 DECLARE_DYNCREATE(CChildFrame
)
26 // ClassWizard generated virtual function overrides
27 //{{AFX_VIRTUAL(CChildFrame)
29 virtual BOOL
PreCreateWindow(CREATESTRUCT
& cs
);
30 virtual BOOL
Create(LPCTSTR lpszClassName
, LPCTSTR lpszWindowName
, DWORD dwStyle
= WS_CHILD
| WS_VISIBLE
| WS_OVERLAPPEDWINDOW
, const RECT
& rect
= rectDefault
, CMDIFrameWnd
* pParentWnd
= NULL
, CCreateContext
* pContext
= NULL
);
31 virtual void OnUpdateFrameTitle(BOOL bAddToTitle
);
36 virtual ~CChildFrame();
38 virtual void AssertValid() const;
39 virtual void Dump(CDumpContext
& dc
) const;
42 // Generated message map functions
44 //{{AFX_MSG(CChildFrame)
45 afx_msg LRESULT
OnIdleUpdateCmdUI(WPARAM wParam
, LPARAM
);
50 /////////////////////////////////////////////////////////////////////////////
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
55 #endif // !defined(AFX_CHILDFRM_H__712C53CD_D63B_11D1_A8B5_00C04FC2DC22__INCLUDED_)