资源简介
MFC GDI+ 用png图片做的异形窗口,渐显渐隐启动退出,可以用来做启动画面。
代码片段和文件信息
// shape2.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “shape2.h“
#include “shape2Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CShape2App
BEGIN_MESSAGE_MAP(CShape2App CWinApp)
//{{AFX_MSG_MAP(CShape2App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CShape2App construction
CShape2App::CShape2App()
{
// TODO: add construction code here
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-08-06 12:30 shape2\
文件 142775 2013-07-22 21:33 shape2\abc.png
文件 3579 2013-07-22 21:35 shape2\ReadMe.txt
目录 0 2013-07-22 21:35 shape2\res\
文件 638 2013-07-22 22:13 shape2\resource.h
文件 1078 2013-07-22 21:35 shape2\res\shape2.ico
文件 398 2013-07-22 21:35 shape2\res\shape2.rc2
文件 35396 2013-08-06 12:17 shape2\shape2.aps
文件 1083 2013-08-06 12:29 shape2\shape2.clw
文件 2419 2013-07-22 21:42 shape2\shape2.cpp
文件 4199 2013-07-22 22:52 shape2\shape2.dsp
文件 537 2013-07-22 21:35 shape2\shape2.dsw
文件 1378 2013-07-22 21:39 shape2\shape2.h
文件 50176 2013-08-06 12:30 shape2\shape2.ncb
文件 55808 2013-08-06 12:30 shape2\shape2.opt
文件 1230 2013-08-06 12:29 shape2\shape2.plg
文件 5132 2013-08-06 12:17 shape2\shape2.rc
文件 9335 2013-08-06 12:29 shape2\shape2Dlg.cpp
文件 2107 2013-07-22 22:12 shape2\shape2Dlg.h
文件 208 2013-07-22 21:35 shape2\StdAfx.cpp
文件 1329 2013-07-22 21:36 shape2\StdAfx.h
- 上一篇:VC++超市进销存管理系统 用的是Access数据库
- 下一篇:离散集合等值线
评论
共有 条评论