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

资源简介

C++实战源码-始终置顶的SDI程序(入门级实例284).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “Top.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

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

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

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

}

CMai

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2704  2010-10-16 14:26  Top\MainFrm.cpp
     文件        1630  2010-10-16 14:25  Top\MainFrm.h
     文件         488  2010-10-16 14:23  Top\Resource.h
     文件         205  2010-10-16 14:23  Top\StdAfx.cpp
     文件        1054  2010-10-16 14:23  Top\StdAfx.h
     文件        2209  2010-10-16 14:25  Top\Top.clw
     文件        4155  2010-10-16 14:23  Top\Top.cpp
     文件        4492  2010-10-16 14:23  Top\Top.dsp
     文件         531  2010-10-16 14:23  Top\Top.dsw
     文件        1323  2010-10-16 14:23  Top\Top.h
     文件       10502  2010-10-16 14:23  Top\Top.rc
     文件        1682  2010-10-16 14:23  Top\TopDoc.cpp
     文件        1442  2010-10-16 14:23  Top\TopDoc.h
     文件        2489  2010-10-16 14:23  Top\TopView.cpp
     文件        1843  2010-10-16 14:23  Top\TopView.h
     文件        1078  2010-10-16 14:23  Top\res\Toolbar.bmp
     文件        1078  2010-10-16 14:23  Top\res\Top.ico
     文件         395  2010-10-16 14:23  Top\res\Top.rc2
     文件        1078  2010-10-16 14:23  Top\res\TopDoc.ico

评论

共有 条评论