资源简介
该程序实现类似windows xp系统下的控制面板风格界面,实现扩展信息显示,动态展开和关闭列表信息;同时可以在listcontrol的扩展信息行上添加按钮,对行信息进行控制。有需要实现此类风格界面的可以参考。
代码片段和文件信息
// 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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2098 2005-04-22 17:46 listctrl\高度可变\ListTest\font.cpp
文件 1461 2005-04-22 17:46 listctrl\高度可变\ListTest\font.h
文件 6071 2005-05-08 11:01 listctrl\高度可变\ListTest\ItemDlg.cpp
文件 2519 2005-04-30 10:51 listctrl\高度可变\ListTest\ItemDlg.h
文件 9903 2005-04-30 10:50 listctrl\高度可变\ListTest\ListEx.cpp
文件 2830 2005-04-29 11:55 listctrl\高度可变\ListTest\ListEx.h
文件 69 2005-07-04 09:58 listctrl\高度可变\ListTest\ListTest.bbs
文件 1981 2005-07-04 09:56 listctrl\高度可变\ListTest\ListTest.clw
文件 2091 2005-04-22 16:12 listctrl\高度可变\ListTest\ListTest.cpp
文件 6089 2005-04-25 16:22 listctrl\高度可变\ListTest\ListTest.dsp
文件 583 2005-04-22 17:48 listctrl\高度可变\ListTest\ListTest.dsw
文件 1346 2005-04-22 16:12 listctrl\高度可变\ListTest\ListTest.h
文件 82944 2006-02-22 09:26 listctrl\高度可变\ListTest\ListTest.ncb
文件 53760 2006-02-22 09:26 listctrl\高度可变\ListTest\ListTest.opt
文件 2574 2006-02-22 09:26 listctrl\高度可变\ListTest\ListTest.plg
文件 5916 2005-07-04 09:56 listctrl\高度可变\ListTest\ListTest.rc
文件 5705 2005-07-04 09:56 listctrl\高度可变\ListTest\ListTestDlg.cpp
文件 1412 2005-04-28 16:30 listctrl\高度可变\ListTest\ListTestDlg.h
文件 29360 2005-04-22 17:46 listctrl\高度可变\ListTest\msflexgrid.cpp
文件 7490 2005-04-22 17:46 listctrl\高度可变\ListTest\msflexgrid.h
文件 1128 2005-04-22 17:46 listctrl\高度可变\ListTest\picture.cpp
文件 1295 2005-04-22 17:46 listctrl\高度可变\ListTest\picture.h
文件 3615 2005-04-22 16:12 listctrl\高度可变\ListTest\ReadMe.txt
文件 246 2005-04-25 10:09 listctrl\高度可变\ListTest\res\bitmap1.bmp
文件 246 2005-04-25 10:11 listctrl\高度可变\ListTest\res\bitmap2.bmp
文件 246 2005-04-25 10:11 listctrl\高度可变\ListTest\res\bitmap3.bmp
文件 246 2005-04-25 10:11 listctrl\高度可变\ListTest\res\bitmap4.bmp
文件 246 2005-04-25 14:17 listctrl\高度可变\ListTest\res\bitmap5.bmp
文件 1078 2005-04-22 16:12 listctrl\高度可变\ListTest\res\ListTest.ico
文件 400 2005-04-22 16:12 listctrl\高度可变\ListTest\res\ListTest.rc2
............此处省略14个文件信息
- 上一篇:流体力学实验报告含思考题
- 下一篇:S3C44B0X+触摸屏连接电路
评论
共有 条评论