黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectAcForm.cs
@@ -64,7 +64,7 @@
            //头部信息
            var btnTitle = new NormalViewControl(frameBack.Width, Application.GetRealHeight(65), false);
            btnTitle.Y = Application.GetRealHeight(34);
            btnTitle.Text = Common.LocalDevice.Current.GetDeviceEpointName(device);
            btnTitle.Text = HdlDeviceCommonLogic.Current.GetDeviceEpointName(device);
            btnTitle.TextColor = UserCenterColor.Current.TextColor4;
            btnTitle.TextSize = 16;
            btnTitle.TextAlignment = TextAlignment.Center;
@@ -92,7 +92,7 @@
            frameBack.AddChidren(btnFinish);
            //线
            var btnLine1 = new NormalViewControl(frameBack.Width, ControlCommonResourse.BottomLineHeight, false);
            var btnLine1 = new NormalViewControl(frameBack.Width, HdlControlResourse.BottomLineHeight, false);
            btnLine1.Y = Application.GetRealHeight(138);
            btnLine1.BackgroundColor = UserCenterColor.Current.ButtomLine;
            frameBack.AddChidren(btnLine1);
@@ -100,8 +100,8 @@
            //开
            var rowOpen = new FrameRowControl();
            rowOpen.Y = btnLine1.Bottom + Application.GetRealHeight(69);
            rowOpen.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;
            rowOpen.RightOffset = ControlCommonResourse.XXLeft - Application.GetRealWidth(81);
            rowOpen.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;
            rowOpen.RightOffset = HdlControlResourse.XXLeft - Application.GetRealWidth(81);
            frameBack.AddChidren(rowOpen);
            var btnOpen = rowOpen.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSimpleOpen), 400);
            btnOpen.TextColor = UserCenterColor.Current.TextGrayColor3;
@@ -169,7 +169,7 @@
                selectFanIndex = value3;
            };
            //底线
            var btnPickerLine = new NormalViewControl(btnOpenLine.Width, ControlCommonResourse.BottomLineHeight, false);
            var btnPickerLine = new NormalViewControl(btnOpenLine.Width, HdlControlResourse.BottomLineHeight, false);
            btnPickerLine.X = btnOpenLine.X;
            btnPickerLine.Y = pickerView.Bottom;
            btnPickerLine.BackgroundColor = UserCenterColor.Current.ButtomLine;
@@ -178,8 +178,8 @@
            //关
            var rowClose = new FrameRowControl();
            rowClose.Y = btnPickerLine.Bottom + Application.GetRealHeight(12);
            rowClose.LeftOffset = Application.GetRealWidth(81) - ControlCommonResourse.XXLeft;
            rowClose.RightOffset = ControlCommonResourse.XXLeft - Application.GetRealWidth(81);
            rowClose.LeftOffset = Application.GetRealWidth(81) - HdlControlResourse.XXLeft;
            rowClose.RightOffset = HdlControlResourse.XXLeft - Application.GetRealWidth(81);
            frameBack.AddChidren(rowClose);
            var btnClose = rowClose.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uSimpleClose), 400);
            btnClose.TextColor = UserCenterColor.Current.TextGrayColor3;