更新区域编号显示:设置靠右显示并实现动态更新
This commit is contained in:
@@ -213,6 +213,9 @@ namespace JoyD.Windows.CS
|
||||
this.txtRegionNumber.ToolTipText = "区域编号";
|
||||
// 确保控件不会被拆分到不同行
|
||||
this.txtRegionNumber.AutoSize = true;
|
||||
// 设置文本靠右显示
|
||||
this.txtRegionNumber.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
|
||||
this.txtRegionNumber.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||||
//
|
||||
// toolStrip
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user