From 3038a0bf9676fcdae04f5c6fce40bb839e76ce91 Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期六, 14 九月 2024 11:48:29 +0800
Subject: [PATCH] 基础资料
---
DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs | 45 ++++++++++++++++++++++++++++-----------------
1 files changed, 28 insertions(+), 17 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
index af56266..ee25295 100644
--- a/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/ToolBarMenu.Designer.cs
@@ -51,11 +51,12 @@
this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnKG = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnRole = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnQuery = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnReport = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -74,9 +75,9 @@
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 74);
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 94);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 3);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
//
// barManager1
//
@@ -106,9 +107,10 @@
this.btnKG,
this.barLargeButtonItem5,
this.btnRole,
- this.btnReport});
+ this.btnReport,
+ this.btnQuery});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 23;
+ this.barManager1.MaxItemId = 24;
//
// bar2
//
@@ -132,7 +134,8 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
new DevExpress.XtraBars.LinkPersistInfo(this.btnKG),
new DevExpress.XtraBars.LinkPersistInfo(this.btnRole),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnReport)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnReport),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnQuery)});
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
this.bar2.Text = "Main menu";
@@ -292,13 +295,28 @@
this.btnRole.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.editrangepermission_32x32;
this.btnRole.Name = "btnRole";
//
+ // btnReport
+ //
+ this.btnReport.Caption = "鎶ヨ〃";
+ this.btnReport.Id = 22;
+ this.btnReport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReport.ImageOptions.Image")));
+ this.btnReport.Name = "btnReport";
+ this.btnReport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ //
+ // btnQuery
+ //
+ this.btnQuery.Caption = "鏌ヨ";
+ this.btnQuery.Id = 23;
+ this.btnQuery.ImageOptions.SvgImage = global::Gs.DevApp.Properties.Resources.enablesearch;
+ this.btnQuery.Name = "btnQuery";
+ //
// barDockControlTop
//
this.barDockControlTop.CausesValidation = false;
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(1119, 74);
+ this.barDockControlTop.Size = new System.Drawing.Size(1119, 94);
//
// barDockControlBottom
//
@@ -312,23 +330,15 @@
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1119, 74);
+ this.barDockControlRight.Location = new System.Drawing.Point(1119, 94);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 3);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
//
// barLargeButtonItem5
//
this.barLargeButtonItem5.Caption = "鍒楄〃";
this.barLargeButtonItem5.Id = 20;
this.barLargeButtonItem5.Name = "barLargeButtonItem5";
- //
- // btnReport
- //
- this.btnReport.Caption = "鎶ヨ〃";
- this.btnReport.Id = 22;
- this.btnReport.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnReport.ImageOptions.Image")));
- this.btnReport.Name = "btnReport";
- this.btnReport.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
//
// ToolBarMenu
//
@@ -372,5 +382,6 @@
private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem5;
private DevExpress.XtraBars.BarLargeButtonItem btnRole;
private DevExpress.XtraBars.BarLargeButtonItem btnReport;
+ private DevExpress.XtraBars.BarLargeButtonItem btnQuery;
}
}
--
Gitblit v1.9.3