xm
2020-07-20 b02e8275a21dc06bf54b66273485d44e007a2616
ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelFangyueFreshAirBackLightSettionForm.cs
@@ -50,7 +50,7 @@
            set { btnSleepTime.Text = value; }
        }
        /// <summary>
        ///睡眠时间
        ///睡眠时间
        /// </summary>
        public NormalViewControl btnSleepTime = null;
        #endregion
@@ -125,7 +125,7 @@
        #endregion
        #region ■ 屏幕亮度级别_______________________
        #region ■ 屏幕亮度级别_______________________
        /// <summary>
        /// 添加屏幕亮度级别控件
        /// </summary>
@@ -338,7 +338,7 @@
            int B1 = Convert.ToInt32(this.keyColorData.OpenColorB, 16);
            uint backColor = this.GetColorByRGB((byte)R1, (byte)G1, (byte)B1);
            //颜色外框
            //颜色外框
            var btnColorLine = new FrameLayoutStatuControl();
            btnColorLine.Width = Application.GetRealHeight(79);
            btnColorLine.Height = this.GetPictrueRealSize(79);
@@ -406,7 +406,7 @@
        #endregion
        #region ■ 节能模式行_________________________
        #region ■ 节能模式行_________________________
        /// <summary>
        ///  添加节能模式行
        /// </summary>
@@ -505,7 +505,7 @@
            }
            //添加接近感应
            this.AddProximitySensorsRow(frameBack);
            //底线
            //底线
            var btnLine = new NormalViewControl(965, 5, true);
            btnLine.Height = 1;
            btnLine.X = Application.GetRealWidth(52);
@@ -611,7 +611,7 @@
            };
        }
        #region ■ 显示选择设备睡眠时间_______________
        #region ■ 显示选择设备睡眠时间_______________
        /// <summary>
        /// 显示选择设备睡眠时间的界面
        /// </summary>
@@ -739,7 +739,7 @@
        }
        #endregion
        #region ■ 补充容器___________________________
        #region ■ 补充容器___________________________
        /// <summary>
        /// 行数超过容器时,补一个空白FrameLayout,使之能滑动
        /// </summary>