| | |
| | | Height = Application.GetRealHeight(150), |
| | | TextColor = ZigbeeColor.Current.GXCTextBlackColor, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextID = R.MyInternationalizationString.SelectFloor |
| | | TextID = R.MyInternationalizationString.SelectFloor, |
| | | TextSize=16, |
| | | IsBold=true |
| | | }; |
| | | backgroundFL.AddChidren(tip); |
| | | |
| | |
| | | frow.IsSelected = true; |
| | | } |
| | | |
| | | frow.IconButton.MouseUpEventHandler += SelectFloor_MouseUpEvent; |
| | | frow.TitleButton.MouseUpEventHandler += SelectFloor_MouseUpEvent; |
| | | frow.ClickBtn.MouseUpEventHandler += SelectFloor_MouseUpEvent; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | Config.Instance.Home.CurrentFloorId = (sender as Button).Tag.ToString(); |
| | | Config.Instance.Home.Save(); |
| | | Common.Room.RefreshRoomListView(); |
| | | } |
| | | |
| | | FloorAction?.Invoke((sender as Button).Tag.ToString()); |