wei
2020-12-22 ecc6575f250e00f290db163a27c1471028e135e2
HDL_ON/UI/UI2/FuntionControlView/Curtain/CurtainModulePage.cs
old mode 100755 new mode 100644
@@ -134,6 +134,7 @@
                Height = Application.GetMinRealAverage(40),
                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainCloseIcon.png",
                SelectedImagePath = "FunctionIcon/Curtain/CurtainCloseOnIcon.png",
                IsSelected = curtain.trait_on_off.curValue.ToString() == "off",
            };
            controlView.AddChidren(btnCurtainClose);
@@ -145,6 +146,7 @@
                Height = Application.GetMinRealAverage(40),
                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainStopIcon.png",
                SelectedImagePath = "FunctionIcon/Curtain/CurtainStopOnIcon.png",
                IsSelected = curtain.trait_on_off.curValue.ToString() == "stop",
            };
            controlView.AddChidren(btnCurtainStop);
@@ -156,6 +158,7 @@
                Height = Application.GetMinRealAverage(40),
                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainOpenIcon.png",
                SelectedImagePath = "FunctionIcon/Curtain/CurtainOpenOnIcon.png",
                IsSelected = curtain.trait_on_off.curValue.ToString() == "on",
            };
            controlView.AddChidren(btnCurtainOpen);