|
Revision 5, 1.2 kB
(checked in by qbert, 6 years ago)
|
Initial ( and last :( ) commit
|
| Line | |
|---|
| 1 |
// ChildFrm.h : interface of the CChildFrame class |
|---|
| 2 |
// |
|---|
| 3 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 4 |
|
|---|
| 5 |
#if !defined(AFX_CHILDFRM_H__AFA4119A_D5D1_49B2_8272_43B84A3A0D73__INCLUDED_) |
|---|
| 6 |
#define AFX_CHILDFRM_H__AFA4119A_D5D1_49B2_8272_43B84A3A0D73__INCLUDED_ |
|---|
| 7 |
|
|---|
| 8 |
#if _MSC_VER > 1000 |
|---|
| 9 |
#pragma once |
|---|
| 10 |
#endif // _MSC_VER > 1000 |
|---|
| 11 |
|
|---|
| 12 |
|
|---|
| 13 |
class CChildFrame : public CXTMDIChildWnd |
|---|
| 14 |
{ |
|---|
| 15 |
DECLARE_DYNCREATE(CChildFrame) |
|---|
| 16 |
public: |
|---|
| 17 |
CChildFrame(); |
|---|
| 18 |
|
|---|
| 19 |
// Attributes |
|---|
| 20 |
public: |
|---|
| 21 |
|
|---|
| 22 |
// Operations |
|---|
| 23 |
public: |
|---|
| 24 |
|
|---|
| 25 |
// Overrides |
|---|
| 26 |
// ClassWizard generated virtual function overrides |
|---|
| 27 |
//{{AFX_VIRTUAL(CChildFrame) |
|---|
| 28 |
virtual BOOL PreCreateWindow(CREATESTRUCT& cs); |
|---|
| 29 |
//}}AFX_VIRTUAL |
|---|
| 30 |
|
|---|
| 31 |
// Implementation |
|---|
| 32 |
public: |
|---|
| 33 |
virtual ~CChildFrame(); |
|---|
| 34 |
#ifdef _DEBUG |
|---|
| 35 |
virtual void AssertValid() const; |
|---|
| 36 |
virtual void Dump(CDumpContext& dc) const; |
|---|
| 37 |
#endif |
|---|
| 38 |
|
|---|
| 39 |
// Generated message map functions |
|---|
| 40 |
protected: |
|---|
| 41 |
//{{AFX_MSG(CChildFrame) |
|---|
| 42 |
//}}AFX_MSG |
|---|
| 43 |
DECLARE_MESSAGE_MAP() |
|---|
| 44 |
}; |
|---|
| 45 |
|
|---|
| 46 |
///////////////////////////////////////////////////////////////////////////// |
|---|
| 47 |
|
|---|
| 48 |
//{{AFX_INSERT_LOCATION}} |
|---|
| 49 |
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. |
|---|
| 50 |
|
|---|
| 51 |
#endif // !defined(AFX_CHILDFRM_H__AFA4119A_D5D1_49B2_8272_43B84A3A0D73__INCLUDED_) |
|---|