ZigBee上位机程序带源码


ZigBee上位机程序(带源码),最新资料,绝对好用,方便大家参考学习
资源截图
代码片段和文件信息
// 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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      13644  2015-02-02 23:41  RFonline-pc源码Debugfont.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugfont.sbr

     文件      92225  2015-02-02 23:41  RFonline-pc源码Debugiledbarx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiledbarx.sbr

     文件      84170  2015-02-02 23:41  RFonline-pc源码Debugiledrectanglex.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiledrectanglex.sbr

     文件      73529  2015-02-02 23:41  RFonline-pc源码Debugiledroundx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiledroundx.sbr

     文件      56290  2015-02-02 23:41  RFonline-pc源码Debugiplotannotationx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotannotationx.sbr

     文件     141198  2015-02-02 23:41  RFonline-pc源码Debugiplotaxisx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotaxisx.sbr

     文件     215364  2015-02-02 23:41  RFonline-pc源码Debugiplotchannelx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotchannelx.sbr

     文件      64857  2015-02-02 23:41  RFonline-pc源码Debugiplotdatacursorx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotdatacursorx.sbr

     文件      73924  2015-02-02 23:41  RFonline-pc源码Debugiplotdataviewx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotdataviewx.sbr

     文件      32284  2015-02-02 23:41  RFonline-pc源码Debugiplotlabelx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotlabelx.sbr

     文件      93396  2015-02-02 23:41  RFonline-pc源码Debugiplotlegendx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotlegendx.sbr

     文件      30020  2015-02-02 23:41  RFonline-pc源码Debugiplotlimitx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplotlimitx.sbr

     文件      17937  2015-02-02 23:41  RFonline-pc源码Debugiplottablecolumnx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplottablecolumnx.sbr

     文件      48532  2015-02-02 23:41  RFonline-pc源码Debugiplottablex.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplottablex.sbr

     文件      52488  2015-02-02 23:41  RFonline-pc源码Debugiplottoolbarx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码Debugiplottoolbarx.sbr

............此处省略103个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)