diff --git a/全自动水压检测仪/NormalTemperatureMode.Designer.cs b/全自动水压检测仪/NormalTemperatureMode.Designer.cs index d34fc02..3b7131f 100644 --- a/全自动水压检测仪/NormalTemperatureMode.Designer.cs +++ b/全自动水压检测仪/NormalTemperatureMode.Designer.cs @@ -112,7 +112,6 @@ namespace 全自动水压检测仪 this.uiPanel24 = new Sunny.UI.UIPanel(); this.uiLabel22 = new Sunny.UI.UILabel(); this.uiLabel23 = new Sunny.UI.UILabel(); - this.uiLabel24 = new Sunny.UI.UILabel(); this.uiPanel22 = new Sunny.UI.UIPanel(); this.uiLabel19 = new Sunny.UI.UILabel(); this.uiLabel20 = new Sunny.UI.UILabel(); @@ -1118,7 +1117,7 @@ namespace 全自动水压检测仪 this.uiLabel43.Name = "uiLabel43"; this.uiLabel43.Size = new System.Drawing.Size(121, 30); this.uiLabel43.TabIndex = 0; - this.uiLabel43.Text = "🌡️箱体温度(°C):"; + this.uiLabel43.Text = "箱体温度(°C):"; this.uiLabel43.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiPanel20 @@ -1157,7 +1156,7 @@ namespace 全自动水压检测仪 this.uiLabel10.Name = "uiLabel10"; this.uiLabel10.Size = new System.Drawing.Size(121, 30); this.uiLabel10.TabIndex = 0; - this.uiLabel10.Text = "⏱️测试时间:"; + this.uiLabel10.Text = "测试时间:"; this.uiLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiPanel33 @@ -1196,7 +1195,7 @@ namespace 全自动水压检测仪 this.uiLabel39.Name = "uiLabel39"; this.uiLabel39.Size = new System.Drawing.Size(121, 30); this.uiLabel39.TabIndex = 0; - this.uiLabel39.Text = "🌡️出口温度(°C):"; + this.uiLabel39.Text = "出口温度(°C):"; this.uiLabel39.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiTableLayoutPanel13 @@ -1269,7 +1268,7 @@ namespace 全自动水压检测仪 this.uiLabel8.Name = "uiLabel8"; this.uiLabel8.Size = new System.Drawing.Size(158, 30); this.uiLabel8.TabIndex = 0; - this.uiLabel8.Text = "📊高温实时液位(mm):"; + this.uiLabel8.Text = "高温实时液位(mm):"; this.uiLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel34 @@ -1332,7 +1331,7 @@ namespace 全自动水压检测仪 this.uiLabel16.Name = "uiLabel16"; this.uiLabel16.Size = new System.Drawing.Size(158, 30); this.uiLabel16.TabIndex = 0; - this.uiLabel16.Text = "📊常温实时液位(mm):"; + this.uiLabel16.Text = "常温实时液位(mm):"; this.uiLabel16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel17 @@ -1383,7 +1382,7 @@ namespace 全自动水压检测仪 this.uiLabel29.Name = "uiLabel29"; this.uiLabel29.Size = new System.Drawing.Size(121, 30); this.uiLabel29.TabIndex = 0; - this.uiLabel29.Text = "🔧实时压力(PSI):"; + this.uiLabel29.Text = "实时压力(PSI):"; this.uiLabel29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel30 @@ -1437,7 +1436,6 @@ namespace 全自动水压检测仪 // this.uiPanel24.Controls.Add(this.uiLabel22); this.uiPanel24.Controls.Add(this.uiLabel23); - this.uiPanel24.Controls.Add(this.uiLabel24); this.uiPanel24.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel24.FillColor = System.Drawing.Color.White; this.uiPanel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -1471,19 +1469,9 @@ namespace 全自动水压检测仪 this.uiLabel23.Name = "uiLabel23"; this.uiLabel23.Size = new System.Drawing.Size(108, 30); this.uiLabel23.TabIndex = 0; - this.uiLabel23.Text = "⚖️压差(PSI):"; + this.uiLabel23.Text = "压差(PSI):"; this.uiLabel23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // - // uiLabel24 - // - this.uiLabel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiLabel24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); - this.uiLabel24.Location = new System.Drawing.Point(15, 7); - this.uiLabel24.Name = "uiLabel24"; - this.uiLabel24.Size = new System.Drawing.Size(131, 35); - this.uiLabel24.TabIndex = 1; - this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // // uiPanel22 // this.uiPanel22.Controls.Add(this.uiLabel19); @@ -1522,7 +1510,7 @@ namespace 全自动水压检测仪 this.uiLabel20.Name = "uiLabel20"; this.uiLabel20.Size = new System.Drawing.Size(119, 30); this.uiLabel20.TabIndex = 0; - this.uiLabel20.Text = "🔧结束压力(PSI):"; + this.uiLabel20.Text = "结束压力(PSI):"; this.uiLabel20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel21 @@ -1573,7 +1561,7 @@ namespace 全自动水压检测仪 this.uiLabel15.Name = "uiLabel15"; this.uiLabel15.Size = new System.Drawing.Size(119, 30); this.uiLabel15.TabIndex = 0; - this.uiLabel15.Text = "🔧初始压力(PSI):"; + this.uiLabel15.Text = "初始压力(PSI):"; this.uiLabel15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // uiLabel18 @@ -2341,7 +2329,6 @@ namespace 全自动水压检测仪 private Sunny.UI.UIPanel uiPanel24; private Sunny.UI.UILabel uiLabel22; private Sunny.UI.UILabel uiLabel23; - private Sunny.UI.UILabel uiLabel24; private Sunny.UI.UIPanel uiPanel22; private Sunny.UI.UILabel uiLabel19; private Sunny.UI.UILabel uiLabel20;