old mode 100644
new mode 100755
| | |
| | | |
| | | CollectButton = new Button |
| | | { |
| | | X = Application.GetMinRealAverage(340), |
| | | X = Application.GetMinRealAverage(350), |
| | | Y = Application.GetMinRealAverage(1), |
| | | Width = Application.GetMinRealAverage(107), |
| | | Height = Application.GetMinRealAverage(107), |
| | |
| | | TextColor = ZigbeeColor.Current.GXCTextWhiteColor, |
| | | SelectedTextColor = ZigbeeColor.Current.GXCTextSelectedColor, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextSize = 14, |
| | | IsBold = true |
| | | }; |
| | | AddChidren(SceneNameButton); |
| | | } |
| | |
| | | TimeButton.Height = Application.GetMinRealAverage(63); |
| | | TimeButton.UnSelectedImagePath = string.Empty; |
| | | TimeButton.Text = name; |
| | | TimeButton.TextSize = 14; |
| | | TimeButton.IsBold = true; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | var timeSelect = new SelectTime(); |
| | | CommonPage.Instance.AddChidren(timeSelect); |
| | | timeSelect.TempTime = scene.DelayTime; |
| | | timeSelect.TempTime = scene.SceneDelayTime; |
| | | timeSelect.Init(); |
| | | timeSelect.TimeAction = (t) => |
| | | { |