|
『原创』C#中TreeView类操作全攻略:建立树,新增节点,删除节点,修改节点,拖动节点,与Oracle数据库交互操作(一)(9) this.txt_BelongTo.ReadOnly = true; this.txt_BelongTo.Size = new System.Drawing.Size(176, 21); this.txt_BelongTo.TabIndex = 4; this.txt_BelongTo.Text = ""; // // txt_FunEntity // this.txt_FunEntity.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(30)), ((System.Byte)(66)), ((System.Byte)(94))); this.txt_FunEntity.Location = new System.Drawing.Point(104, 216); this.txt_FunEntity.Name = "txt_FunEntity"; this.txt_FunEntity.ReadOnly = true; this.txt_FunEntity.Size = new System.Drawing.Size(176, 21); this.txt_FunEntity.TabIndex = 3; this.txt_FunEntity.Text = ""; // // ckb_IsInterface // this.ckb_IsInterface.Enabled = false; this.ckb_IsInterface.Location = new System.Drawing.Point(104, 120); this.ckb_IsInterface.Name = "ckb_IsInterface"; this.ckb_IsInterface.Size = new System.Drawing.Size(24, 24); this.ckb_IsInterface.TabIndex = 2; // // txt_Tag // this.txt_Tag.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(30)), ((System.Byte)(66)), ((System.Byte)(94))); this.txt_Tag.Location = new System.Drawing.Point(104, 80); this.txt_Tag.Name = "txt_Tag"; this.txt_Tag.ReadOnly = true; this.txt_Tag.Size = new System.Drawing.Size(176, 21); this.txt_Tag.TabIndex = 1; this.txt_Tag.Text = ""; // // txt_Name // this.txt_Name.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(30)), ((System.Byte)(66)), ((System.Byte)(94)));
|