ZigbeeApp/Shared/Phone/UserCenter/Device/Panel/PanelFangyueButtonSettionForm.cs
@@ -137,6 +137,7 @@ //按键备注 string caption = Language.StringByID(R.MyInternationalizationString.uPanelButtonNote); this.btnDeviceName = new FrameCaptionInputControl(caption, nameValue, listview.rowSpace / 2); this.btnDeviceName.txtInput.MaxByte = 48;//限制只能输入48个字节 listview.AddChidren(btnDeviceName); btnDeviceName.InitControl(); btnDeviceName.AddBottomLine();