资源简介
在VC++中使用MSChart表格控件,效果不错。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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 196689 2014-04-13 19:40 TestMsChart\Debug\TestMsChart.exe
文件 2098 2014-04-13 18:38 TestMsChart\font.cpp
文件 1461 2014-04-13 18:38 TestMsChart\font.h
文件 15516 2014-04-13 18:38 TestMsChart\mschart.cpp
文件 4854 2014-04-13 18:38 TestMsChart\mschart.h
文件 3669 2014-04-13 18:37 TestMsChart\ReadMe.txt
文件 1078 2014-04-13 18:37 TestMsChart\res\TestMsChart.ico
文件 403 2014-04-13 18:37 TestMsChart\res\TestMsChart.rc2
文件 735 2014-04-13 19:03 TestMsChart\resource.h
文件 213 2014-04-13 18:37 TestMsChart\StdAfx.cpp
文件 1054 2014-04-13 18:37 TestMsChart\StdAfx.h
文件 45508 2014-04-13 19:08 TestMsChart\TestMsChart.aps
文件 1293 2014-04-13 19:40 TestMsChart\TestMsChart.clw
文件 2133 2014-04-13 18:37 TestMsChart\TestMsChart.cpp
文件 18154 2014-04-13 18:41 TestMsChart\TestMsChart.dsp
文件 591 2014-04-13 18:41 TestMsChart\TestMsChart.dsw
文件 1379 2014-04-13 18:37 TestMsChart\TestMsChart.h
文件 197632 2014-04-13 19:40 TestMsChart\TestMsChart.ncb
文件 48640 2014-04-13 19:40 TestMsChart\TestMsChart.opt
文件 2322 2014-04-13 19:40 TestMsChart\TestMsChart.plg
文件 44482 2014-04-13 19:08 TestMsChart\TestMsChart.rc
文件 9238 2014-04-13 19:40 TestMsChart\TestMsChartDlg.cpp
文件 1530 2014-04-13 19:05 TestMsChart\TestMsChartDlg.h
文件 2567 2014-04-13 18:38 TestMsChart\vcaxis.cpp
文件 1620 2014-04-13 18:38 TestMsChart\vcaxis.h
文件 930 2014-04-13 18:38 TestMsChart\vcaxisgrid.cpp
文件 1242 2014-04-13 18:38 TestMsChart\vcaxisgrid.h
文件 1775 2014-04-13 18:38 TestMsChart\vcaxisscale.cpp
文件 1355 2014-04-13 18:38 TestMsChart\vcaxisscale.h
文件 2370 2014-04-13 18:38 TestMsChart\vcaxisti
............此处省略87个文件信息
相关资源
- 郁金香vc++辅助教程合集
- VC++ MFC 的计算器的详细设计
- vc++ 和 openGL 做的 3D水波模拟 非常炫
- VC++实现算数编码
- VIsual C++实现的连连看游戏程序
- VC6.0 网络程序设计 UDP 文件传输 客户
- MFC实现K均值算法
- 一个漂亮的VC++示波器生成类
- C++中用数组实现的通讯录
- vc++基于MFC实现多媒体播放器源码
- VC++ 实现定时关机或休眠-MFC 对话框应
-
Visual em
bed在VC中开发ARM程序的插件 - 完善版TreeTwo.rar
- 条码CODE128C语言算法
- CGridListCtrlEx源码vc++
- VC++ 串口调试助手源代码
- 四种VC表格控件源码
- vc++做的考试系统c/s模式
- VC++ 向指定串口发送和接收数据可十六
- vc++FTP搜索工具()
- 基于VC++的图像修复源代码
- 一个数字水印的VC++源程序,支持图片
- Visual C++串口通信
- 蜘蛛纸牌VC++
- VC++界面编程之 实现一个画板并提供
- VC++ WTL 9.0 安装包
- VC++ 内存扫描与内存数据读写.rar
- 画图程序最新版 MFC/VC/VC++ 很多功能哦
- 模拟船只航迹发生的VC++程序,是航船
- MT4接口API,VC++调用范例MT4 API
评论
共有 条评论