Location:
Search - treeview VFP
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: TreeView的源程序(VFP)-source code of the TreeView (VFP)
Platform: |
Size: 17821 |
Author: 刘华 |
Hits:
Description: TreeView的源程序(VFP)-source code of the TreeView (VFP)
Platform: |
Size: 17408 |
Author: 刘华 |
Hits:
Description: vfp编程案例3treeview制作-the execution of 3treeview to the vfp program case
Platform: |
Size: 38912 |
Author: 东东 |
Hits:
Description: 是一个ACTIVEX中TREEVIEW控件的变形,主用于更方便用户的查询,并且在程序中有属性的说明,和方法,事件的说明-which is a ACTIVEX Use TREEVIEW control the deformation, the main users more convenient for the inquiry, and the procedures are the attributes that way and, in a note
Platform: |
Size: 55296 |
Author: 蚂蚱 |
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: ActiveX控件使用方法演示。包含calendar.scx,filedlg.scx,progress.scx,scale.scx,slider.scx,treeview.scx使用方法。-use ActiveX demo. Included calendar.scx, filedlg.scx, progress.scx. scale.scx, slider.scx, treeview.scx use.
Platform: |
Size: 340992 |
Author: 蒋志斌 |
Hits:
Description: 我自己做的库房管理系统,觉得还不错.VFP编写-I do Treasury management system, feel good. VFP prepared
Platform: |
Size: 735232 |
Author: 谢思思 |
Hits:
Description: visual foxpro绝好的可以做出专业的菜单的控件
-Excellent professional can make the menu control for a variety of platforms
Platform: |
Size: 151552 |
Author: Mr. Xg |
Hits:
Description: VFPTREE 实例-VFPTREE
Platform: |
Size: 781312 |
Author: FYTZGL |
Hits:
Description: TreeView 使用方法,具体说明如何使用-TreeView use, specifying how to use the
Platform: |
Size: 47104 |
Author: 逍遥先生 |
Hits:
Description: Treeview 拖放控件,具体使用方法-Treeview drag and drop controls, the specific use
Platform: |
Size: 63488 |
Author: 逍遥先生 |
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: 玩转TreeView拖放问题,了解vfp treeview的全部功能-Fun TreeView drag and drop the issue, to understand all of the features vfp treeview
Platform: |
Size: 34816 |
Author: cuituo |
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:
Description: treeview应用,学习treeview的应用小题-treeview is ok
Platform: |
Size: 28672 |
Author: 21 |
Hits:
Description: vfp中treeview制作实例
vfp中treeview制作实例-vfp treeview vfp treeview
vfp treeview vfp treeview
Platform: |
Size: 37888 |
Author: lq |
Hits:
Description: note: treeview and listview together, it s very good for vfp program .
note: treeview and listview together, it s very good for vfp program .-note: treeview and listview together, it s very good for vfp program .
note: treeview and listview together, it s very good for vfp program .
note: treeview and listview together, it s very good for vfp program .
Platform: |
Size: 57344 |
Author: young |
Hits:
Description: VFP Treeview控件使用详解
TreeView控件用来显示信息的分级视图,如同Windows里的资源管理器的目录。(Detailed Use of VFP Treeview Control
The TreeView control is used to display hierarchical views of information, like the directory of resource managers in Windows.)
Platform: |
Size: 106496 |
Author: 临时工 |
Hits: