bug
lu
2025-08-27 c351f3bdcb7d13d66e66f5b7394417e85fcf1ecc
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();
            // 
@@ -87,6 +86,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,7 +137,6 @@
            this.btnGongZi,
            this.btnLianBan,
            this.btnGx,
            this.btnWeight,
            this.btnBaoGao});
            this.barManager1.MainMenu = this.bar2;
            this.barManager1.MaxItemId = 76;
@@ -194,7 +193,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 +599,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 +620,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, 69);
            this.barDockControlBottom.Manager = this.barManager1;
            this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
            // 
@@ -642,15 +640,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 +649,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, 69);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
@@ -715,7 +704,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;
    }
}