• 大小: 73KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-05-16
  • 语言: 其他
  • 标签: MsChart  

资源简介

直接将这些文件拷贝到工程目录的相应头文件里,配置好ocx后,就可以调用vc版本的mschart了,亲测可用。

资源截图

代码片段和文件信息

// 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::GetBold()
{
BOOL result;
GetProperty(0x3 VT_BOOL (void*)&result);
return result;
}

void COleFont::SetBold(BOOL propVal)
{
SetProperty(0x3 VT_BOOL propVal);
}

BOOL COleFont::GetItalic()
{
BOOL result;
GetProperty(0x4 VT_BOOL (void*)&result);
return result;
}

void COleFont::SetItalic(BOOL propVal)
{
SetProperty(0x4 VT_BOOL propVal);
}

BOOL COleFont::GetUnderline()
{
BOOL result;
GetProperty(0x5 VT_BOOL (void*)&result);
return result;
}

void COleFont::SetUnderline(BOOL propVal)
{
SetProperty(0x5 VT_BOOL propVal);
}

BOOL COleFont::GetStrikethrough()
{
BOOL result;
GetProperty(0x6 VT_BOOL (void*)&result);
return result;
}

void COleFont::SetStrikethrough(BOOL propVal)
{
SetProperty(0x6 VT_BOOL propVal);
}

short COleFont::GetWeight()
{
short result;
GetProperty(0x7 VT_I2 (void*)&result);
return result;
}

void COleFont::SetWeight(short propVal)
{
SetProperty(0x7 VT_I2 propVal);
}

short COleFont::GetCharset()
{
short result;
GetProperty(0x8 VT_I2 (void*)&result);
return result;
}

void COleFont::SetCharset(short propVal)
{
SetProperty(0x8 VT_I2 propVal);
}

/////////////////////////////////////////////////////////////////////////////
// COleFont operations

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-07-09 13:15  使用MsChart所需要的头文件\
     文件        2505  2003-12-30 13:17  使用MsChart所需要的头文件\MainFrm.cpp
     文件        1581  2003-12-30 13:17  使用MsChart所需要的头文件\MainFrm.h
     文件        2098  2003-12-30 13:19  使用MsChart所需要的头文件\font.cpp
     文件        1461  2003-12-30 13:19  使用MsChart所需要的头文件\font.h
     文件       15516  2003-12-30 13:19  使用MsChart所需要的头文件\mschart.cpp
     文件        4854  2003-12-30 13:19  使用MsChart所需要的头文件\mschart.h
     文件        2567  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxis.cpp
     文件        1620  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxis.h
     文件         930  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxisgrid.cpp
     文件        1242  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxisgrid.h
     文件        1775  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxisscale.cpp
     文件        1355  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxisscale.h
     文件        2370  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxistitle.cpp
     文件        1550  2003-12-30 13:19  使用MsChart所需要的头文件\vcaxistitle.h
     文件        1155  2003-12-30 13:19  使用MsChart所需要的头文件\vcbackdrop.cpp
     文件        1299  2003-12-30 13:19  使用MsChart所需要的头文件\vcbackdrop.h
     文件        1538  2003-12-30 13:19  使用MsChart所需要的头文件\vcbrush.cpp
     文件        1330  2003-12-30 13:19  使用MsChart所需要的头文件\vcbrush.h
     文件        1864  2003-12-30 13:19  使用MsChart所需要的头文件\vccategoryscale.cpp
     文件        1431  2003-12-30 13:19  使用MsChart所需要的头文件\vccategoryscale.h
     文件        1921  2003-12-30 13:19  使用MsChart所需要的头文件\vccolor.cpp
     文件        1359  2003-12-30 13:19  使用MsChart所需要的头文件\vccolor.h
     文件        1239  2003-12-30 13:19  使用MsChart所需要的头文件\vccoor.cpp
     文件        1206  2003-12-30 13:19  使用MsChart所需要的头文件\vccoor.h
     文件        6503  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatagrid.cpp
     文件        2665  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatagrid.h
     文件        1911  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatapoint.cpp
     文件        1470  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatapoint.h
     文件        4562  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatapointlabel.cpp
     文件        2016  2003-12-30 13:19  使用MsChart所需要的头文件\vcdatapointlabel.h
............此处省略64个文件信息

评论

共有 条评论