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

资源简介

C++实战源码-如何在图片上平滑移动文字(入门级实例519).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MoveText.h“
#include “MoveTextDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMoveTextApp

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

/////////////////////////////////////////////////////////////////////////////
// CMoveTextApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMoveTextApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1254  2010-07-16 13:20  MoveText\MoveText.clw
     文件        2091  2007-05-08 08:48  MoveText\MoveText.cpp
     文件        4389  2007-05-08 08:48  MoveText\MoveText.dsp
     文件         541  2007-05-08 08:48  MoveText\MoveText.dsw
     文件        1346  2007-05-08 08:48  MoveText\MoveText.h
     文件        5517  2007-05-08 08:48  MoveText\MoveText.rc
     文件        6026  2007-05-08 08:48  MoveText\MoveTextDlg.cpp
     文件        1777  2007-05-08 08:48  MoveText\MoveTextDlg.h
     文件        1314  2007-05-08 08:48  MoveText\MyStatic.cpp
     文件        1231  2007-05-08 08:48  MoveText\MyStatic.h
     文件         777  2007-05-08 08:48  MoveText\resource.h
     文件         210  2007-05-08 08:48  MoveText\StdAfx.cpp
     文件        1054  2007-05-08 08:48  MoveText\StdAfx.h
     文件      806456  2007-05-08 08:48  MoveText\res\0362.bmp
     文件        5694  2005-10-08 16:28  MoveText\res\MoveText.ico
     文件         400  2007-05-08 08:48  MoveText\res\MoveText.rc2

评论

共有 条评论