From 3f08b93ffba05c8a12d6a013303e372442854f5f Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期一, 22 九月 2025 11:24:40 +0800
Subject: [PATCH] 增加推送报表
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 65 ++++++++++++++++++++------------
1 files changed, 40 insertions(+), 25 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index b81dbdf..0658423 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -63,6 +63,8 @@
this.btnShouHouFchk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiWuChk = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnCaiWuFchk = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnPingZhi = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnFPingZhi = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnAll = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnGongZi = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnLianBan = new DevExpress.XtraBars.BarLargeButtonItem();
@@ -74,12 +76,11 @@
this.barLargeButtonItem2 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
- this.btnWeight = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnBaoGao = 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.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -87,6 +88,7 @@
//
this.barManager1.AllowCustomization = false;
this.barManager1.AllowMoveBarOnToolbar = false;
+ this.barManager1.AllowQuickCustomization = false;
this.barManager1.AllowShowToolbarsPopup = false;
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
this.bar2});
@@ -137,10 +139,11 @@
this.btnGongZi,
this.btnLianBan,
this.btnGx,
- this.btnWeight,
- this.btnBaoGao});
+ this.btnBaoGao,
+ this.btnPingZhi,
+ this.btnFPingZhi});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 76;
+ this.barManager1.MaxItemId = 78;
//
// bar2
//
@@ -183,6 +186,8 @@
new DevExpress.XtraBars.LinkPersistInfo(this.btnShouHouFchk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuChk),
new DevExpress.XtraBars.LinkPersistInfo(this.btnCaiWuFchk),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnPingZhi),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnFPingZhi),
new DevExpress.XtraBars.LinkPersistInfo(this.btnAll),
new DevExpress.XtraBars.LinkPersistInfo(this.btnGongZi),
new DevExpress.XtraBars.LinkPersistInfo(this.btnLianBan),
@@ -194,7 +199,6 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnWeight),
new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao)});
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
@@ -497,6 +501,25 @@
this.btnCaiWuFchk.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
this.btnCaiWuFchk.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
+ // btnPingZhi
+ //
+ this.btnPingZhi.Caption = "鍝佽川瀹℃牳";
+ this.btnPingZhi.Id = 76;
+ this.btnPingZhi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPingZhi.ImageOptions.Image")));
+ this.btnPingZhi.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPingZhi.ImageOptions.LargeImage")));
+ this.btnPingZhi.Name = "btnPingZhi";
+ this.btnPingZhi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnPingZhi.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnFPingZhi
+ //
+ this.btnFPingZhi.Caption = "鍝佽川鍙嶅鏍�";
+ this.btnFPingZhi.Id = 77;
+ this.btnFPingZhi.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnFPingZhi.ImageOptions.Image")));
+ this.btnFPingZhi.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnFPingZhi.ImageOptions.LargeImage")));
+ this.btnFPingZhi.Name = "btnFPingZhi";
+ this.btnFPingZhi.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
// btnAll
//
this.btnAll.Caption = "鎵归噺璁剧疆";
@@ -601,14 +624,14 @@
this.barLargeButtonItem4.Tag = "Never";
this.barLargeButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
- // btnWeight
+ // btnBaoGao
//
- this.btnWeight.Caption = "绉伴噸";
- this.btnWeight.Id = 73;
- this.btnWeight.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.Image")));
- this.btnWeight.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnWeight.ImageOptions.LargeImage")));
- this.btnWeight.Name = "btnWeight";
- this.btnWeight.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ this.btnBaoGao.Caption = "鐢熸垚鎶ュ憡";
+ this.btnBaoGao.Id = 75;
+ this.btnBaoGao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.Image")));
+ this.btnBaoGao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.LargeImage")));
+ this.btnBaoGao.Name = "btnBaoGao";
+ this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// barDockControlTop
//
@@ -622,7 +645,7 @@
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 206);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 190);
this.barDockControlBottom.Manager = this.barManager1;
this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
//
@@ -642,15 +665,6 @@
this.barDockControlRight.Manager = this.barManager1;
this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
//
- // btnBaoGao
- //
- this.btnBaoGao.Caption = "鐢熸垚鎶ュ憡";
- this.btnBaoGao.Id = 75;
- this.btnBaoGao.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.Image")));
- this.btnBaoGao.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnBaoGao.ImageOptions.LargeImage")));
- this.btnBaoGao.Name = "btnBaoGao";
- this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
- //
// UcToolBarMenu
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -660,7 +674,7 @@
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
this.Name = "UcToolBarMenu";
- this.Size = new System.Drawing.Size(1543, 206);
+ this.Size = new System.Drawing.Size(1543, 190);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -715,7 +729,8 @@
private DevExpress.XtraBars.BarLargeButtonItem btnGongZi;
private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
private DevExpress.XtraBars.BarLargeButtonItem btnGx;
- private DevExpress.XtraBars.BarLargeButtonItem btnWeight;
private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
+ private DevExpress.XtraBars.BarLargeButtonItem btnPingZhi;
+ private DevExpress.XtraBars.BarLargeButtonItem btnFPingZhi;
}
}
--
Gitblit v1.9.3