|
namespace BQ_TreeView
{ /// <summary>
/// BQ_TreeView 的摘要说明
/// </summary>
public class BQ_TreeView : System.Windows.Forms.TreeView
{
private System.ComponentModel.Container components = null;
private DataTable m_tb=null;
private string m_RootMatID;
BQ_TreeNode RootNode=null;
ArrayList alNode=new ArrayList ();
public BQ_TreeView()
{
InitializeComponent();
}
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
}
#endregion
/// <summary>
///定义数据源
/// </summary>
public DataTable TreeDataSource
{
set
{
m_tb=value;
}
}
&n [1] [2] [3] [4] 下一页 |