From bbce8e0914dce16334feda67ce918a587d61fe6a Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期五, 20 五月 2022 09:02:50 +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