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

资源简介

C++实战源码-设置单元格根据文字长度进行调整(入门级实例438).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CellSize.h“
#include “CellSizeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCellSizeApp

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

/////////////////////////////////////////////////////////////////////////////
// CCellSizeApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCellSizeApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1120  2010-11-13 14:15  CellSize\CellSize.clw
     文件        2113  2009-09-25 16:08  CellSize\CellSize.cpp
     文件        4319  2009-09-25 16:08  CellSize\CellSize.dsp
     文件         541  2009-09-25 14:48  CellSize\CellSize.dsw
     文件        1346  2009-09-25 14:48  CellSize\CellSize.h
     文件        5305  2009-09-25 14:57  CellSize\CellSize.rc
     文件        5638  2010-11-13 11:54  CellSize\CellSizeDlg.cpp
     文件        1354  2009-09-25 14:55  CellSize\CellSizeDlg.h
     文件      147273  2009-09-25 14:56  CellSize\excel9.cpp
     文件       39378  2009-09-25 14:56  CellSize\excel9.h
     文件         732  2009-09-25 14:57  CellSize\resource.h
     文件         210  2009-09-25 14:48  CellSize\StdAfx.cpp
     文件        1054  2009-09-25 14:48  CellSize\StdAfx.h
     文件        1078  2009-09-25 14:48  CellSize\res\CellSize.ico
     文件         400  2009-09-25 14:48  CellSize\res\CellSize.rc2

评论

共有 条评论