• 大小: 17.47MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-13
  • 语言: 其他
  • 标签: 上位机  

资源简介

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源码\Debug\font.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\font.sbr

     文件      92225  2015-02-02 23:41  RFonline-pc源码\Debug\iledbarx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iledbarx.sbr

     文件      84170  2015-02-02 23:41  RFonline-pc源码\Debug\iledrectanglex.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iledrectanglex.sbr

     文件      73529  2015-02-02 23:41  RFonline-pc源码\Debug\iledroundx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iledroundx.sbr

     文件      56290  2015-02-02 23:41  RFonline-pc源码\Debug\iplotannotationx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotannotationx.sbr

     文件     141198  2015-02-02 23:41  RFonline-pc源码\Debug\iplotaxisx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotaxisx.sbr

     文件     215364  2015-02-02 23:41  RFonline-pc源码\Debug\iplotchannelx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotchannelx.sbr

     文件      64857  2015-02-02 23:41  RFonline-pc源码\Debug\iplotdatacursorx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotdatacursorx.sbr

     文件      73924  2015-02-02 23:41  RFonline-pc源码\Debug\iplotdataviewx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotdataviewx.sbr

     文件      32284  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlabelx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlabelx.sbr

     文件      93396  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlegendx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlegendx.sbr

     文件      30020  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlimitx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplotlimitx.sbr

     文件      17937  2015-02-02 23:41  RFonline-pc源码\Debug\iplottablecolumnx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplottablecolumnx.sbr

     文件      48532  2015-02-02 23:41  RFonline-pc源码\Debug\iplottablex.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplottablex.sbr

     文件      52488  2015-02-02 23:41  RFonline-pc源码\Debug\iplottoolbarx.obj

     文件          0  2015-02-02 23:41  RFonline-pc源码\Debug\iplottoolbarx.sbr

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

评论

共有 条评论