From c9f2d8386d02da81fe65479e7ecd53fc0c8c7569 Mon Sep 17 00:00:00 2001
From: ch <37327@LLOOCCY>
Date: 星期一, 01 十一月 2021 10:24:24 +0800
Subject: [PATCH] nothing

---
 WarM/条码打印/Gy_BarCodeBill.designer.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.designer.cs"
index 9e37bdf..c63493e 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.designer.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill.designer.cs"
@@ -28,6 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
+            this.components = new System.ComponentModel.Container();
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Gy_BarCodeBill));
             this.Tool = new System.Windows.Forms.ToolStrip();
             this.dy = new System.Windows.Forms.ToolStripButton();
@@ -91,7 +92,7 @@
             this.label11 = new System.Windows.Forms.Label();
             this.txtHMaker = new System.Windows.Forms.Label();
             this.label8 = new System.Windows.Forms.Label();
-            this.timer1 = new System.Windows.Forms.Timer();
+            this.timer1 = new System.Windows.Forms.Timer(this.components);
             this.panel1 = new System.Windows.Forms.Panel();
             this.panel3 = new System.Windows.Forms.Panel();
             this.grdMain = new System.Windows.Forms.DataGridView();
@@ -972,7 +973,7 @@
             this.BatchNo.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
             this.BatchNo.ImageTransparentColor = System.Drawing.Color.White;
             this.BatchNo.Name = "BatchNo";
-            this.BatchNo.Size = new System.Drawing.Size(35, 47);
+            this.BatchNo.Size = new System.Drawing.Size(36, 47);
             this.BatchNo.Text = "鎵规";
             this.BatchNo.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
             this.BatchNo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;

--
Gitblit v1.9.1