panelbar.Add()
.Text(string.Format(Common_Formats.CopyRight, DateTime.Now.ToString("yyyy"), Version.ToString())).
Common_Formats.CopyRight
.resx
是从文件中读取的字符串:
© {0} ABC Systems Inc. <br> All rights reserved. V: {1}
我把"<br>"
和\n
放在文本中,它仍然没有分裂。