diff --git a/全自动水压检测仪/NormalTemperatureMode.Designer.cs b/全自动水压检测仪/NormalTemperatureMode.Designer.cs index c30d39d..116e17a 100644 --- a/全自动水压检测仪/NormalTemperatureMode.Designer.cs +++ b/全自动水压检测仪/NormalTemperatureMode.Designer.cs @@ -271,10 +271,10 @@ namespace 全自动水压检测仪 this.uiButton9.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255))))); this.uiButton9.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220))))); this.uiButton9.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiButton9.Location = new System.Drawing.Point(107, 395); + this.uiButton9.Location = new System.Drawing.Point(12, 350); this.uiButton9.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton9.Name = "uiButton9"; - this.uiButton9.Size = new System.Drawing.Size(75, 48); + this.uiButton9.Size = new System.Drawing.Size(175, 50); this.uiButton9.TabIndex = 4; this.uiButton9.Text = "退出"; this.uiButton9.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -445,7 +445,7 @@ namespace 全自动水压检测仪 this.uiButton2.Location = new System.Drawing.Point(5, 5); this.uiButton2.MinimumSize = new System.Drawing.Size(1, 1); this.uiButton2.Name = "uiButton2"; - this.uiButton2.Size = new System.Drawing.Size(154, 44); + this.uiButton2.Size = new System.Drawing.Size(154, 230); this.uiButton2.TabIndex = 1; this.uiButton2.Text = "启动测试"; this.uiButton2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); @@ -456,12 +456,12 @@ namespace 全自动水压检测仪 this.uiPanel8.Dock = System.Windows.Forms.DockStyle.Fill; this.uiPanel8.FillColor = System.Drawing.Color.White; this.uiPanel8.Font = new System.Drawing.Font("宋体", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.uiPanel8.Location = new System.Drawing.Point(4, 5); + this.uiPanel8.Location = new System.Drawing.Point(4, 15); this.uiPanel8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.uiPanel8.MinimumSize = new System.Drawing.Size(1, 1); this.uiPanel8.Name = "uiPanel8"; this.uiPanel8.RectColor = System.Drawing.Color.White; - this.uiPanel8.Size = new System.Drawing.Size(164, 24); + this.uiPanel8.Size = new System.Drawing.Size(164, 160); this.uiPanel8.TabIndex = 0; this.uiPanel8.Text = "测试控制"; this.uiPanel8.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;