old mode 100755
new mode 100644
| | |
| | | |
| | | var backgroundColor = new Button |
| | | { |
| | | Width = Application.GetRealWidth(156), |
| | | Height = Application.GetRealHeight(180), |
| | | Width = Application.GetMinRealAverage(156), |
| | | Height = Application.GetMinRealAverage(180), |
| | | X = Application.GetRealWidth(10), |
| | | UnSelectedImagePath = "ZigeeLogic/deviceunselectedbackgroundcolor.png", |
| | | SelectedImagePath = "ZigeeLogic/deviceselectedbackgroundcolor.png", |
| | |
| | | TextSize = 10, |
| | | }; |
| | | deviceRowLayout.AddChidren(devicetypename); |
| | | |
| | | |
| | | EventHandler<MouseEventArgs> devicetypeclick = (sender13, e13) => |
| | | { |
| | | devicetypeButton.IsSelected = false; |
| | |
| | | devicename.MouseUpEventHandler += devicclick; |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |