From f73f776ffbf1051eff523bd0205b89e381a41640 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期一, 10 三月 2025 15:46:09 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index ec31df2..b572b26 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -60,6 +60,7 @@ this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem(); this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem(); + this.barMenu = new DevExpress.XtraBars.BarButtonItem(); this.fluentDesignFormContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit(); this.strp1.SuspendLayout(); @@ -144,7 +145,8 @@ this.barSubItem4, this.barEasy, this.barTxt, - this.barOrg}); + this.barOrg, + this.barMenu}); this.fluentDesignFormControl1.Location = new System.Drawing.Point(0, 0); this.fluentDesignFormControl1.Manager = this.fdm1; this.fluentDesignFormControl1.Name = "fluentDesignFormControl1"; @@ -182,6 +184,7 @@ this.barAbout.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.Image"))); this.barAbout.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barAbout.ImageOptions.LargeImage"))); this.barAbout.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { + new DevExpress.XtraBars.LinkPersistInfo(this.barMenu), new DevExpress.XtraBars.LinkPersistInfo(this.barUs), new DevExpress.XtraBars.LinkPersistInfo(this.barHelp), new DevExpress.XtraBars.LinkPersistInfo(this.barEasy)}); @@ -314,8 +317,9 @@ this.barSubItem4, this.barEasy, this.barTxt, - this.barOrg}); - this.fdm1.MaxItemId = 36; + this.barOrg, + this.barMenu}); + this.fdm1.MaxItemId = 37; this.fdm1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { this.repositoryItemCheckedComboBoxEdit1}); // @@ -358,6 +362,12 @@ this.tabCloseAll.Name = "tabCloseAll"; this.tabCloseAll.Size = new System.Drawing.Size(157, 26); this.tabCloseAll.Text = "鍏抽棴鍏跺畠椤�"; + // + // barMenu + // + this.barMenu.Caption = "鍔熻兘鑿滃崟"; + this.barMenu.Id = 36; + this.barMenu.Name = "barMenu"; // // FrmMain // @@ -418,5 +428,6 @@ private DevExpress.XtraBars.BarStaticItem barTxt; private DevExpress.XtraBars.BarEditItem barOrg; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; + private DevExpress.XtraBars.BarButtonItem barMenu; } } \ No newline at end of file -- Gitblit v1.9.3