From c4187f9a3321d9ff62579f87dedf66bf8151690d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 04 四月 2025 11:01:35 +0800
Subject: [PATCH] 加班
---
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index a58e5cb..831a1d2 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();
@@ -82,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;
@@ -144,7 +144,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,11 +183,18 @@
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)});
this.barAbout.Name = "barAbout";
this.barAbout.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ //
+ // barMenu
+ //
+ this.barMenu.Caption = "鍔熻兘鑿滃崟";
+ this.barMenu.Id = 36;
+ this.barMenu.Name = "barMenu";
//
// barUs
//
@@ -278,7 +286,7 @@
// barOrg
//
this.barOrg.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
- this.barOrg.Caption = "閫夋嫨缁勭粐";
+ this.barOrg.Caption = "鍒囨崲缁勭粐";
this.barOrg.Edit = this.repositoryItemCheckedComboBoxEdit1;
this.barOrg.EditValue = "鍒囨崲缁勭粐";
this.barOrg.EditWidth = 120;
@@ -314,13 +322,17 @@
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});
//
// acrd
//
+ 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;
this.acrd.Dock = System.Windows.Forms.DockStyle.Left;
this.acrd.FilterText = "鏌ユ壘";
this.acrd.Location = new System.Drawing.Point(0, 39);
@@ -339,20 +351,20 @@
this.tabCloseCurrent,
this.tabCloseAll});
this.cms1.Name = "contextMenuStrip1";
- this.cms1.Size = new System.Drawing.Size(158, 56);
+ this.cms1.Size = new System.Drawing.Size(215, 84);
//
// tabCloseCurrent
//
- this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.close_16x16;
+ this.tabCloseCurrent.Image = global::Gs.DevApp.Properties.Resources.deletelist2_16x16;
this.tabCloseCurrent.Name = "tabCloseCurrent";
- this.tabCloseCurrent.Size = new System.Drawing.Size(157, 26);
+ this.tabCloseCurrent.Size = new System.Drawing.Size(214, 26);
this.tabCloseCurrent.Text = "鍏抽棴褰撳墠椤�";
//
// tabCloseAll
//
- this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.close_16x16;
+ this.tabCloseAll.Image = global::Gs.DevApp.Properties.Resources.forcetesting_16x161;
this.tabCloseAll.Name = "tabCloseAll";
- this.tabCloseAll.Size = new System.Drawing.Size(157, 26);
+ this.tabCloseAll.Size = new System.Drawing.Size(214, 26);
this.tabCloseAll.Text = "鍏抽棴鍏跺畠椤�";
//
// FrmMain
@@ -414,5 +426,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