Location:
Search - VFP TREE
Search list
Description: 主要用于TREEVIEW的生成工具.是用VFP写的,可以很方便的以可视化的方式进行树型的生成工作.-mainly for the production tools. VFP is written, it is convenient to the visualization of the formation for tree work.
Platform: |
Size: 96096 |
Author: 蚂蚱 |
Hits:
Description: 一个用vfp编写的收藏文本资料的小程序,主要是一个树形控件的运用.-a prepared text of the information collection procedures of the small, mainly a tree controls use.
Platform: |
Size: 78455 |
Author: 口是心非 |
Hits:
Description: VFP程序源码,vfp目录树的应用的一个实例,请给予指导和意见-VFP program source code, Cipher tree of a case, give guidance and advice
Platform: |
Size: 47593 |
Author: 张威 |
Hits:
Description: vfp 中公司类别的维护表单,通过windows tree控件实现
Platform: |
Size: 5632 |
Author: mrsdeng |
Hits:
Description: vfp 中公司采购单数据录入表单,通过windows tree控件实现
Platform: |
Size: 9154 |
Author: mrsdeng |
Hits:
Description: 主要用于TREEVIEW的生成工具.是用VFP写的,可以很方便的以可视化的方式进行树型的生成工作.-mainly for the production tools. VFP is written, it is convenient to the visualization of the formation for tree work.
Platform: |
Size: 96256 |
Author: 蚂蚱 |
Hits:
Description: 我自己做的库房管理系统,觉得还不错.VFP编写-I do Treasury management system, feel good. VFP prepared
Platform: |
Size: 735232 |
Author: 谢思思 |
Hits:
Description: 一个用vfp编写的收藏文本资料的小程序,主要是一个树形控件的运用.-a prepared text of the information collection procedures of the small, mainly a tree controls use.
Platform: |
Size: 77824 |
Author: 口是心非 |
Hits:
Description: vfp 中公司类别的维护表单,通过windows tree控件实现-VFP categories of maintenance of company form, through the windows tree control to achieve
Platform: |
Size: 5120 |
Author: mrsdeng |
Hits:
Description: vfp 中公司采购单数据录入表单,通过windows tree控件实现-VFP company purchase order data entry form, through the windows tree control to achieve
Platform: |
Size: 9216 |
Author: mrsdeng |
Hits:
Description: visual foxpro绝好的可以做出专业的菜单的控件
-Excellent professional can make the menu control for a variety of platforms
Platform: |
Size: 151552 |
Author: Mr. Xg |
Hits:
Description:
TreeView 控件
TreeView 控件用来显示目录树结构分级视图,如同 Windows中显示的文件和目录。TreeView 控件中的各项信息都有一个与之相关联的Node对象。每个 Node 对象均由一个 Label 对象和其相关的位图组成。建立TreeView 控件后,我们可以展开和折叠、访问其中的节点。
要在 TreeView 控件中使用图标,必须通过 ImageList 控件并用代码与其关联起来,方法是设置 TreeView 控件ImageImageList属性。
语句如下:
This.ImageList=Thisform.Images
其中 Thisform.Images 为 ImageList 控件的对象名
在以下介绍中我们所见到的object.指的是 表单.TreeView 名.的引用
索引号:Tree控件中的对象是用索引号(index属性)来确定的,比如有一个节点和一个子节点,那么节点的索引号为1,子节点的索引号为2。Tree的索引号是会变的,如有两个节点并各有一子节点
- 节点1(索引号1)
子节点(索引号2)
-节点2(3)
子节点(4)
如果在节点1或其子节点中添加一个子节点的话,那么节点2的索引将变为4,其子节点为5-
TreeView 控件
TreeView 控件用来显示目录树结构分级视图,如同 Windows中显示的文件和目录。TreeView 控件中的各项信息都有一个与之相关联的Node对象。每个 Node 对象均由一个 Label 对象和其相关的位图组成。建立TreeView 控件后,我们可以展开和折叠、访问其中的节点。
要在 TreeView 控件中使用图标,必须通过 ImageList 控件并用代码与其关联起来,方法是设置 TreeView 控件ImageImageList属性。
语句如下:
This.ImageList=Thisform.Images
其中 Thisform.Images 为 ImageList 控件的对象名
在以下介绍中我们所见到的object.指的是 表单.TreeView 名.的引用
索引号:Tree控件中的对象是用索引号(index属性)来确定的,比如有一个节点和一个子节点,那么节点的索引号为1,子节点的索引号为2。Tree的索引号是会变的,如有两个节点并各有一子节点
- 节点1(索引号1)
子节点(索引号2)
-节点2(3)
子节点(4)
如果在节点1或其子节点中添加一个子节点的话,那么节点2的索引将变为4,其子节点为5
Platform: |
Size: 34816 |
Author: suzhiyuan |
Hits:
Description: VFP 下的 TREE控件 操作实例 玩转TR-VFP operation under the control instance Fun TREE TREE
Platform: |
Size: 34816 |
Author: mh4mh4mh4mh4 |
Hits:
Description: 这是一款用VFP开发的树形结构输入的程序-This is a development of the tree with a VFP program input
Platform: |
Size: 29696 |
Author: wangzhen |
Hits: