From 84a67b8541e5d26d3eb79adde960488226adbd0e Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期六, 31 八月 2024 10:32:14 +0800 Subject: [PATCH] 优化,删除了用不到的命名空间 --- DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs index 32de717..405dc32 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs @@ -53,6 +53,7 @@ this.labelControl8 = new DevExpress.XtraEditors.LabelControl(); this.txtParentMenuName = new DevExpress.XtraEditors.TreeListLookUpEdit(); this.treeListLookUpEdit1TreeList = new DevExpress.XtraTreeList.TreeList(); + this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.tabControl1 = new System.Windows.Forms.TabControl(); ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).BeginInit(); @@ -141,7 +142,7 @@ // this.labelControl9.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl9.Appearance.Options.UseForeColor = true; - this.labelControl9.Location = new System.Drawing.Point(415, 89); + this.labelControl9.Location = new System.Drawing.Point(418, 89); this.labelControl9.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl9.Name = "labelControl9"; this.labelControl9.Size = new System.Drawing.Size(8, 18); @@ -177,7 +178,7 @@ // // txtMenuType // - this.txtMenuType.Location = new System.Drawing.Point(114, 45); + this.txtMenuType.Location = new System.Drawing.Point(111, 45); this.txtMenuType.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.txtMenuType.Name = "txtMenuType"; this.txtMenuType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { @@ -293,7 +294,7 @@ // this.labelControl8.Appearance.ForeColor = System.Drawing.Color.Red; this.labelControl8.Appearance.Options.UseForeColor = true; - this.labelControl8.Location = new System.Drawing.Point(415, 234); + this.labelControl8.Location = new System.Drawing.Point(418, 234); this.labelControl8.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.labelControl8.Name = "labelControl8"; this.labelControl8.Size = new System.Drawing.Size(8, 18); @@ -313,6 +314,8 @@ // // treeListLookUpEdit1TreeList // + this.treeListLookUpEdit1TreeList.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { + this.treeListColumn1}); this.treeListLookUpEdit1TreeList.KeyFieldName = ""; this.treeListLookUpEdit1TreeList.Location = new System.Drawing.Point(0, 0); this.treeListLookUpEdit1TreeList.Name = "treeListLookUpEdit1TreeList"; @@ -320,6 +323,14 @@ this.treeListLookUpEdit1TreeList.ParentFieldName = ""; this.treeListLookUpEdit1TreeList.Size = new System.Drawing.Size(400, 200); this.treeListLookUpEdit1TreeList.TabIndex = 0; + // + // treeListColumn1 + // + this.treeListColumn1.Caption = "鑿滃崟鍚�"; + this.treeListColumn1.FieldName = "name"; + this.treeListColumn1.Name = "treeListColumn1"; + this.treeListColumn1.Visible = true; + this.treeListColumn1.VisibleIndex = 0; // // tabPage1 // @@ -352,7 +363,7 @@ this.MinimizeBox = false; this.Name = "SysMenuAdd"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "鑿滃崟鍔熻兘"; + this.Text = "鑿滃崟淇℃伅"; this.TopMost = true; ((System.ComponentModel.ISupportInitialize)(this.txtStatus.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtIdx)).EndInit(); @@ -398,5 +409,6 @@ private DevExpress.XtraEditors.LabelControl labelControl8; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; + private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; } } \ No newline at end of file -- Gitblit v1.9.3