This commit is contained in:
wxt
2026-02-04 17:19:49 +08:00
parent 32de88764c
commit 341cc0e390
4 changed files with 921 additions and 790 deletions

View File

@@ -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);