资源简介
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
- 上一篇:C++实战源码-工具栏右键菜单
- 下一篇:C++实战源码-右对齐菜单
相关资源
- C++实战源码-小蛇长得快(入门级602)
- C++实战源码-文字水平滚动(入门级
- C++实战源码-替换指定的字符串(入门
- C++实战源码-小球称重(入门级046)
- C++实战源码-新同学的年龄(入门级
- C++实战源码-向数组中赋值(入门级
- C++实战源码-用#打印三角形(入门级
- C++实战源码-统计学生成绩分布(入门
- C++实战源码-向数组中插入元素(入门
- C++实战源码-用指向函数的指针比较大
- C++实战源码-用宏定义实现值互换(入
- C++实战源码-CD抓取(入门级574).zip
- C++实战源码-指定符号分割字符串(入
- C++实战源码-抓不住的兔子(入门级
- C++实战源码-用new动态创建结构体(入
- C++实战源码-将AVI动画分解成BMP位图(
- C++实战源码-修改可执行文件中的资源
- C++实战源码-指向结构体变量的指针(
- C++实战源码-将二维数组行列对换(入
- C++实战源码-应用random_shuffle算法将元
- C++实战源码-应用adjacent_find算法搜索相
- C++实战源码-数组中整数的判断(入门
- C++实战源码-获取数组中元素的个数(
- C++实战源码-将二维数组转换为一维数
- C++实战源码-迭代器的用法(入门级
- C++实战源码-二维数组行最大值中的最
- C++实战源码-输出数组元素(入门级
- C++实战源码-使用指针变量遍历二维数
- C++实战源码-数组中连续相等数的计数
- C++实战源码-计算字符串中有多少个单
评论
共有 条评论