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

资源简介

C++实战源码-如何绘制渐变颜色(入门级实例462).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DrawColor.h“
#include “DrawColorDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDrawColorApp

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

/////////////////////////////////////////////////////////////////////////////
// CDrawColorApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDrawColorAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1021  2010-10-27 18:18  DrawColor\DrawColor.clw
     文件        2105  2007-04-15 13:33  DrawColor\DrawColor.cpp
     文件        4281  2007-04-15 14:21  DrawColor\DrawColor.dsp
     文件         543  2007-04-15 13:33  DrawColor\DrawColor.dsw
     文件        1357  2007-04-15 13:33  DrawColor\DrawColor.h
     文件        5198  2007-04-15 14:21  DrawColor\DrawColor.rc
     文件        4997  2007-05-16 11:43  DrawColor\DrawColorDlg.cpp
     文件        1455  2007-04-15 13:53  DrawColor\DrawColorDlg.h
     文件         686  2007-04-15 13:35  DrawColor\resource.h
     文件         211  2007-04-15 13:33  DrawColor\StdAfx.cpp
     文件        1054  2007-04-15 13:33  DrawColor\StdAfx.h
     文件        5694  2007-04-15 13:34  DrawColor\res\108.ico
     文件        1078  2007-04-15 13:33  DrawColor\res\DrawColor.ico
     文件         401  2007-04-15 13:33  DrawColor\res\DrawColor.rc2

评论

共有 条评论