From 6c8e038aad394c1e91c8c046d3de25dc8e84ecbe Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期日, 01 九月 2024 09:31:27 +0800 Subject: [PATCH] 优化 --- DevApp/Gs.DevApp/DevFrm/User/SysMenuAdd.Designer.cs | 25 +++++++++++++++++++++---- 1 files changed, 21 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..7ab4cbe 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(); @@ -98,6 +99,11 @@ this.txtIdx.Name = "txtIdx"; this.txtIdx.Size = new System.Drawing.Size(120, 26); this.txtIdx.TabIndex = 113; + this.txtIdx.Value = new decimal(new int[] { + 2, + 0, + 0, + 0}); // // labelControl1 // @@ -141,7 +147,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 +183,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 +299,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 +319,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 +328,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 +368,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 +414,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