搜索资源列表
listdemo可设置单元格颜色的ClistCtrl类
- listdemo可设置单元格颜色的ClistCtrl类,定制单元格颜色,能得到多彩效果-listdemo cells can be set to the color of ClistCtrl category, customized cells color effect can be colorful
TestChartLib
- Word式的表格制作工具,可以任意组合、拆分单元格,完全模拟纸张画表,实时打印预览,所见即所得。-Word-forms tool can be any combination, split cells, a full simulation of paper painting table, real-time print preview, WYSIWYG.
EduStringGrid_v2.0
- 功能简单说明 1)任意单元格融合,真融合与假融合; 2)列对齐(左、中、右),行对齐(上、中、下) 3)自动换行,多行表头 3)Flat,Grid3d,Lower 显示效果 4)标题排序(左键升序,右键降序),图标提示排序方向,支持大数据排序,速度非常非常快! 5)自动列宽,单列列宽 6)报表输出:打印机设置、表头、次表头、页脚、次页脚,字体、颜色、融合、对齐、列显示、打印预览、直接打印 7)导出:xls csv rtf txt html db dbf,大数据量支
TC 2.0 挖地雷
- TC 2.0 挖地雷 关于TC2.0版的挖地雷 1、整个游戏基于事件驱动的工作方式,这一点和windows应用程序是相通的。在程序的主 干中,不停的捕捉鼠标事件,再通过一个函数: Bool analysis(CPoint point, ClickInfor infor) 来分析鼠标事件作用在哪个对象上(游戏中的元素,比如按钮、菜单、地雷单元格都是 作为一个对象来看待),然后把鼠标事件分配到相应的对象上。不同的对象,对鼠标事件 有自己的事件处理函数,比如
gridctrl_merge
- 一个很经典的CGridCtrl例子,这个程序实现了单元格的合并与拆解.-a very CGridCtrl classic example of the realization of the process cells combined with the dismantling.
vsprintvsflex8
- 用 vsFlexGrid 时,如果用 Add 方法逐个添加数据,跟在 Excel 中用Range()设置单元格的数据一样的慢,所以需要有些技巧,举例来说:在Excel中填写一个数据区域,可以将将要填写进去的数据按单元格的排列事先加入相应的制表符以及回车符号,组合成一个大的字符串,然后帖进去,会很快。 VsFlexGrid 在需要填充的数据多时会比较慢,同样条件的前提下,VB会明显快些! 数据加载速度慢可以通过直接绑定ADO的记录集,那样会很快,只是显得没有个性。比如从后台
CListCtrlfjs
- 在一个别人自画CListCtrl基础上加入很多功能 可以: 1.设置任单元格文字颜色和背景颜色 2.设置任单元格图标 3.设置所先列的颜色 4.排序功能 5.让前N列不可调整大小 6.自画CHeadCtrl 7.第一列像Execl效果 -in a self-portrait CListCtrl others on the basis of a lot of functions can be : 1. The cells set text color and
ListEditorSrc
- 可编辑单元格的ListCtrl,有需要的朋友可参考一下-edit cells of ListCtrl necessary, it can make reference to a friend
msflex
- 对msflexgrid控件的各种操作,特别是合并单元格的方法,我觉得很实用。-right msflexgrid controls the operation, in particular the merger of cells, I find it very practical.
DBGridExample_Full
- 比较全面的介绍DBGrid的使用例子: 如隔行改变网格背景色、在DBGrid中插入SpinEdit组件示例、DrawDataCell事件是绘制单元格、显示DBComboBox等-more comprehensive presentation DBGrid use examples : If interlaced grid change the background color, in DBGrid component inserted SpinEdit example, DrawDataCe
TestMyCanEditList
- 一个可编辑的ListCtrl,单元格可以是对话框或列表选择框.选中一行,再点击该行的其中一列,可选中对应的单元格,按回车键可切换单元格.-an editing ListCtrl, cells can be chosen or a list dialog box. Selected here, click on the bank of an optional modules corresponding to the grid, press the Enter key to switch cells
CListCtrlEdit
- 用VC6开发的对话框程序,主要演示了ListCtrl的扩展功能,可编辑,并在单元格里增加了下拉框.-with VC6 development of the dialog box procedure, a major demonstration ListCtrl extended functionality, edit, Gerry and the unit increased by the drop-down box.
biaogecaozuov1.0
- 功能强大和发俏的表格操作 所需第三方控件:TMS Pack 包中的TADVStringGrid控件! 主要用于统计数据和设计比较复杂的表格! 核心部分:合并单元格的几个函数和过程!-powerful and the stuff forms a third party controls required for operation : TMS Pack package of TADVStringGrid control! Used mainly for statistical d
MyListCtrl
- 类CMyListCtrl在类CListCtrl基础上添加了AddTableColumns(添加列)功能 并添加了对任意一个单元格作为文本编辑框或者combox下拉框的功能-category CMyListCtrl in CListCtrl category on the basis of added AddTabl eColumns (added out) and add a function to arbitrary cells as a text edit box or comb ox
GridctrlDemo221
- vc表格控件,支持表格单元格编辑,单元格数据类型设置等等。-vc Form Controls support cells form editing, data type cells installed, and so on.
gggppp
-   该工作表中最关键的是C8单元格中的内容,其内容是计算股票收益的公式:     =F7*(1-B3-B4)-F3*(1+B3+B4)-F5+F6-(SIGN(F3)+SIGN(F7))*(B5+B6+B7)     其中B3和B4分别是印花税和手续费,F7*(1-B3-B4)为卖出股票的收益(已扣除印花税和手续费);F3*(1+B3+B4)为买入股票的支出(含印花税和手续费);F5为配股的支出;F6为派息的
gridctrl_demo226_xc
- 表格控件。本程序是在gridctrl2.26基础上进行修改,增加了合并单元格的功能。参考了网上的开源程序gridctrl_merge.zip和gridctrl_demo226.zip。希望大家继续完善。-forms controls. The procedure was conducted on the basis of gridctrl2.26 amended by increasing the combined cell function. The reference to the Inte
(实例105)在DBGrid中实现下拉列表和单元格计算
- (实例105)在DBGrid中实现下拉列表和单元格计算-(example 105) DBGrid in achieving the drop-down list and grid computing unit
可合并单元格的表格控件
- 表格控件。本程序是在gridctrl2.26基础上进行修改,增加了合并单元格的功能。参考了网上的开源程序gridctrl_merge.zip和gridctrl_demo226.zip。希望大家继续完善
MergeCellTest
- 提供了一个自建的ListCtrl类,该类支持合并单元格,在表格内添加Radio,表格编辑等功能。-Provides a self-built ListCtrl class support for merging cells, in the form to add Radio, table editing functions.