资源简介
c++自定义 button(按键)示例代码
代码片段和文件信息
// ButtonColor.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ButtonColor.h“
#include “ButtonColorDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CButtonColorApp
BEGIN_MESSAGE_MAP(CButtonColorApp CWinApp)
//{{AFX_MSG_MAP(CButtonColorApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CButtonColorApp construction
CButtonColorApp::CButtonColorApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1396 2009-09-03 14:26 ButtonColor\ButtonColor.clw
文件 3669 2009-09-01 17:19 ButtonColor\ReadMe.txt
文件 1379 2009-09-01 17:19 ButtonColor\ButtonColor.h
文件 2133 2009-09-01 17:19 ButtonColor\ButtonColor.cpp
文件 1054 2009-09-01 17:19 ButtonColor\StdAfx.h
文件 213 2009-09-01 17:19 ButtonColor\StdAfx.cpp
文件 403 2009-09-01 17:19 ButtonColor\res\ButtonColor.rc2
文件 1078 2009-09-01 17:19 ButtonColor\res\ButtonColor.ico
文件 545 2009-09-01 17:19 ButtonColor\ButtonColor.dsw
文件 58368 2009-09-03 14:26 ButtonColor\ButtonColor.ncb
文件 2037 2009-09-01 17:24 ButtonColor\MyButton.h
文件 1146 2009-09-03 14:24 ButtonColor\ButtonColor.plg
文件 4377 2009-09-01 17:44 ButtonColor\ButtonColor.dsp
文件 5388 2009-09-01 17:58 ButtonColor\MyButton.cpp
文件 1411 2009-09-03 14:19 ButtonColor\ButtonColorDlg.h
文件 735 2009-09-03 14:19 ButtonColor\Resource.h
文件 35736 2009-09-03 14:19 ButtonColor\ButtonColor.aps
文件 5391 2009-09-03 14:19 ButtonColor\ButtonColor.rc
文件 4394 2009-09-03 14:24 ButtonColor\ButtonColorDlg.cpp
文件 54784 2009-09-03 14:26 ButtonColor\ButtonColor.opt
目录 0 2009-09-01 17:19 ButtonColor\res
目录 0 2009-09-01 17:19 ButtonColor\Debug
目录 0 2009-09-01 17:19 ButtonColor
----------- --------- ---------- ----- ----
185637 23
评论
共有 条评论