From b9cb076fe6127160c96c35bf9c8cebcffe1d5ccd Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 10 一月 2020 17:35:23 +0800 Subject: [PATCH] 2020.1.10 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection3Form.cs | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection3Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection3Form.cs index b211421..aa16a54 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection3Form.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection3Form.cs @@ -39,8 +39,8 @@ var btnHelp = this.AddHelpControl(); btnHelp.ButtonClickEvent += (sender, e) => { - var form = new DeviceDirection.DeviceDirectionHelpForm(); - form.AddForm("WirelessUdp"); + var form = new AddGatewayHelpForm(); + form.AddForm("Ap"); }; //涓嬩竴姝� @@ -70,8 +70,7 @@ framePic.BackgroundImagePath = "Gateway/WirelessApGatewaySearching.png"; bodyFrameLayout.AddChidren(framePic); - //璇峰墠寰�绉诲姩璁惧WLAN璁剧疆 - //閲嶆柊杩炴帴瀹跺涵wiFi + //鎵嬫満鍘昏缃繛鎺ヨ矾鐢卞櫒 string[] ArryMsg = Language.StringByID(R.MyInternationalizationString.uAddApWirelessGatewayMsg3).Split(new string[] { "{0}" }, StringSplitOptions.RemoveEmptyEntries); int yy = framePic.Bottom + Application.GetRealHeight(369); foreach (var msg in ArryMsg) @@ -99,7 +98,7 @@ }; bodyFrameLayout.AddChidren(btnSettion); //搴曠嚎 - int lineWidth = btnSettion.GetRealWidthByText(12); + int lineWidth = btnSettion.GetRealWidthByText(); var btnLine1 = new NormalViewControl(lineWidth, ControlCommonResourse.BottomLineHeight, false); btnLine1.BackgroundColor = 0xff0075ff; btnLine1.Gravity = Gravity.CenterHorizontal; -- Gitblit v1.8.0