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

资源简介

C++实战源码-在视图中绘制图像(入门级实例485).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “ShowImage.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

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2510  2010-09-02 11:07  ShowImage\MainFrm.cpp
     文件        1581  2010-09-02 11:07  ShowImage\MainFrm.h
     文件         497  2010-09-02 11:07  ShowImage\Resource.h
     文件        2000  2010-09-02 11:07  ShowImage\ShowImage.clw
     文件        4310  2010-09-16 15:33  ShowImage\ShowImage.cpp
     文件        4618  2010-09-02 11:07  ShowImage\ShowImage.dsp
     文件         543  2010-09-02 11:07  ShowImage\ShowImage.dsw
     文件        1389  2010-09-02 11:07  ShowImage\ShowImage.h
     文件       10595  2010-09-02 11:07  ShowImage\ShowImage.rc
     文件        1802  2010-09-02 11:07  ShowImage\ShowImageDoc.cpp
     文件        1508  2010-09-02 11:07  ShowImage\ShowImageDoc.h
     文件        2945  2010-09-02 11:25  ShowImage\ShowImageView.cpp
     文件        1939  2010-09-02 11:07  ShowImage\ShowImageView.h
     文件         211  2010-09-02 11:07  ShowImage\StdAfx.cpp
     文件        1054  2010-09-02 11:07  ShowImage\StdAfx.h
     文件       81984  2010-11-13 15:49  ShowImage\test.bmp
     文件        5694  2005-10-08 16:28  ShowImage\res\ShowImage.ico
     文件         401  2010-09-02 11:07  ShowImage\res\ShowImage.rc2
     文件        1078  2010-09-02 11:07  ShowImage\res\ShowImageDoc.ico
     文件        1078  2010-09-02 11:07  ShowImage\res\Toolbar.bmp

评论

共有 条评论