資源簡(jiǎn)介
波形顯示波形顯示波形顯示波形顯示波形顯示波形顯示波形顯示波形顯示

代碼片段和文件信息
//?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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????123??2001-08-20?12:58??WaveEditTest\AutoBuildCount.h
?????文件??????13053??2010-03-24?11:54??WaveEditTest\Debug\font.obj
?????文件??????39738??2010-03-24?11:54??WaveEditTest\Debug\mmwaveeditx.obj
?????文件?????105576??2010-03-24?11:54??WaveEditTest\Debug\StdAfx.obj
?????文件?????205824??2010-03-29?13:13??WaveEditTest\Debug\vc60.idb
?????文件?????364544??2010-03-24?11:54??WaveEditTest\Debug\vc60.pdb
?????文件?????118862??2010-03-29?13:13??WaveEditTest\Debug\WaveEditTest.exe
?????文件?????247548??2010-03-29?13:13??WaveEditTest\Debug\WaveEditTest.ilk
?????文件??????15268??2010-03-24?11:54??WaveEditTest\Debug\WaveEditTest.obj
?????文件????5494376??2010-03-24?11:54??WaveEditTest\Debug\WaveEditTest.pch
?????文件?????402432??2010-03-29?13:13??WaveEditTest\Debug\WaveEditTest.pdb
?????文件???????3156??2010-03-29?13:13??WaveEditTest\Debug\WaveEditTest.res
?????文件??????43708??2010-03-24?11:54??WaveEditTest\Debug\WaveEditTestDlg.obj
?????文件???????2098??2001-08-20?09:11??WaveEditTest\font.cpp
?????文件???????1461??2001-08-20?09:11??WaveEditTest\font.h
?????文件???????5978??2001-08-20?09:11??WaveEditTest\mmwaveeditx.cpp
?????文件???????3098??2001-08-20?09:11??WaveEditTest\mmwaveeditx.h
?????文件???????3687??2001-08-20?09:07??WaveEditTest\ReadMe.txt
?????文件??????28672??2001-08-20?12:58??WaveEditTest\Release\WaveEditTest.exe
?????文件???????1078??2001-08-20?09:07??WaveEditTest\res\WaveEditTest.ico
?????文件????????404??2001-08-20?09:07??WaveEditTest\res\WaveEditTest.rc2
?????文件????????966??2001-08-20?09:33??WaveEditTest\Resource.h
?????文件????????214??2001-08-20?09:07??WaveEditTest\StdAfx.cpp
?????文件???????1054??2001-08-20?09:07??WaveEditTest\StdAfx.h
?????文件??????36784??2010-03-29?13:13??WaveEditTest\WaveEditTest.aps
?????文件???????2208??2010-03-29?13:13??WaveEditTest\WaveEditTest.clw
?????文件???????2147??2001-08-20?09:07??WaveEditTest\WaveEditTest.cpp
?????文件???????5012??2001-08-20?09:14??WaveEditTest\WaveEditTest.dsp
?????文件????????591??2001-08-20?09:14??WaveEditTest\WaveEditTest.dsw
?????文件???????1390??2001-08-20?09:07??WaveEditTest\WaveEditTest.h
............此處省略13個(gè)文件信息
評(píng)論
共有 條評(píng)論