From 163777d8a2cb7cfa469f54a7042528870ebc10a3 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 09 十二月 2019 17:46:20 +0800
Subject: [PATCH] 一个新版本

---
 ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs
index 57c6554..cc5c2c2 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessUdpSearchForm.cs
@@ -156,6 +156,7 @@
             frameback.BackgroundImagePath = "Item/BottomButtonGround.png";
             bodyFrameLayout.AddChidren(frameback);
             var btnReDo = new NormalViewControl(300, 65, true);
+            btnReDo.IsBold = true;
             btnReDo.TextColor = UserCenterColor.Current.White;
             btnReDo.TextSize = 16;
             btnReDo.Y = Application.GetRealHeight(49);
@@ -246,7 +247,7 @@
                 //璁℃椂鏃堕棿
                 int timeCount = 0;
                 //瓒呮椂鏃堕棿
-                int timeOut = 120;
+                int timeOut = 240;
                 while (btnGwImage.Parent != null)
                 {
                     timeCount++;

--
Gitblit v1.8.0