From d70880a3d9ae6c9f99ec380ccd16f5524bb622e6 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 05 四月 2025 09:06:31 +0800 Subject: [PATCH] 修改按钮状态 --- DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs index 4af2b84..a3a35eb 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookHuoZhu.cs @@ -28,7 +28,8 @@ public UcLookHuoZhu() { InitializeComponent(); - txt_hzabc.Properties.NullText = "璇烽�夋嫨"; + txt_hzabc.Properties.NullText = "璇烽�夋嫨璐т富"; + txt_hzlxabc.Properties.NullText = "璇烽�夋嫨璐т富绫诲瀷"; this.txt_hzlxabc.SelectedIndexChanged += (s, e) => { txt_hzabc.EditValue = null; -- Gitblit v1.9.3