文件名称:一个优秀的VC网格控件CGridCtrl
文件大小:342KB
文件格式:ZIP
更新时间:2011-10-08 09:31:38
CGridCtrl网格控件
网格控件的用途非常广泛,在我的一个项目中需要实现类似EXCEL的界面,为此我采用了一个优秀的CGridCtrl控件,其原作者为 Chris Maunder (原作者所写的MFC Grid control的最新版本可以到http://www.codetools.com/miscctrl/gridctrl.asp查阅)为了方便地实现单元格的合并和撤销,我定制了如下的几个公有成员函数 SetCellCombine(); //设置单元格的合并特性 UndoCellCombine(); //取消合并 SetFixedCellCombine(); //合并单元格 GetCellp(); //取得单元格对象指针 其具体的实现我在代码中添加了//want remove it? 和//added for combine;注释语句来表明这段说明中的代码是用于合并。以方便以后的改变。 使用办法: 将文件名为:GridCtr.cpp,GridCtr.p,CellRange.h,GridDropTarget.cpp,GridDropTarget.h InPlaceEdit.cpp,InPlaceEdit.h, InPlaceList.cpp,InPlaceList.h, MemDC.h,TitleTip.cpp, TitleTip.h 复制到你的项目中然后导入。修改相应的头文件就可以了
【文件预览】:
gridctrl.html
gridctrl_demo226
----GridCtrlDemo.rc(11KB)
----GridCtrl_src()
--------GridCtrl.h(41KB)
--------GridCtrl.cpp(227KB)
--------GridCellBase.cpp(26KB)
--------TitleTip.h(3KB)
--------CellRange.h(5KB)
--------MemDC.h(3KB)
--------GridCellBase.h(8KB)
--------Experimental Upgrades()
--------GridCell.h(6KB)
--------TitleTip.cpp(9KB)
--------InPlaceEdit.h(2KB)
--------GridCell.cpp(7KB)
--------GridDropTarget.h(3KB)
--------GridDropTarget.cpp(4KB)
--------InPlaceEdit.cpp(8KB)
----GridCtrlDemo.sln.vs2003(2KB)
----StdAfx.cpp(210B)
----GridCtrlDemo.dsw(549B)
----resource.h(4KB)
----GridCtrlDemo.cpp(2KB)
----GridCtrlDemo.h(1KB)
----GridCtrlDemo.vcproj.vs2003(14KB)
----GridCtrlDemo.clw(6KB)
----GridCtrlDemoDlg.cpp(33KB)
----GridCtrlDemo.vcproj(16KB)
----GridCtrlDemo.sln(2KB)
----GridCtrlDemoDlg.h(5KB)
----StdAfx.h(964B)
----ReleaseStatic()
--------GridCtrlDemo.exe(136KB)
----GridCtrlDemoCE.dsw(754B)
----gridctrl_in_view()
--------GridViewDemoView.cpp(5KB)
--------StdAfx.cpp(210B)
--------GridViewDemo.cpp(4KB)
--------resource.h(646B)
--------GridViewDemo.h(1KB)
--------MainFrm.h(2KB)
--------GridViewDemo.rc(14KB)
--------GridViewDemoDoc.cpp(2KB)
--------GridViewDemo.dsw(549B)
--------GridViewDemoView.h(2KB)
--------ReadMe.txt(4KB)
--------GridViewDemo.clw(4KB)
--------StdAfx.h(987B)
--------MainFrm.cpp(3KB)
--------GridViewDemo.sln(883B)
--------GridViewDemo.vcproj(8KB)
--------Release()
--------GridViewDemoDoc.h(2KB)
--------res()
--------ChildFrm.cpp(1KB)
--------ChildFrm.h(1KB)
--------GridViewDemo.dsp(6KB)
----GridCtrlDemoCE.vcp(53KB)
----NewCellTypes()
--------GridCellNumeric.h(798B)
--------GridURLCell.h(1KB)
--------GridCellCheck.cpp(5KB)
--------GridCellDateTime.h(3KB)
--------GridURLCell.cpp(5KB)
--------GridCellCombo.cpp(14KB)
--------GridCellDateTime.cpp(6KB)
--------GridCellNumeric.cpp(1KB)
--------GridCellCheck.h(2KB)
--------GridCellCombo.h(5KB)
----res()
--------GreyGrid.ico(5KB)
--------smallico.bmp(1KB)
--------Toolbar.bmp(718B)
--------cursor1.cur(326B)
--------GridCtrlDemo.rc2(404B)
--------GridCtrlDemo.ico(5KB)
----GridCtrlDemoCE.vcw(558B)
----GridCtrlDemoCE.vco(55KB)
----GridCtrlDemoCE.dsp(37KB)
----GridCtrlDemo.dsp(9KB)