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

资源简介

C++实战源码-程序中的调色板(入门级实例328).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Slider.h“
#include “SliderDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CSliderApp

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

/////////////////////////////////////////////////////////////////////////////
// CSliderApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CSliderApp object

CSliderApp theApp;

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         960  2009-02-25 14:49  Slider\resource.h
     文件        1577  2010-10-27 13:23  Slider\Slider.clw
     文件        2063  2009-02-25 13:49  Slider\Slider.cpp
     文件        4159  2009-02-25 13:49  Slider\Slider.dsp
     文件         535  2009-02-25 13:49  Slider\Slider.dsw
     文件        1324  2009-02-25 13:49  Slider\Slider.h
     文件        6176  2009-02-25 14:49  Slider\Slider.rc
     文件        5511  2009-02-25 14:57  Slider\SliderDlg.cpp
     文件        1662  2009-02-25 15:38  Slider\SliderDlg.h
     文件         208  2009-02-25 13:49  Slider\StdAfx.cpp
     文件        1054  2009-02-25 13:49  Slider\StdAfx.h
     文件        5694  2005-10-08 16:28  Slider\res\Slider.ico
     文件         398  2009-02-25 13:49  Slider\res\Slider.rc2
     文件        8704  2010-06-22 10:32  Slider\res\Thumbs.db

评论

共有 条评论