WJC
2020-03-24 7df40c4d000b5424bc11d4a6b9c3332dfe661c67
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/FunctionSetting.cs
@@ -7,7 +7,7 @@
{
    public class FunctionSetting : DoorLockCommonLayout
    {
        #region  构造函数
        #region  构造函数
        /// <summary>
        /// 构造函数
        /// </summary>
@@ -21,7 +21,7 @@
        }
        #endregion
        #region  变量申明
        #region  变量申明
        public ZigBee.Device.DoorLock doorLock = null;
        /// <summary>
        /// 设备需要保存的设备名字
@@ -52,9 +52,9 @@
        FrameLayout bottomFrameLayout;
        #endregion
        #region  UI显示
        #region  UI显示
        /// <summary>
        /// UI显示
        /// UI显示
        /// </summary>
        public void Show()
        {
@@ -73,7 +73,7 @@
        }
        #endregion
        #region  中部显示
        #region  中部显示
        public void MidFrameLayoutContent()
        {
            //图片
@@ -98,10 +98,10 @@
        }
        #endregion
        #region  底部显示
        #region  底部显示
        public void BottomFrameLayout()
        {
            #region  UI
            #region  UI
            bottomFrameLayout = new FrameLayout()
            {
                Height = Application.GetRealHeight(1319),
@@ -135,7 +135,7 @@
        }
        #endregion
        #region  功能显示
        #region  功能显示
        void FunctionDetail(ZigBee.Device.DoorLock doorLock)
        {
            listview.RemoveAll();
@@ -230,7 +230,7 @@
        }
        #endregion
        #region  添加全部菜单
        #region  添加全部菜单
        /// <summary>
        /// 添加全部菜单
        /// </summary>
@@ -253,7 +253,7 @@
        }
        #endregion
        #region 临时密码
        #region 临时密码
        /// <summary>
        /// 临时密码
        /// </summary>
@@ -287,7 +287,7 @@
        #endregion
        #region 远程开锁
        #region 远程开锁
        /// <summary>
        /// 添加【远程开锁】行(门锁专用)
        /// </summary>
@@ -357,7 +357,7 @@
        #endregion
        #region 门锁时间
        #region 门锁时间
        /// <summary>
        /// 添加【门锁时间】行(门锁专用)
@@ -403,7 +403,7 @@
        #endregion
        #region  设备重命名
        #region  设备重命名
        /// <summary>
        /// 设备重命名
        /// </summary>
@@ -444,10 +444,10 @@
        }
        #endregion
        #region  行数超过容器时,补一个空白FrameLayout
        #region  行数超过容器时,补一个空白FrameLayout
        /// <summary>
        /// 行数超过容器时,补一个空白FrameLayout,使之能滑动
        /// </summary>
        /// </summary>
        void FinishInitControl(FrameLayout bodyFrameLayout, VerticalListControl listview)
        {
            if (listview.ChildrenCount > 0)
@@ -466,3 +466,5 @@
        #endregion
    }
}