From 894e4e2856d5dcf4ac8a3b7be79db7aeb9704ba7 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 03 八月 2022 09:20:39 +0800
Subject: [PATCH] 工序 进站 出站 退出功能 齐套报表
---
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