statusStrip 状态条 toolStripStatusLabel 居右显示

statusStrip1.LayoutStyle = ToolStripLayoutStyle.HorizontalStackWithOverflow;
toolStripStatusLabel1.Alignment 
= ToolStripItemAlignment.Right;
原文地址:https://www.cnblogs.com/anjou/p/1832968.html