|
『原创』C#中TreeView类操作全攻略:建立树,新增节点,删除节点,修改节点,拖动节点,与Oracle数据库交互操作(一)(7) this.lbl_Detail.TabIndex = 13; this.lbl_Detail.Text = "描述:"; // // lbl_BelongTo // this.lbl_BelongTo.Location = new System.Drawing.Point(8, 272); this.lbl_BelongTo.Name = "lbl_BelongTo"; this.lbl_BelongTo.Size = new System.Drawing.Size(94, 23); this.lbl_BelongTo.TabIndex = 12; this.lbl_BelongTo.Text = "所属窗口标识:"; // // lbl_FunEntity // this.lbl_FunEntity.Location = new System.Drawing.Point(40, 224); this.lbl_FunEntity.Name = "lbl_FunEntity"; this.lbl_FunEntity.Size = new System.Drawing.Size(64, 23); this.lbl_FunEntity.TabIndex = 11; this.lbl_FunEntity.Text = " 功能体:"; // // lbl_Type // this.lbl_Type.Location = new System.Drawing.Point(56, 176); this.lbl_Type.Name = "lbl_Type"; this.lbl_Type.Size = new System.Drawing.Size(48, 23); this.lbl_Type.TabIndex = 10; this.lbl_Type.Text = "类别:"; // // lbl_IsInterface // this.lbl_IsInterface.Location = new System.Drawing.Point(32, 128); this.lbl_IsInterface.Name = "lbl_IsInterface"; this.lbl_IsInterface.Size = new System.Drawing.Size(72, 23); this.lbl_IsInterface.TabIndex = 9; this.lbl_IsInterface.Text = "有无界面:"; // // lbl_Tag // this.lbl_Tag.Location = new System.Drawing.Point(56, 88); this.lbl_Tag.Name = "lbl_Tag"; this.lbl_Tag.Size = new System.Drawing.Size(48, 23);
|