HDL Home App 第二版本 旧平台金堂用 正在使用
hxb
2022-08-30 25429f085093d89d543a0b90e30d0d62d1b7dac9
ZigbeeApp/Shared/Phone/UserCenter/Device/Direction/PanelThreeButtonDirectionForm.cs
@@ -49,15 +49,11 @@
            btnGreanLinght.TextID = R.MyInternationalizationString.uPanelBackLightLighting;
            framePic.AddChidren(btnGreanLinght);
            //任意按键长按5秒
            string textMsg = Language.StringByID(R.MyInternationalizationString.uLongClickEachPanelSomeSecond);
            if (textMsg.Contains("{0}") == true)
            {
                textMsg = string.Format(textMsg, "5");
            }
            //长按此按键
            string textMsg = Language.StringByID(R.MyInternationalizationString.uLongPressThisButton);
            var btnSecond = new NormalViewControl(this.GetPictrueRealSize(400), this.GetPictrueRealSize(45), false);
            btnSecond.X = this.GetPictrueRealSize(441);
            btnSecond.Y = this.GetPictrueRealSize(583);
            btnSecond.Y = this.GetPictrueRealSize(526);
            btnSecond.TextColor = UserCenterColor.Current.TextGrayColor3;
            btnSecond.TextSize = 10;
            btnSecond.Text = textMsg;