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

资源简介

C++ 打印图表(提高篇-实例506).zip

资源截图

代码片段和文件信息

// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++

// NOTE: Do not modify the contents of this file.  If this class is regenerated by
//  Microsoft Visual C++ your modifications will be overwritten.


#include “stdafx.h“
#include “font.h“


/////////////////////////////////////////////////////////////////////////////
// COleFont properties

CString COleFont::GetName()
{
CString result;
GetProperty(0x0 VT_BSTR (void*)&result);
return result;
}

void COleFont::SetName(LPCTSTR propVal)
{
SetProperty(0x0 VT_BSTR propVal);
}

CY COleFont::GetSize()
{
CY result;
GetProperty(0x2 VT_CY (void*)&result);
return result;
}

void COleFont::SetSize(const CY& propVal)
{
SetProperty(0x2 VT_CY &propVal);
}

BOOL COleFont::

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        2098  2014-01-04 11:52  PrintChart\font.cpp
     文件        1461  2014-01-04 11:52  PrintChart\font.h
     文件       15516  2014-01-04 11:52  PrintChart\mschart.cpp
     文件        4854  2014-01-04 11:52  PrintChart\mschart.h
     文件       20844  2014-01-09 11:36  PrintChart\Picture.aps
     文件        1131  2014-01-09 11:37  PrintChart\Picture.clw
     文件        2077  2007-08-21 15:47  PrintChart\Picture.cpp
     文件       17891  2014-01-04 13:56  PrintChart\Picture.dsp
     文件         583  2014-01-04 11:52  PrintChart\Picture.dsw
     文件        1335  2007-08-21 15:47  PrintChart\Picture.h
     文件      282112  2014-01-09 11:37  PrintChart\Picture.opt
     文件        5271  2014-01-04 13:56  PrintChart\Picture.rc
     文件        6452  2014-01-04 14:07  PrintChart\PictureDlg.cpp
     文件        1388  2014-01-04 13:55  PrintChart\PictureDlg.h
     文件        3597  2007-08-21 15:47  PrintChart\ReadMe.txt
     文件         914  2014-01-04 13:55  PrintChart\resource.h
     文件         209  2007-08-21 15:47  PrintChart\StdAfx.cpp
     文件        1054  2007-08-21 15:47  PrintChart\StdAfx.h
     文件        2567  2014-01-04 11:52  PrintChart\vcaxis.cpp
     文件        1620  2014-01-04 11:52  PrintChart\vcaxis.h
     文件         930  2014-01-04 11:52  PrintChart\vcaxisgrid.cpp
     文件        1242  2014-01-04 11:52  PrintChart\vcaxisgrid.h
     文件        1775  2014-01-04 11:52  PrintChart\vcaxisscale.cpp
     文件        1355  2014-01-04 11:52  PrintChart\vcaxisscale.h
     文件        2370  2014-01-04 11:52  PrintChart\vcaxistitle.cpp
     文件        1550  2014-01-04 11:52  PrintChart\vcaxistitle.h
     文件        1155  2014-01-04 11:52  PrintChart\vcbackdrop.cpp
     文件        1299  2014-01-04 11:52  PrintChart\vcbackdrop.h
     文件        1538  2014-01-04 11:52  PrintChart\vcbrush.cpp
     文件        1330  2014-01-04 11:52  PrintChart\vcbrush.h
     文件        1864  2014-01-04 11:52  PrintChart\vccategoryscale.cpp
............此处省略78个文件信息

评论

共有 条评论