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

资源简介

C++实战源码-创建不同的画刷(入门级实例457).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Brush.h“
#include “BrushDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBrushApp

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

/////////////////////////////////////////////////////////////////////////////
// CBrushApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBrushApp object

CBrushApp theApp;

///////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         945  2010-10-27 18:11  Brush\Brush.clw
     文件        2049  2006-07-08 09:25  Brush\Brush.cpp
     文件        4141  2006-07-08 09:25  Brush\Brush.dsp
     文件         535  2006-07-08 09:25  Brush\Brush.dsw
     文件        1313  2006-07-08 09:25  Brush\Brush.h
     文件        5086  2007-05-30 15:36  Brush\Brush.rc
     文件        6639  2010-07-07 08:46  Brush\BrushDlg.cpp
     文件        1403  2010-07-07 08:46  Brush\BrushDlg.h
     文件        3382  2005-10-08 16:28  Brush\mr.bmp
     文件         532  2006-07-08 09:25  Brush\Resource.h
     文件         207  2006-07-08 09:25  Brush\StdAfx.cpp
     文件        1054  2006-07-08 09:25  Brush\StdAfx.h
     文件        5694  2005-10-08 16:28  Brush\res\Brush.ico
     文件         397  2006-07-08 09:25  Brush\res\Brush.rc2

评论

共有 条评论