HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
@@ -112,8 +112,8 @@
            {
                detailBackFrame.RemoveAll();
                //线
                var btnLine2 = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
                btnLine2.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
                var btnLine2 = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
                btnLine2.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
                btnLine2.BackgroundColor = UserCenterColor.Current.ButtomLine;
                detailBackFrame.AddChidren(btnLine2);
@@ -145,8 +145,8 @@
            };
            //线
            var btnLine = new NormalViewControl(detailBackFrame.Width, HdlControlResourse.BottomLineHeight, false);
            btnLine.Y = Application.GetRealHeight(138) - HdlControlResourse.BottomLineHeight - halfRoundHeigth;
            var btnLine = new NormalViewControl(detailBackFrame.Width, ControlCommonResourse.BottomLineHeight, false);
            btnLine.Y = Application.GetRealHeight(138) - ControlCommonResourse.BottomLineHeight - halfRoundHeigth;
            btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
            detailBackFrame.AddChidren(btnLine);
@@ -234,7 +234,7 @@
            }
            //线
            var btnLine = new NormalViewControl(Application.GetRealWidth(919), HdlControlResourse.BottomLineHeight, false);
            var btnLine = new NormalViewControl(Application.GetRealWidth(919), ControlCommonResourse.BottomLineHeight, false);
            btnLine.Gravity = Gravity.CenterHorizontal;
            btnLine.Y = YY + Application.GetRealHeight(386);
            btnLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
@@ -296,6 +296,22 @@
            btnNormallyOpen.TextID = R.MyInternationalizationString.uNormallyOpenMode;
            btnNormallyOpen.Name = "9000";
            frameDetail.AddChidren(btnNormallyOpen);
            //人脸识别
            var btnFace = this.InitLockSelectButton(listSelectLock.Contains(14));
            btnFace.X = btnNormallyOpen.Right + Application.GetRealWidth(26);
            btnFace.Y = btnNormallyOpen.Y;
            btnFace.TextID = R.MyInternationalizationString.uFaceRecognition;
            btnFace.Name = "14";
            frameDetail.AddChidren(btnFace);
            //静脉纹
            var btnStria = this.InitLockSelectButton(listSelectLock.Contains(13));
            btnStria.X = btnFace.Right + Application.GetRealWidth(26);
            btnStria.Y = btnNormallyOpen.Y;
            btnStria.TextID = R.MyInternationalizationString.uStriaVenosus;
            btnStria.Name = "13";
            frameDetail.AddChidren(btnStria);
        }
        #endregion