From 75f0064dc85a6723fbc7f2b24ea1a2afd3d94ce8 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 29 四月 2024 14:11:35 +0800 Subject: [PATCH] 托盘条码自动生成模块:点击 自动组托 后, 子条码文本框自动获取焦点。 --- WarM/条码打印/Gy_PackBarCodeBill_automaticallyByPLC.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" index 79b77c7..254645b 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_PackBarCodeBill_automaticallyByPLC.cs" @@ -379,6 +379,8 @@ comboBox_SourceNameParams.Enabled = false; button_saveParams.Enabled = false; + + textBox_HBarCode.Focus(); } //鍋滄缁勬墭 -- Gitblit v1.9.1