You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
533 B
C

// ChildFrm.h : CChildFrame <20><><EFBFBD>Ľӿ<C4BD>
//
#pragma once
class CChildFrame : public CMDIChildWndEx
{
DECLARE_DYNCREATE(CChildFrame)
public:
CChildFrame();
// <20><><EFBFBD><EFBFBD>
public:
// <20><><EFBFBD><EFBFBD>
public:
// <20><>д
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
// ʵ<><CAB5>
public:
virtual ~CChildFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// <20><><EFBFBD>ɵ<EFBFBD><C9B5><EFBFBD>Ϣӳ<CFA2><EFBFBD><E4BAAF>
protected:
afx_msg void OnSysCommand( UINT nID, LPARAM lParam );
DECLARE_MESSAGE_MAP()
};