From 29d1395e49636e6db2f96c92bbb30a280cf8078e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期三, 27 十一月 2024 09:04:04 +0800
Subject: [PATCH] 1
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 52 ++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 40 insertions(+), 12 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 401cfca..f26ff57 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -65,10 +65,12 @@
this.btnZanTing = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnBdll = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnWg = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnTb = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
+ this.barLargeButtonItem1 = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -113,9 +115,11 @@
this.btnDkg,
this.btnZanTing,
this.btnBdll,
- this.btnWg});
+ this.btnWg,
+ this.barLargeButtonItem1,
+ this.btnTb});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 47;
+ this.barManager1.MaxItemId = 49;
//
// bar2
//
@@ -155,7 +159,8 @@
new DevExpress.XtraBars.LinkPersistInfo(this.btnDkg),
new DevExpress.XtraBars.LinkPersistInfo(this.btnZanTing),
new DevExpress.XtraBars.LinkPersistInfo(this.btnBdll),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnWg)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnWg),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnTb)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
@@ -432,7 +437,7 @@
this.btnKg.Caption = "寮�宸�";
this.btnKg.Id = 42;
this.btnKg.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
- this.btnKg.ImageOptions.ImageUri.Uri = "business%20objects/bo_security_permission_navigate";
+ this.btnKg.ImageOptions.ImageUri.Uri = "Open";
this.btnKg.Name = "btnKg";
this.btnKg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnKg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -442,6 +447,7 @@
this.btnDkg.Caption = "寰呭紑宸�";
this.btnDkg.Id = 43;
this.btnDkg.ImageOptions.ImageUri.Uri = "NavigationBar";
+ this.btnDkg.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.open2;
this.btnDkg.Name = "btnDkg";
this.btnDkg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnDkg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -450,7 +456,7 @@
//
this.btnZanTing.Caption = "宸ュ崟鏆傚仠";
this.btnZanTing.Id = 44;
- this.btnZanTing.ImageOptions.ImageUri.Uri = "business%20objects/bo_rules";
+ this.btnZanTing.ImageOptions.ImageUri.Uri = "Up";
this.btnZanTing.Name = "btnZanTing";
this.btnZanTing.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnZanTing.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
@@ -470,6 +476,20 @@
this.btnWg.Id = 46;
this.btnWg.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnWg.ImageOptions.SvgImage")));
this.btnWg.Name = "btnWg";
+ this.btnWg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnTb
+ //
+ this.btnTb.Caption = "鍚屾";
+ this.btnTb.Id = 48;
+ this.btnTb.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sortasc_16x161;
+ this.btnTb.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sortasc_32x321;
+ this.btnTb.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 10F);
+ this.btnTb.ItemAppearance.Normal.Options.UseFont = true;
+ this.btnTb.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 12F);
+ this.btnTb.ItemInMenuAppearance.Normal.Options.UseFont = true;
+ this.btnTb.Name = "btnTb";
+ this.btnTb.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barDockControlTop
//
@@ -477,13 +497,13 @@
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
- this.barDockControlTop.Size = new System.Drawing.Size(1543, 145);
+ this.barDockControlTop.Size = new System.Drawing.Size(1543, 148);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 285);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 61);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
//
@@ -491,17 +511,23 @@
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 145);
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 148);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 140);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1543, 145);
+ this.barDockControlRight.Location = new System.Drawing.Point(1543, 148);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 140);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
+ //
+ // barLargeButtonItem1
+ //
+ this.barLargeButtonItem1.Caption = "barLargeButtonItem1";
+ this.barLargeButtonItem1.Id = 47;
+ this.barLargeButtonItem1.Name = "barLargeButtonItem1";
//
// UcToolBarMenu
//
@@ -512,7 +538,7 @@
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "UcToolBarMenu";
- this.Size = new System.Drawing.Size(1543, 285);
+ this.Size = new System.Drawing.Size(1543, 61);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -558,5 +584,7 @@
private DevExpress.XtraBars.BarLargeButtonItem btnZanTing;
private DevExpress.XtraBars.BarLargeButtonItem btnBdll;
private DevExpress.XtraBars.BarLargeButtonItem btnWg;
+ private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem1;
+ private DevExpress.XtraBars.BarLargeButtonItem btnTb;
}
}
--
Gitblit v1.9.3