From b0dc4d211319747633b1a9de9b925d7abf3feafb Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 09 五月 2024 17:07:08 +0800
Subject: [PATCH] 1.增加 防错装置的 基础资料编辑 和 列表 页面; 2.网页版 增加 设备停机单 单据编辑 以及 单据列表 功能 3.网页版 增加 设备开机单 单据编辑 以及 单据列表 功能

---
 WarM/条码打印/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs"
index ea49d71..703f4cb 100644
--- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs"
+++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.Designer.cs"
@@ -34,6 +34,7 @@
             this.tabControl_MainInfo = new System.Windows.Forms.TabControl();
             this.tabPage_BillInfo = new System.Windows.Forms.TabPage();
             this.gbUp = new System.Windows.Forms.GroupBox();
+            this.button_produceTemp = new System.Windows.Forms.Button();
             this.label_sBillNo = new System.Windows.Forms.Label();
             this.textBox_sBillNo = new System.Windows.Forms.TextBox();
             this.label_sBillID = new System.Windows.Forms.Label();
@@ -121,6 +122,7 @@
             // gbUp
             // 
             this.gbUp.BackColor = System.Drawing.Color.Transparent;
+            this.gbUp.Controls.Add(this.button_produceTemp);
             this.gbUp.Controls.Add(this.label_sBillNo);
             this.gbUp.Controls.Add(this.textBox_sBillNo);
             this.gbUp.Controls.Add(this.label_sBillID);
@@ -149,6 +151,16 @@
             this.gbUp.Size = new System.Drawing.Size(1374, 310);
             this.gbUp.TabIndex = 33;
             this.gbUp.TabStop = false;
+            // 
+            // button_produceTemp
+            // 
+            this.button_produceTemp.Location = new System.Drawing.Point(829, 215);
+            this.button_produceTemp.Name = "button_produceTemp";
+            this.button_produceTemp.Size = new System.Drawing.Size(158, 70);
+            this.button_produceTemp.TabIndex = 123;
+            this.button_produceTemp.Text = "涓存椂缁勬墭";
+            this.button_produceTemp.UseVisualStyleBackColor = true;
+            this.button_produceTemp.Click += new System.EventHandler(this.button_produceTemp_Click);
             // 
             // label_sBillNo
             // 
@@ -287,11 +299,11 @@
             // textBox_HPackBarCode
             // 
             this.textBox_HPackBarCode.BackColor = System.Drawing.SystemColors.ScrollBar;
-            this.textBox_HPackBarCode.Enabled = false;
             this.textBox_HPackBarCode.Location = new System.Drawing.Point(122, 81);
             this.textBox_HPackBarCode.Name = "textBox_HPackBarCode";
             this.textBox_HPackBarCode.Size = new System.Drawing.Size(280, 28);
             this.textBox_HPackBarCode.TabIndex = 43;
+            this.textBox_HPackBarCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox_HPackBarCode__KeyPress);
             // 
             // dtpHDate
             // 
@@ -744,5 +756,6 @@
         private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
         private System.Windows.Forms.ToolStripButton tc;
         private System.Windows.Forms.ToolStripButton toolStripButton_Delete;
+        private System.Windows.Forms.Button button_produceTemp;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1