黄学彪
2020-12-17 9f326f4000847e6167d8166fa2f6a66f53cb3734
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);
            };
        }