From a8ed3d24ba97b9ee93de0f15fb15b46a9850b2fc Mon Sep 17 00:00:00 2001 From: lg <999544862qq.com> Date: 星期二, 17 九月 2024 16:58:39 +0800 Subject: [PATCH] 基础资料 --- DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs index ecad0d6..33fe503 100644 --- a/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/User/SysMenu.Designer.cs @@ -29,7 +29,6 @@ /// </summary> private void InitializeComponent() { - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SysMenu)); this.toolBarMenu1 = new Gs.DevApp.UserControl.ToolBarMenu(); this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl(); this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage(); @@ -43,6 +42,7 @@ this.tlcMenuType = new DevExpress.XtraTreeList.Columns.TreeListColumn(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.panel1 = new System.Windows.Forms.Panel(); + this.label2 = new System.Windows.Forms.Label(); this.txt_formPath = new DevExpress.XtraEditors.ComboBoxEdit(); this.label3 = new System.Windows.Forms.Label(); this.txt_name = new DevExpress.XtraEditors.ComboBoxEdit(); @@ -66,7 +66,6 @@ this.labelControl4 = new DevExpress.XtraEditors.LabelControl(); this.labelControl3 = new DevExpress.XtraEditors.LabelControl(); this.labelControl2 = new DevExpress.XtraEditors.LabelControl(); - this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -85,7 +84,6 @@ // // toolBarMenu1 // - //this.toolBarMenu1.actions = ((System.Collections.Generic.List<string>)(resources.GetObject("toolBarMenu1.actions"))); this.toolBarMenu1.Dock = System.Windows.Forms.DockStyle.Top; this.toolBarMenu1.isSetBtn = false; this.toolBarMenu1.Location = new System.Drawing.Point(0, 0); @@ -132,6 +130,7 @@ this.tlMenu.MinWidth = 23; this.tlMenu.Name = "tlMenu"; this.tlMenu.OptionsBehavior.Editable = false; + this.tlMenu.OptionsView.TreeLineStyle = DevExpress.XtraTreeList.LineStyle.Solid; this.tlMenu.Size = new System.Drawing.Size(1105, 475); this.tlMenu.TabIndex = 3; this.tlMenu.TreeLevelWidth = 21; @@ -244,6 +243,15 @@ this.panel1.Size = new System.Drawing.Size(679, 411); this.panel1.TabIndex = 2; // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(429, 163); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(197, 21); + this.label2.TabIndex = 135; + this.label2.Text = "锛堝缓璁粠涓嬫媺妗嗕腑閫夋嫨锛�"; + // // txt_formPath // this.txt_formPath.Location = new System.Drawing.Point(111, 160); @@ -316,7 +324,7 @@ // // txt_upGuid // - this.txt_upGuid.EditValue = "鏃犲彲濂堜綍鑺辫惤鍘�"; + this.txt_upGuid.EditValue = ""; this.txt_upGuid.Location = new System.Drawing.Point(111, 11); this.txt_upGuid.Name = "txt_upGuid"; this.txt_upGuid.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); @@ -503,15 +511,6 @@ this.labelControl2.Size = new System.Drawing.Size(85, 21); this.labelControl2.TabIndex = 94; this.labelControl2.Text = "鑿滃崟鍚嶇О锛�"; - // - // label2 - // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(429, 163); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(197, 21); - this.label2.TabIndex = 135; - this.label2.Text = "锛堝缓璁粠涓嬫媺妗嗕腑閫夋嫨锛�"; // // SysMenu // -- Gitblit v1.9.3