From 9f326f4000847e6167d8166fa2f6a66f53cb3734 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 17 十二月 2020 09:07:13 +0800 Subject: [PATCH] 新云端Ver1.3 --- ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs index 0a2205d..1bac5b7 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs +++ b/ZigbeeApp/Shared/Phone/UserCenter/Gateway/Add/WirelessApDirection1Form.cs @@ -33,15 +33,14 @@ //鍥剧墖 var framePic = new FrameLayout(); - framePic.Width = Application.GetMinRealAverage(392); - framePic.Height = Application.GetMinRealAverage(259); + framePic.Width = this.GetPictrueRealSize(392); + framePic.Height = this.GetPictrueRealSize(259); framePic.Gravity = Gravity.CenterHorizontal; framePic.Y = Application.GetRealHeight(426); framePic.BackgroundImagePath = "Gateway/WirelessApDirection.png"; bodyFrameLayout.AddChidren(framePic); - //闀挎寜缃戝叧HID/WCFG鎸夐敭5绉� - //绯荤粺鐏父浜�60绉掑悗鍒欒繘鍏ラ厤缃戠姸鎬� + //璇峰厛闀挎寜HID/WCFG鎸夐敭澶ф5绉抺0}鐩村埌绯荤粺鎸囩ず鐏父浜畕0}缃戝叧杩涘叆AP妯″紡鐑偣 string[] ArryMsg = Language.StringByID(R.MyInternationalizationString.uAddApWirelessGatewayMsg1).Split(new string[] { "{0}" }, StringSplitOptions.RemoveEmptyEntries); int yy = framePic.Bottom + Application.GetRealHeight(291); foreach (var msg in ArryMsg) @@ -59,8 +58,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,7 +69,7 @@ btnNext.ButtonClickEvent += (sender, e) => { var form = new WirelessApDirection2Form(); - this.AddFromAndRemoveNowForm(form); + this.AddFormAndCloseNowForm(form); }; } -- Gitblit v1.8.0