黄学彪
2020-12-17 6c0c799c1f5da2d215ec8d9df9b92b3d1948dc14
HDL_ON/UI/UI2/2-Classification/FunctionControlZoneBLL.cs
old mode 100644 new mode 100755
@@ -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>();