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

资源简介

C++实战源码-设置单元格的字体(入门级实例435).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CellFont.h“
#include “CellFontDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCellFontApp

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

/////////////////////////////////////////////////////////////////////////////
// CCellFontApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCellFontApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1265  2010-11-13 14:13  CellFont\CellFont.clw
     文件        2113  2009-09-25 10:45  CellFont\CellFont.cpp
     文件        4319  2009-09-25 10:53  CellFont\CellFont.dsp
     文件         541  2009-09-25 08:50  CellFont\CellFont.dsw
     文件        1346  2009-09-25 08:50  CellFont\CellFont.h
     文件        5491  2009-09-25 10:44  CellFont\CellFont.rc
     文件        6694  2010-11-13 11:52  CellFont\CellFontDlg.cpp
     文件        1401  2009-09-25 10:17  CellFont\CellFontDlg.h
     文件      152534  2009-09-25 10:29  CellFont\excel9.cpp
     文件       40840  2009-09-25 10:29  CellFont\excel9.h
     文件         824  2009-09-25 10:44  CellFont\resource.h
     文件         210  2009-09-25 08:50  CellFont\StdAfx.cpp
     文件        1054  2009-09-25 08:50  CellFont\StdAfx.h
     文件        1078  2009-09-25 08:50  CellFont\res\CellFont.ico
     文件         400  2009-09-25 08:50  CellFont\res\CellFont.rc2

评论

共有 条评论