wei
2021-11-17 82eba47c84106e286d37ecdb9fc564cc9b80e39f
HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs
@@ -1,4 +1,5 @@
using HDL_ON.Stan;
using HDL_ON.DriverLayer;
using HDL_ON.Stan;
using Shared;
using System;
using System.Collections.Generic;
@@ -78,12 +79,12 @@
            //目前只支持2.4G WiFi网络
            //暂不支持带有中文字符的WiFi名称
            var strMsg = Language.StringByID(StringId.AddInfraredRemoteControlMsg4);
            int yy = this.AddListMsgControls(bodyFrameLayout, strMsg, CSS.CSS_FontSize.TextFontSize, CSS.CSS_Color.TextualColor,
            var listContr = this.AddListMsgControls(bodyFrameLayout, strMsg, CSS.CSS_FontSize.TextFontSize, CSS.CSS_Color.TextualColor,
                Application.GetRealHeight(20), btnWifi.Bottom + Application.GetRealHeight(16), TextAlignment.CenterLeft);
            //wifi行
            var rowWifi = new RowLayoutControl();
            rowWifi.Y = yy + Application.GetRealHeight(32);
            rowWifi.Y = listContr[listContr.Count - 1].Bottom + Application.GetRealHeight(32);
            bodyFrameLayout.AddChidren(rowWifi);
            //wifi名字
            var txtWifi = rowWifi.frameTable.AddLeftInput(wifiName, 200);
@@ -152,6 +153,9 @@
                    return;
                }
                //2021-10-26 09:32:50 增加网关进入配网模式 wxr
                Control.Ins.AuthGateway();
                //进入下一个界面
                this.CloseForm();
                var form = new AddMiniRemoteControlDirection4Page();