From f14dcfd967404e197e7ec995ca8d6f2b090d3b7d Mon Sep 17 00:00:00 2001 From: xm <1271024303@qq.com> Date: 星期五, 11 九月 2020 09:16:59 +0800 Subject: [PATCH] 优化多功能面板:绑定温湿度传感器目标,和设备列表回路显示。优化数据矫正功能温湿度度不设置的情况。优化门锁时间设置最后一天和最后最后一个月的时间显示等 细节 --- ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs index fabd33b..5de7ea0 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameCaptionInputControl.cs @@ -22,7 +22,7 @@ /// <summary> /// 杈撳叆妗嗘帶浠�(鍙栧�兼垨鑰呰幏鍙栧�煎彲浠ヤ娇鐢ㄣ�怲ext銆戝睘鎬�,铏界劧杩欎釜涔熷彲浠ュ彇) /// </summary> - public TextInputExControl txtInput = null; + public TextInputControl txtInput = null; /// <summary> /// 鏍囬鎺т欢 /// </summary> @@ -47,7 +47,8 @@ btnCaption.Gravity = Gravity.CenterVertical; btnCaption.Text = i_caption + "锛�"; - txtInput = new TextInputExControl(700, true); + txtInput = new TextInputControl(700, true); + txtInput.UseFocusColor = true; txtInput.X = Application.GetRealWidth(294); txtInput.Gravity = Gravity.CenterVertical; txtInput.Text = i_text; -- Gitblit v1.8.0