『原创』C#中TreeView类操作全攻略:建立树,新增节点,删除节点,修改节点,拖动节点,与Oracle数据库交互操作(一)(4) this.lbl_Type = new System.Windows.Forms.Label(); this.lbl_IsInterface = new System.Windows.Forms.Label(); this.lbl_Tag = new System.Windows.Forms.Label(); this.lbl_Name = new System.Windows.Forms.Label(); this.cbo_Type = new System.Windows.Forms.ComboBox(); this.txt_Detail = new System.Windows.Forms.TextBox(); this.txt_BelongTo = new System.Windows.Forms.TextBox(); this.txt_FunEntity = new System.Windows.Forms.TextBox(); this.ckb_IsInterface = new System.Windows.Forms.CheckBox(); this.txt_Tag = new System.Windows.Forms.TextBox(); this.txt_Name = new System.Windows.Forms.TextBox(); this.dataSet1 = new System.Data.DataSet(); this.funcDataTable = new System.Data.DataTable(); this.dataColumn1 = new System.Data.DataColumn(); this.dataColumn2 = new System.Data.DataColumn(); this.dataColumn3 = new System.Data.DataColumn(); this.dataColumn4 = new System.Data.DataColumn(); this.dataColumn5 = new System.Data.DataColumn(); this.dataColumn6 = new System.Data.DataColumn(); this.dataColumn7 = new System.Data.DataColumn(); this.dataColumn8 = new System.Data.DataColumn(); this.dataColumn9 = new System.Data.DataColumn(); this.dataColumn10 = new System.Data.DataColumn(); this.dataColumn11 = new System.Data.DataColumn(); this.btn_Help = new System.Windows.Forms.Button(); this.btn_Remove = new System.Windows.Forms.Button(); this.btn_Modify = new System.Windows.Forms.Button(); this.btn_AddSon = new System.Windows.Forms.Button();