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