资源简介

本资源是关于生日快乐的一个程序的源代码,是送给好友,女友的最佳的生日礼物。其中对图片的处理采用的是透视化处理,对一些对图片处理比较感兴趣的人来说是相当有用!!


背景图片在自动交替显示,文字可随意修改,带生日快乐 背景音乐,非常不错

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Birthday.h“
#include “BirthdayDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBirthdayApp

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

/////////////////////////////////////////////////////////////////////////////
// CBirthdayApp construction

CBirthdayApp::CBirthdayApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2091  2011-08-05 17:30  Birthday\Birthday.cpp

     文件       5042  2011-08-21 22:54  Birthday\Birthday.dsp

     文件        539  2011-08-05 17:30  Birthday\Birthday.dsw

     文件       1346  2011-08-05 17:30  Birthday\Birthday.h

     文件      99328  2012-10-22 17:31  Birthday\Birthday.ncb

     文件      53760  2012-10-22 17:31  Birthday\Birthday.opt

     文件        250  2012-10-22 17:29  Birthday\Birthday.plg

     文件       5927  2011-08-24 17:03  Birthday\Birthday.rc

     文件      12934  2012-10-22 17:30  Birthday\BirthdayDlg.cpp

     文件       1747  2011-09-26 17:12  Birthday\BirthdayDlg.h

     文件        609  2011-08-09 23:56  Birthday\FrontDraw.cpp

     文件        652  2011-08-21 19:45  Birthday\FrontDraw.h

     文件       3615  2011-08-05 17:30  Birthday\ReadMe.txt

     文件    2359352  2011-08-10 01:11  Birthday\res\1.BMP

     文件    8313896  2011-08-24 17:03  Birthday\res\2.bmp

     文件    2250054  2011-08-06 10:34  Birthday\res\200842113045423_2.bmp

     文件    1689056  2011-08-24 16:12  Birthday\res\3.bmp

     文件    2359352  2011-08-10 01:20  Birthday\res\4792388_123102183964_2.bmp

     文件    2349182  2011-08-06 10:34  Birthday\res\8db248de249dacefcc116619.bmp

     文件    2359350  2011-08-06 10:34  Birthday\res\a57e0435a457d69aa61e129b.bmp

     文件       1078  2011-08-05 17:30  Birthday\res\Birthday.ico

     文件        400  2011-08-05 17:30  Birthday\res\Birthday.rc2

     文件      98654  2011-08-21 22:51  Birthday\res\[Happy Birthday]ICON04.ico

     文件   25422380  2011-08-21 21:02  Birthday\res\生日快乐 纯音乐版.wav

     文件       1000  2011-08-24 16:44  Birthday\Resource.h

     文件        210  2011-08-05 17:30  Birthday\StdAfx.cpp

     文件       1054  2011-08-05 17:30  Birthday\StdAfx.h

     目录          0  2012-10-22 17:21  Birthday\res

     目录          0  2012-10-22 17:31  Birthday

----------- ---------  ---------- -----  ----

............此处省略2个文件信息

评论

共有 条评论