gxc
2019-12-25 944b87b6bcccb095cd73f13f4410fb20faf48f74
ZigbeeApp/Shared/Phone/UserCenter/Safety/AlarmTargetStatuSelectLightForm.cs
@@ -210,6 +210,11 @@
                    btnOpen.TextColor = UserCenterColor.Current.TextColor1;
                    seekBar.Enable = true;
                    seekBar.ProgressColor = 0xfffdb500;
                    if (seekBar.Progress == 0)
                    {
                        seekBar.Progress = 100;
                        btnPersent.Text = "100%";
                    }
                    //关 不可用
                    btnClose.TextColor = UserCenterColor.Current.TextGrayColor3;
@@ -301,10 +306,10 @@
        /// <summary>
        /// 界面关闭
        /// </summary>
        public override void CloseForm()
        public override void CloseFormBefore()
        {
            this.FinishSelectEvent = null;
            base.CloseForm();
            base.CloseFormBefore();
        }
        #endregion