From 5ebe0fbb0bc1eec74a7e1b81b1eddcb9d97ba799 Mon Sep 17 00:00:00 2001
From: jhz <jinghz@oceic.com>
Date: 星期一, 15 八月 2022 17:48:21 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
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