diff --git a/全自动水压检测仪/NormalTemperatureMode.Designer.cs b/全自动水压检测仪/NormalTemperatureMode.Designer.cs index 25102ba..4e3b7b8 100644 --- a/全自动水压检测仪/NormalTemperatureMode.Designer.cs +++ b/全自动水压检测仪/NormalTemperatureMode.Designer.cs @@ -132,6 +132,8 @@ namespace 全自动水压检测仪 this.uiPanel13 = new Sunny.UI.UIPanel(); this.uiTableLayoutPanel9 = new Sunny.UI.UITableLayoutPanel(); this.uiPanel14 = new Sunny.UI.UIPanel(); + this.uiLabel48 = new Sunny.UI.UILabel(); + this.uiTextBox9 = new Sunny.UI.UITextBox(); this.uiLabel35 = new Sunny.UI.UILabel(); this.uiLabel37 = new Sunny.UI.UILabel(); this.uiTextBox2 = new Sunny.UI.UITextBox(); @@ -163,8 +165,6 @@ namespace 全自动水压检测仪 this.uiPanel2 = new Sunny.UI.UIPanel(); this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLight1 = new Sunny.UI.UILight(); - this.uiLabel48 = new Sunny.UI.UILabel(); - this.uiTextBox9 = new Sunny.UI.UITextBox(); this.uiTableLayoutPanel1.SuspendLayout(); this.uiTableLayoutPanel2.SuspendLayout(); this.panel1.SuspendLayout(); @@ -1430,7 +1430,7 @@ namespace 全自动水压检测仪 // // uiLabel29 // - this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.uiLabel29.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80))))); this.uiLabel29.Location = new System.Drawing.Point(-2, 3); this.uiLabel29.Name = "uiLabel29"; @@ -1752,6 +1752,35 @@ namespace 全自动水压检测仪 this.uiPanel14.Text = null; this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; // + // uiLabel48 + // + this.uiLabel48.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); + this.uiLabel48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); + this.uiLabel48.Location = new System.Drawing.Point(484, 52); + this.uiLabel48.Name = "uiLabel48"; + this.uiLabel48.Size = new System.Drawing.Size(122, 30); + this.uiLabel48.TabIndex = 14; + this.uiLabel48.Text = "出口温度设置(℃):"; + this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; + // + // uiTextBox9 + // + this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam; + this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 10.5F); + this.uiTextBox9.Location = new System.Drawing.Point(606, 52); + this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); + this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16); + this.uiTextBox9.Name = "uiTextBox9"; + this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5); + this.uiTextBox9.Radius = 3; + this.uiTextBox9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); + this.uiTextBox9.ShowText = false; + this.uiTextBox9.Size = new System.Drawing.Size(91, 28); + this.uiTextBox9.TabIndex = 15; + this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; + this.uiTextBox9.Watermark = ""; + this.uiTextBox9.Click += new System.EventHandler(this.uiTextBox9_Click); + // // uiLabel35 // this.uiLabel35.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -2218,35 +2247,6 @@ namespace 全自动水压检测仪 this.uiLight1.TabIndex = 1; this.uiLight1.Text = "uiLight1"; // - // uiLabel48 - // - this.uiLabel48.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiLabel48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48))))); - this.uiLabel48.Location = new System.Drawing.Point(484, 52); - this.uiLabel48.Name = "uiLabel48"; - this.uiLabel48.Size = new System.Drawing.Size(122, 30); - this.uiLabel48.TabIndex = 14; - this.uiLabel48.Text = "出口温度设置(℃):"; - this.uiLabel48.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; - // - // uiTextBox9 - // - this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam; - this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 10.5F); - this.uiTextBox9.Location = new System.Drawing.Point(606, 52); - this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16); - this.uiTextBox9.Name = "uiTextBox9"; - this.uiTextBox9.Padding = new System.Windows.Forms.Padding(5); - this.uiTextBox9.Radius = 3; - this.uiTextBox9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220))))); - this.uiTextBox9.ShowText = false; - this.uiTextBox9.Size = new System.Drawing.Size(91, 28); - this.uiTextBox9.TabIndex = 15; - this.uiTextBox9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; - this.uiTextBox9.Watermark = ""; - this.uiTextBox9.Click += new System.EventHandler(this.uiTextBox9_Click); - // // NormalTemperatureMode // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;