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

资源简介

C++实战源码-垂直滚动的字体(入门级实例588).zip

资源截图

代码片段和文件信息

// MainFrm.cpp : implementation of the CMainframe class
//

#include “stdafx.h“
#include “ScrollText.h“

#include “MainFrm.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMainframe

IMPLEMENT_DYNCREATE(CMainframe CframeWnd)

BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

static UINT indicators[] =
{
ID_SEPARATOR           // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};

/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction

CMainframe::CMainframe()
{
// TODO: add member initialization code here

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2516  2007-04-10 13:28  ScrollText\MainFrm.cpp
     文件        1581  2007-03-24 14:30  ScrollText\MainFrm.h
     文件         689  2007-04-10 13:27  ScrollText\resource.h
     文件        2415  2007-04-11 16:24  ScrollText\ScrollText.clw
     文件        4323  2007-04-21 10:53  ScrollText\ScrollText.cpp
     文件        4639  2007-03-24 14:30  ScrollText\ScrollText.dsp
     文件         545  2007-03-24 14:30  ScrollText\ScrollText.dsw
     文件        1400  2007-03-24 14:30  ScrollText\ScrollText.h
     文件       11826  2007-04-10 13:27  ScrollText\ScrollText.rc
     文件        1822  2007-03-24 14:30  ScrollText\ScrollTextDoc.cpp
     文件        1519  2007-03-24 14:30  ScrollText\ScrollTextDoc.h
     文件        3410  2007-05-06 14:36  ScrollText\ScrollTextView.cpp
     文件        1856  2007-04-21 10:34  ScrollText\ScrollTextView.h
     文件         212  2007-03-24 14:30  ScrollText\StdAfx.cpp
     文件        1054  2007-03-24 14:30  ScrollText\StdAfx.h
     文件        1078  2007-03-24 14:30  ScrollText\res\ScrollText.ico
     文件         402  2007-03-24 14:30  ScrollText\res\ScrollText.rc2
     文件        1078  2007-03-24 14:30  ScrollText\res\ScrollTextDoc.ico
     文件        1078  2007-03-24 14:30  ScrollText\res\Toolbar.bmp

评论

共有 条评论