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

资源简介

C++实战源码-显示Word艺术字(入门级实例498).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “WordArtFont.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

}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2517  2007-05-06 09:33  WordArtFont\MainFrm.cpp
     文件        1581  2007-05-06 09:30  WordArtFont\MainFrm.h
     文件      835815  2007-05-06 09:37  WordArtFont\msword9.cpp
     文件      258291  2007-05-06 09:37  WordArtFont\msword9.h
     文件         690  2007-05-06 09:33  WordArtFont\resource.h
     文件         213  2007-05-06 09:30  WordArtFont\StdAfx.cpp
     文件        1054  2007-05-06 09:30  WordArtFont\StdAfx.h
     文件        2554  2010-11-11 09:04  WordArtFont\WordArtFont.clw
     文件        4416  2010-11-11 09:05  WordArtFont\WordArtFont.cpp
     文件        4783  2007-05-06 10:44  WordArtFont\WordArtFont.dsp
     文件         547  2007-05-06 09:30  WordArtFont\WordArtFont.dsw
     文件        1441  2010-11-11 09:04  WordArtFont\WordArtFont.h
     文件       11837  2007-05-06 09:33  WordArtFont\WordArtFont.rc
     文件        1842  2007-05-06 09:30  WordArtFont\WordArtFontDoc.cpp
     文件        1530  2007-05-06 09:30  WordArtFont\WordArtFontDoc.h
     文件        3946  2009-08-26 20:13  WordArtFont\WordArtFontView.cpp
     文件        2033  2007-05-06 09:49  WordArtFont\WordArtFontView.h
     文件         106  2010-11-11 09:08  WordArtFont\程序使用说明.txt
     文件        1078  2007-05-06 09:30  WordArtFont\res\Toolbar.bmp
     文件        1078  2007-05-06 09:30  WordArtFont\res\WordArtFont.ico
     文件         403  2007-05-06 09:30  WordArtFont\res\WordArtFont.rc2
     文件        1078  2007-05-06 09:30  WordArtFont\res\WordArtFontDoc.ico

评论

共有 条评论