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

资源简介

C++实战源码-设置单元格边框样式(入门级实例436).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CellBorder.h“
#include “CellBorderDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCellBorderApp

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

/////////////////////////////////////////////////////////////////////////////
// CCellBorderApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1151  2010-11-13 14:14  CellBorder\CellBorder.clw
     文件        2141  2009-09-25 11:29  CellBorder\CellBorder.cpp
     文件        4355  2009-09-25 13:34  CellBorder\CellBorder.dsp
     文件         545  2009-09-25 11:00  CellBorder\CellBorder.dsw
     文件        1368  2009-09-25 11:00  CellBorder\CellBorder.h
     文件        5318  2009-09-25 11:48  CellBorder\CellBorder.rc
     文件        5549  2010-11-13 11:53  CellBorder\CellBorderDlg.cpp
     文件        1375  2009-09-25 12:53  CellBorder\CellBorderDlg.h
     文件      150337  2009-09-25 11:47  CellBorder\excel9.cpp
     文件       40338  2009-09-25 11:47  CellBorder\excel9.h
     文件         734  2009-09-25 11:48  CellBorder\resource.h
     文件         212  2009-09-25 11:00  CellBorder\StdAfx.cpp
     文件        1054  2009-09-25 11:00  CellBorder\StdAfx.h
     文件        1078  2009-09-25 11:00  CellBorder\res\CellBorder.ico
     文件         402  2009-09-25 11:00  CellBorder\res\CellBorder.rc2

评论

共有 条评论