wei
2020-12-18 c96d59d6b6379acb0fd899ad2e255a121ee6c8c6
HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs
@@ -190,17 +190,17 @@
                Control.Ins.SendWriteCommand(curtain, d);
            };
            btnStop.MouseDownEventHandler = (sender, e) =>
            //btnStop.MouseDownEventHandler = (sender, e) =>
            //{
            //    btnStop.IsSelected = true;
            //    btnClose.IsSelected = false;
            //    btnOpen.IsSelected = false;
            //};
            btnStop.MouseUpEventHandler = (sender, e) =>
            {
                btnStop.IsSelected = true;
                btnClose.IsSelected = false;
                btnOpen.IsSelected = false;
            };
            btnStop.MouseUpEventHandler = (sender, e) =>
            {
                btnOpen.IsSelected = true;
                btnClose.IsSelected = false;
                btnStop.IsSelected = false;
                curtain.trait_on_off.curValue = "stop";
                //curtain.percent = 0;
                System.Collections.Generic.Dictionary<string, string> d = new System.Collections.Generic.Dictionary<string, string>();