This commit is contained in:
@@ -209,14 +209,14 @@ namespace 全自动水压检测仪
|
||||
this.tempModePanel.Controls.Add(this.uiLight2_Status);
|
||||
|
||||
// 当前模式显示
|
||||
var currentModeLabel = new Sunny.UI.UILabel();
|
||||
currentModeLabel.Location = new System.Drawing.Point(520, 65);
|
||||
currentModeLabel.Size = new System.Drawing.Size(120, 30);
|
||||
currentModeLabel.Text = "当前模式:";
|
||||
currentModeLabel.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
currentModeLabel.ForeColor = System.Drawing.Color.FromArgb(100, 100, 100);
|
||||
currentModeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.tempModePanel.Controls.Add(currentModeLabel);
|
||||
//var currentModeLabel = new Sunny.UI.UILabel();
|
||||
//currentModeLabel.Location = new System.Drawing.Point(520, 65);
|
||||
//currentModeLabel.Size = new System.Drawing.Size(120, 30);
|
||||
//currentModeLabel.Text = "当前模式:";
|
||||
//currentModeLabel.Font = new System.Drawing.Font("微软雅黑", 11F);
|
||||
//currentModeLabel.ForeColor = System.Drawing.Color.FromArgb(100, 100, 100);
|
||||
//currentModeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
//this.tempModePanel.Controls.Add(currentModeLabel);
|
||||
|
||||
// uiLabel11_Status
|
||||
this.uiLabel11_Status.Location = new System.Drawing.Point(640, 65);
|
||||
|
||||
Reference in New Issue
Block a user