搜索资源列表
一个树控件在编译器语句显示中的应用
- 一个树控件在编译器语句显示中的应用程序。在开发编译器时,一个很重要的就是对语句结构进行显示。-Control in a tree compiler statement shows that the application procedures. The compiler development, a very important statement is the right structure shows.
MyPanelUnit
- 模块名称:ADO树型数据显示控件 v1.0 修改日期:2005.10.11 作者: 蒋文杰 三江文杰工作室 用途: 此为与ADO数据库捆绑在一起的专用显示数据库中树型结构表的控件, 要求数据库中的表要与控件同构,数据库控件必须用ADOquery, 表中的树型数据的字段要有: 1、唯一标识的结点ID号,整型,从1开始; 2、结点名称,字串型; 3、父结点的ID号,整型,0为没有父结点; 4、树型结点是否是叶子结点,是为0(默认),
MyDBTreeunit
- 模块名称:ADO树型数据显示控件 v1.0 修改日期:2005.10.11 作者: 蒋文杰 三江文杰工作室 用途: 此为与ADO数据库捆绑在一起的专用显示数据库中树型结构表的控件, 要求数据库中的表要与控件同构,数据库控件必须用ADOquery, 表中的树型数据的字段要有: 1、唯一标识的结点ID号,整型,从1开始; 2、结点名称,字串型; 3、父结点的ID号,整型,0为没有父结点; 4、树型结点是否是叶子结点,是为0(默认),
verticaltree
- While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those
treelist10
- 树型控件用来显示具有一定层次结构的数据项时方便、直观,被广泛地应用在各种软件中,如资源管理器中的磁盘目录就用的是树型 控件,我们在编程中也会经常用到,但 MFC 中提供的 CTreeCtrl 类并不直接支持拖动节点等高级特性,这使我们程序员编程时有很大限 制,又给软件用户带来了一些不便。下面就让我们自己动手来解决这个问题,实现树型控件中节点的拖动。 -tree control is used to indicate a certain level of the data struct
DBTreeview
- 主要是用于ADO,BDE数据感知控件,2-4层树型结构,请设置TreeLevel属性。 树根的名称请设置RootValue属性。不是十分完善,附带源码,可以自由发布,但请注明出处。-is mainly for ADO, BDE data perceptual control ,2-4-tree structure, set up TreeLevel attributes. Christopher requested the names set RootValue attributes. Not
DTTree
- TreeControl控件使用,可以动态改动树状结构-TreeControl control using tree structure can dynamically change
ComboBoxTreeDemo
- 最近,由于需要实现一个下拉框内树形结构的控件,但在网上找了一遍,没有发现合适用的,所以在http://www.cnblogs.com/xiongeee/archive/2009/02/18/662468.html及MSDN的基础上,稍作修改,实现了下拉树结构,与大家分享,再次感谢静心 -Recently, the need to achieve a drop-down tree structure of the control box, but found it online, did no
ShellTreeCtrl
- 支持构造windows系统目录的树形控件-To support the windows system directory structure of the tree control
treeview
- 该程序主要采用VC++中的树控制控件,主要针对对树构造的了解及学习的相关代码。-The program mainly uses VC++ in the tree control of the control, mainly on the tree structure for understanding and studying the relevant code.
DirTree
- 显示树形目录结构的控件,它可以用于任何对话框或视图中。-Shows the directory structure of the control tree, it can be used in any dialog or view.
Vs2005_for_TreeView
- 一个简版的继承自TreeView的控件,实现树型结构的增加同级下方节点。-A simple version of the inherited from the TreeView control to achieve an increase in tree structure below the node at the same level.
TreeEditor
- 通过对目录结构的输出,完整展示了树形控件的操作-Through the output directory structure, complete control of the operation shows the tree
PathDialog
- 有关树控件的使用,不过节点是使用微软的一个结构添加进去的。还有是编辑框,按钮的简单使用-The use of the tree control, but the node is a structure with Microsoft added to it. There are edit boxes, buttons, simple to use
MSFlexGrid-TreeView-ProgressBar
- 本文档详细介绍了分页控件SSTab、树形结构控件 TreeView、数据图表控件MSChart、进程条控件ProgressBar的属性和使用方法,并通过实例说明每个控件的使用方法。-This document details the paging control of SSTab tree structure controls TreeView, data charts, controls the MSChart, the progress bar ProgressBar control p
MFC_TreeCRTL
- 实现了MFC里的树形结构控制,单击左边树形控件一个按钮,右边会相应的界面改变相应。-A tree structure of the MFC control, click a button on the left tree control, the right of the corresponding interface changes accordingly.
SuperGrid-MFC_ListCtrl
- SuperGrid-MFC_ListCtrl控件扩展,让ListCtrl控件具有树状列表,让ListCtrl控件的每一行都是一个树结构-The control extension SuperGrid-MFC_ListCtrl, tree list allow ListCtrl control is a tree structure, so that each row of ListCtrl control
MyTreeListTest
- TreeListCtrl,在ListCtrl控件中建立树形结构,能够嵌入组合框和编辑框,并且根据数据类型来检查数据的合法性,可以设置维度来直接插入一个若干维的数据-TreeListCtrl, established in ListCtrl control tree structure can be embedded combo boxes and edit boxes, and according to the data type to check the legitimacy of data
Delphi7_Treeview_SqlServer
- 我写了一个类,专门用来操作Treeview和数据库,通过数据库中的数据自动添加到Treeview控件中,不过数据控件用的是ADO组件,另外数据库中存放Treeview节点数据表的结构位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是类型必须相同!-I wrote a class specifically designed to operate Treeview and databases through the data in the data
bianlitree
- 完成对树形控件的遍历显示,让你理解树形控件结构,通过VS2008测试,可以下载运行。-To complete traversal of the tree control display, so you understand the structure of the tree control through VS2008 test, you can download and run.