From b8f1b7d7735aec7d69552f326dfd5cca81e43f96 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期一, 27 六月 2022 08:53:00 +0800
Subject: [PATCH] nothing
---
WorkM/流转卡管理/MES_StationOutBill.designer.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
index 1f09902..8c50833 100644
--- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
+++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationOutBill.designer.cs"
@@ -729,6 +729,7 @@
this.txtHBadCount.TabIndex = 114;
this.txtHBadCount.TabStop = false;
this.txtHBadCount.Tag = "0";
+ this.txtHBadCount.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBadCount_KeyDown);
//
// txtHQCCheckName
//
@@ -803,6 +804,7 @@
this.txtHWorkTimes.Size = new System.Drawing.Size(188, 28);
this.txtHWorkTimes.TabIndex = 172;
this.txtHWorkTimes.Tag = "0";
+ this.txtHWorkTimes.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHWorkTimes_KeyDown);
//
// txtHMouldNum
//
@@ -815,6 +817,7 @@
this.txtHMouldNum.TabIndex = 171;
this.txtHMouldNum.TabStop = false;
this.txtHMouldNum.Tag = "0";
+ this.txtHMouldNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHMouldNum_KeyDown);
//
// txtHEmpName5
//
--
Gitblit v1.9.1