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

资源简介

C++实战源码-位图背景窗体(入门级实例250).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BmpBK.h“
#include “BmpBKDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBmpBKApp

BEGIN_MESSAGE_MAP(CBmpBKApp CWinApp)
//{{AFX_MSG_MAP(CBmpBKApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBmpBKApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBmpBKApp object

CBmpBKApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      372576  2010-06-10 14:09  BmpBK\bitmap.bmp
     文件        1041  2010-10-26 18:43  BmpBK\BmpBK.clw
     文件        2049  2010-06-10 14:08  BmpBK\BmpBK.cpp
     文件        4204  2010-06-10 14:55  BmpBK\BmpBK.dsp
     文件         535  2010-06-10 14:08  BmpBK\BmpBK.dsw
     文件        1313  2010-06-10 14:08  BmpBK\BmpBK.h
     文件        5348  2010-06-10 14:57  BmpBK\BmpBK.rc
     文件        4839  2010-06-10 17:09  BmpBK\BmpBKDlg.cpp
     文件        1387  2010-06-10 14:57  BmpBK\BmpBKDlg.h
     文件         774  2010-06-10 14:57  BmpBK\resource.h
     文件         207  2010-06-10 14:08  BmpBK\StdAfx.cpp
     文件        1054  2010-06-10 14:08  BmpBK\StdAfx.h
     文件        1078  2010-06-10 14:08  BmpBK\res\BmpBK.ico
     文件         397  2010-06-10 14:08  BmpBK\res\BmpBK.rc2

评论

共有 条评论