| | |
| | | BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack, |
| | | TextColor = Shared.Common.ZigbeeColor.Current.XMWhite, |
| | | TextSize = 16, |
| | | IsBold = true, |
| | | }; |
| | | bottomFrameLayout.AddChidren(btnFinifh); |
| | | #endregion |
| | |
| | | Y = Application.GetRealHeight(58), |
| | | TextColor = Shared.Common.ZigbeeColor.Current.TextBlack, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextSize = 14, |
| | | }; |
| | | rowLayout.AddChidren(btnModeText); |
| | | |
| | |
| | | Y = Application.GetRealHeight(58), |
| | | TextColor = Shared.Common.ZigbeeColor.Current.TextBlack, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextSize = 14, |
| | | }; |
| | | rowLayout.AddChidren(btnModeText); |
| | | |
| | |
| | | break; |
| | | } |
| | | |
| | | if (i == typeDetailModeList.Count - 1) |
| | | if (i == typeDetailModeListTemp.Count - 1) |
| | | { |
| | | line2.Visible = false; |
| | | } |
| | |
| | | Y = Application.GetRealHeight(58), |
| | | TextColor = Shared.Common.ZigbeeColor.Current.TextBlack, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextSize = 14, |
| | | }; |
| | | rowLayout.AddChidren(btnModeText); |
| | | |
| | |
| | | btnChoose.MouseUpEventHandler += hander; |
| | | i++; |
| | | } |
| | | } |
| | | |
| | | private void FinisfhEventHandler(object sender, MouseEventArgs e) |
| | | { |
| | | |
| | | } |
| | | |
| | | public void DeviceInfoChange(CommonDevice common, string typeTag) |