HDL Home App 第二版本 旧平台金堂用 正在使用
xm
2020-01-15 f17bb6c60db1f24ce05df96aa27d4680e2df0ce6
ZigbeeApp20190114/Shared/Phone/UserCenter/DoorLock/FunctionSetting.cs
@@ -7,7 +7,7 @@
{
    public class FunctionSetting : DoorLockCommonLayout, ZigBee.Common.IStatus
    {
        #region ◆ 构造函数__________________________
        #region  构造函数
        /// <summary>
        /// 构造函数
        /// </summary>
@@ -22,7 +22,7 @@
        }
        #endregion
        #region ◆ 变量申明__________________________
        #region  变量申明
        public ZigBee.Device.DoorLock doorLock = null;
        /// <summary>
        /// 设备需要保存的设备名字
@@ -53,7 +53,7 @@
        FrameLayout bottomFrameLayout;
        #endregion
        #region ◆ UI显示 __________________________
        #region  UI显示
        /// <summary>
        /// UI显示 
        /// </summary>
@@ -74,9 +74,9 @@
        }
        #endregion
        #region ◆ 中部显示 __________________________
        #region  中部显示
        public void MidFrameLayoutContent()
        {
        {
            //图片
            var btnPic = new DeviceInfoIconControl();
            btnPic.Y = Application.GetRealHeight(92);
@@ -99,7 +99,7 @@
        }
        #endregion
        #region ◆ 底部显示 __________________________
        #region  底部显示
        public void BottomFrameLayout()
        {
            #region  UI 
@@ -136,7 +136,7 @@
        }
        #endregion
        #region ◆ 功能显示 __________________________
        #region  功能显示
        void FunctionDetail(ZigBee.Device.DoorLock doorLock)
        {
            listview.RemoveAll();
@@ -228,10 +228,10 @@
                    this.CloseForm();
                }
            };
        }
        }
        #endregion
        #region 添加全部菜单
        #region  添加全部菜单
        /// <summary>
        /// 添加全部菜单
        /// </summary>
@@ -244,7 +244,7 @@
                //添加【远程开锁】行
                this.AddRemoteUnLocksRow();
                //添加【门锁时间】行
                this.AddDoorLocksTimeRow();
                this.AddDoorLocksTimeRow();
            }
            else
            {
@@ -404,7 +404,7 @@
        #endregion
        #region ◆ 设备重命名__________________________
        #region  设备重命名
        /// <summary>
        /// 设备重命名
        /// </summary>
@@ -445,7 +445,7 @@
        }
        #endregion
        #region ◆ 行数超过容器时,补一个空白FrameLayout__________________________
        #region  行数超过容器时,补一个空白FrameLayout
        /// <summary>
        /// 行数超过容器时,补一个空白FrameLayout,使之能滑动
        /// </summary> 
@@ -466,7 +466,7 @@
        }
        #endregion
        #region ◆ 接口实现__________________________
        #region  接口实现
        /// <summary>
        /// 处理变化事件 --将弃用 改用DeviceInfoChange()
        /// </summary>