• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-MDI启动时子窗口最大化(入门级实例279).zip

资源截图

代码片段和文件信息

// ChildFrm.cpp : implementation of the CChildframe class
//

#include “stdafx.h“
#include “ChildMax.h“

#include “ChildFrm.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CChildframe

IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)

BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction

CChildframe::CChildframe()
{
// TODO: add member initialization code here

}

CChildframe::~CChildframe()
{
}

BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1510  2010-10-16 09:49  ChildMax\ChildFrm.cpp
     文件        1397  2010-10-16 09:46  ChildMax\ChildFrm.h
     文件        2783  2010-10-16 09:46  ChildMax\ChildMax.clw
     文件        4426  2010-10-16 09:46  ChildMax\ChildMax.cpp
     文件        4725  2010-10-16 09:46  ChildMax\ChildMax.dsp
     文件         541  2010-10-16 09:46  ChildMax\ChildMax.dsw
     文件        1378  2010-10-16 09:46  ChildMax\ChildMax.h
     文件       11986  2010-10-16 09:46  ChildMax\ChildMax.rc
     文件        1782  2010-10-16 09:46  ChildMax\ChildMaxDoc.cpp
     文件        1497  2010-10-16 09:46  ChildMax\ChildMaxDoc.h
     文件        2639  2010-10-16 09:46  ChildMax\ChildMaxView.cpp
     文件        1923  2010-10-16 09:46  ChildMax\ChildMaxView.h
     文件        2525  2010-10-16 09:46  ChildMax\MainFrm.cpp
     文件        1542  2010-10-16 09:46  ChildMax\MainFrm.h
     文件         496  2010-10-16 09:46  ChildMax\Resource.h
     文件         210  2010-10-16 09:46  ChildMax\StdAfx.cpp
     文件        1054  2010-10-16 09:46  ChildMax\StdAfx.h
     文件        1078  2010-10-16 09:46  ChildMax\res\ChildMax.ico
     文件         400  2010-10-16 09:46  ChildMax\res\ChildMax.rc2
     文件        1078  2010-10-16 09:46  ChildMax\res\ChildMaxDoc.ico
     文件        1078  2010-10-16 09:46  ChildMax\res\Toolbar.bmp

评论

共有 条评论