xm
2020-07-14 d87400af518ebc9274f4447f06476959c3aa5102
ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelBackLighWithSensorForm.cs
@@ -7,7 +7,7 @@
{
    public class PanelBackLighWithSensorForm : EditorCommonForm
    {
        #region ■ 变量声明___________________________
        #region ■ 变量声明___________________________
        /// <summary>
        /// 列表控件
        /// </summary>
@@ -51,7 +51,7 @@
            set { btnSleepTime.Text = value; }
        }
        /// <summary>
        ///睡眠时间
        ///睡眠时间
        /// </summary>
        public NormalViewControl btnSleepTime = null;
@@ -123,7 +123,7 @@
        #endregion
        #region ■ 节能模式行_________________________
        #region ■ 节能模式行_________________________
        /// <summary>
        ///  添加节能模式行
        /// </summary>
@@ -219,7 +219,7 @@
            //添加接近感应
            this.AddProximitySensorsRow(frameBack);
            //底线
            //底线
            var btnLine = new NormalViewControl(965, 5, true);
            btnLine.Height = 1;
            btnLine.X = Application.GetRealWidth(52);
@@ -326,7 +326,7 @@
        }
        #endregion
        #region ■ 显示选择设备睡眠时间_______________
        #region ■ 显示选择设备睡眠时间_______________
        /// <summary>
        /// 显示选择设备睡眠时间的界面
        /// </summary>
@@ -342,7 +342,7 @@
            var form = new BottomItemSelectForm();
            form.CancelCallEvent = false;//允许取消
            form.AddForm(title, listText, nowSelectNo);
            form.AddForm(title, listText, null, nowSelectNo);
            form.FinishSelectEvent += (selectNo) =>
            {
                if (selectNo == nowSelectNo)
@@ -448,7 +448,7 @@
            int B1 = Convert.ToInt32(this.keyColorData.CloseColorB, 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);
@@ -775,7 +775,7 @@
        #endregion
        #region ■ 补充容器___________________________
        #region ■ 补充容器___________________________
        /// <summary>
        /// 行数超过容器时,补一个空白FrameLayout,使之能滑动
        /// </summary>
@@ -814,6 +814,6 @@
            return (uint)(0xFF000000 + R * 256 * 256 + G * 256 + B);
        }
        #endregion
        #endregion
    }
}