lss
2020-06-12 9c16d3614d9b88c637f967518a329f239fcd3aaf
ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceListMainForm.cs
old mode 100755 new mode 100644
@@ -1284,13 +1284,13 @@
        #region ■ 自定义智能音箱控件_____________________
        /// <summary>
        /// 自定义网关控件
        /// 自定义音箱控件
        /// </summary>
        private class MySmartSoundControl : FrameRowControl
        {
            /// <summary>
            /// 网关名字控件
            /// 音箱名字控件
            /// </summary>
            private NormalViewControl btnName = null;
@@ -1326,6 +1326,7 @@
                this.AddRightArrow();
                this.AddMostRightView("", 300, false).Name = "smartSoundLayout";
                this.AddBottomLine();
            }
        }
        #endregion