From 499b47a2b59c8e26a270501d74100b5d973e55d9 Mon Sep 17 00:00:00 2001
From: huawei <huawei@2214094776>
Date: 星期三, 17 十二月 2025 14:00:50 +0800
Subject: [PATCH] 添加到货条码打印--送货单号字段
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 55 +++++++++++++++++++++++++++++++++++++++++++------------
1 files changed, 43 insertions(+), 12 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 2a3bea3..5ff9a65 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -75,6 +75,8 @@
this.barLargeButtonItem3 = new DevExpress.XtraBars.BarLargeButtonItem();
this.barLargeButtonItem4 = new DevExpress.XtraBars.BarLargeButtonItem();
this.btnBaoGao = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnTBPrint = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnRefuse = new DevExpress.XtraBars.BarLargeButtonItem();
this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
@@ -137,9 +139,11 @@
this.btnGongZi,
this.btnLianBan,
this.btnGx,
- this.btnBaoGao});
+ this.btnBaoGao,
+ this.btnTBPrint,
+ this.btnRefuse});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 76;
+ this.barManager1.MaxItemId = 77;
//
// bar2
//
@@ -193,7 +197,9 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem2),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem3),
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
- new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao)});
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnTBPrint),
+ new DevExpress.XtraBars.LinkPersistInfo(this.btnRefuse)});
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
@@ -608,48 +614,71 @@
this.btnBaoGao.Name = "btnBaoGao";
this.btnBaoGao.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
+ // btnTBPrint
+ //
+ this.btnTBPrint.Caption = "鎵樻澘鎵撳嵃";
+ this.btnTBPrint.Id = 85;
+ this.btnTBPrint.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.print_16x162;
+ this.btnTBPrint.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.print_32x322;
+ this.btnTBPrint.Name = "btnTBPrint";
+ this.btnTBPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnRefuse
+ //
+ this.btnRefuse.Caption = "鎷掔";
+ this.btnRefuse.Id = 76;
+ this.btnRefuse.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnRefuse.ImageOptions.Image")));
+ this.btnRefuse.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnRefuse.ImageOptions.LargeImage")));
+ this.btnRefuse.Name = "btnRefuse";
+ this.btnRefuse.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
// 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(1543, 213);
+ this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlTop.Size = new System.Drawing.Size(1350, 114);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 72);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 176);
this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
+ this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlBottom.Size = new System.Drawing.Size(1350, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 213);
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 114);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 0);
+ this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 62);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1543, 213);
+ this.barDockControlRight.Location = new System.Drawing.Point(1350, 114);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Size = new System.Drawing.Size(0, 0);
+ this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 62);
//
// UcToolBarMenu
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
+ this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "UcToolBarMenu";
- this.Size = new System.Drawing.Size(1543, 72);
+ this.Size = new System.Drawing.Size(1350, 176);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -705,5 +734,7 @@
private DevExpress.XtraBars.BarLargeButtonItem btnLianBan;
private DevExpress.XtraBars.BarLargeButtonItem btnGx;
private DevExpress.XtraBars.BarLargeButtonItem btnBaoGao;
+ private DevExpress.XtraBars.BarLargeButtonItem btnTBPrint;
+ private DevExpress.XtraBars.BarLargeButtonItem btnRefuse;
}
}
--
Gitblit v1.9.3