From 9b4a5ebba4c647b201b125d5ec19034f1270c776 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 31 三月 2025 14:30:39 +0800
Subject: [PATCH] 投检
---
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index b572b26..b54bc28 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -41,6 +41,7 @@
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
this.barAbout = new DevExpress.XtraBars.BarSubItem();
+ this.barMenu = new DevExpress.XtraBars.BarButtonItem();
this.barUs = new DevExpress.XtraBars.BarButtonItem();
this.barHelp = new DevExpress.XtraBars.BarButtonItem();
this.barEasy = new DevExpress.XtraBars.BarButtonItem();
@@ -60,7 +61,6 @@
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();
@@ -83,7 +83,6 @@
//
// tab
//
- this.tab.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
this.tab.Appearance.Options.UseFont = true;
this.tab.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader;
this.tab.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -190,6 +189,12 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barEasy)});
this.barAbout.Name = "barAbout";
this.barAbout.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ //
+ // barMenu
+ //
+ this.barMenu.Caption = "鍔熻兘鑿滃崟";
+ this.barMenu.Id = 36;
+ this.barMenu.Name = "barMenu";
//
// barUs
//
@@ -325,7 +330,6 @@
//
// acrd
//
- this.acrd.Appearance.Item.Hovered.Font = new System.Drawing.Font("Tahoma", 10F);
this.acrd.Appearance.Item.Hovered.ForeColor = System.Drawing.Color.Blue;
this.acrd.Appearance.Item.Hovered.Options.UseFont = true;
this.acrd.Appearance.Item.Hovered.Options.UseForeColor = true;
@@ -362,12 +366,6 @@
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
//
--
Gitblit v1.9.3