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

资源简介

C++实战源码-使用画刷绘制背景颜色(入门级实例253).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BrushBK.h“
#include “BrushBKDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBrushBKApp

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

/////////////////////////////////////////////////////////////////////////////
// CBrushBKApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBrushBKApp object

CBrushBK

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         991  2010-10-26 18:44  BrushBK\BrushBK.clw
     文件        2077  2007-08-21 15:44  BrushBK\BrushBK.cpp
     文件        4177  2007-08-21 15:44  BrushBK\BrushBK.dsp
     文件         537  2007-08-21 15:44  BrushBK\BrushBK.dsw
     文件        1335  2007-08-21 15:44  BrushBK\BrushBK.h
     文件        5116  2007-08-21 15:44  BrushBK\BrushBK.rc
     文件        4577  2010-06-11 11:24  BrushBK\BrushBKDlg.cpp
     文件        1420  2007-08-21 15:44  BrushBK\BrushBKDlg.h
     文件         536  2007-08-21 15:44  BrushBK\Resource.h
     文件         209  2007-08-21 15:44  BrushBK\StdAfx.cpp
     文件        1054  2007-08-21 15:44  BrushBK\StdAfx.h
     文件        1078  2007-08-21 15:44  BrushBK\res\BrushBK.ico
     文件         399  2007-08-21 15:44  BrushBK\res\BrushBK.rc2

评论

共有 条评论