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

资源简介

C++实战源码-位图和图标按钮(入门级实例305).zip

资源截图

代码片段和文件信息

// ShowImage.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ShowImage.h“
#include “ShowImageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CShowImageApp

BEGIN_MESSAGE_MAP(CShowImageApp CWinApp)
//{{AFX_MSG_MAP(CShowImageApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CShowImageApp construction

CShowImageApp::CShowImageApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CShowImageAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         868  2010-06-18 13:38  ShowImage\resource.h
     文件        1171  2010-10-27 11:40  ShowImage\ShowImage.clw
     文件        2105  2010-06-18 08:51  ShowImage\ShowImage.cpp
     文件        4428  2010-06-18 18:51  ShowImage\ShowImage.dsp
     文件         543  2010-06-18 08:51  ShowImage\ShowImage.dsw
     文件        1357  2010-06-18 08:51  ShowImage\ShowImage.h
     文件        5595  2010-06-30 08:36  ShowImage\ShowImage.rc
     文件        4528  2010-06-30 08:36  ShowImage\ShowImageDlg.cpp
     文件        1392  2010-06-30 08:36  ShowImage\ShowImageDlg.h
     文件         211  2010-06-18 08:51  ShowImage\StdAfx.cpp
     文件        1054  2010-06-18 08:51  ShowImage\StdAfx.h
     文件        5694  2005-10-10 15:58  ShowImage\res\ShowImage.ico
     文件         401  2010-06-18 08:51  ShowImage\res\ShowImage.rc2
     文件       17408  2010-06-18 13:53  ShowImage\res\Thumbs.db
     文件        5694  2005-10-10 15:58  ShowImage\res\关闭.ico
     文件      263574  2010-06-18 10:35  ShowImage\res\文件清理工具背景图.bmp
     文件        5390  2010-06-18 13:38  ShowImage\res\清除.bmp

评论

共有 条评论