From 931767239577c1a81f298ddccd65e3137c80b326 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 22 八月 2025 08:28:22 +0800
Subject: [PATCH] 称重
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 29 ++++++++---------------------
1 files changed, 8 insertions(+), 21 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index b81dbdf..b6c6fa1 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -74,12 +74,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();
//
@@ -137,7 +136,6 @@
this.btnGongZi,
this.btnLianBan,
this.btnGx,
- this.btnWeight,
this.btnBaoGao});
this.barManager1.MainMenu = this.bar2;
this.barManager1.MaxItemId = 76;
@@ -194,7 +192,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;
@@ -601,14 +598,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
//
@@ -641,15 +638,6 @@
this.barDockControlRight.Location = new System.Drawing.Point(1543, 213);
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
//
@@ -715,7 +703,6 @@
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;
}
}
--
Gitblit v1.9.3