This commit is contained in:
GukSang.Jin
2026-02-05 16:17:19 +08:00
parent 540f4f7e36
commit 83d0a4973e

View File

@@ -112,6 +112,10 @@ namespace 全自动水压检测仪
this.uiPanel13 = new Sunny.UI.UIPanel(); this.uiPanel13 = new Sunny.UI.UIPanel();
this.uiTableLayoutPanel9 = new Sunny.UI.UITableLayoutPanel(); this.uiTableLayoutPanel9 = new Sunny.UI.UITableLayoutPanel();
this.uiPanel14 = new Sunny.UI.UIPanel(); this.uiPanel14 = new Sunny.UI.UIPanel();
this.uiLabel25 = new Sunny.UI.UILabel();
this.uiTextBox13 = new Sunny.UI.UITextBox();
this.uiLabel24 = new Sunny.UI.UILabel();
this.uiTextBox12 = new Sunny.UI.UITextBox();
this.uiLabel11 = new Sunny.UI.UILabel(); this.uiLabel11 = new Sunny.UI.UILabel();
this.uiTextBox11 = new Sunny.UI.UITextBox(); this.uiTextBox11 = new Sunny.UI.UITextBox();
this.uiButton8 = new Sunny.UI.UIButton(); this.uiButton8 = new Sunny.UI.UIButton();
@@ -167,10 +171,6 @@ namespace 全自动水压检测仪
this.uiPanel2 = new Sunny.UI.UIPanel(); this.uiPanel2 = new Sunny.UI.UIPanel();
this.uiLabel1 = new Sunny.UI.UILabel(); this.uiLabel1 = new Sunny.UI.UILabel();
this.uiLight1 = new Sunny.UI.UILight(); this.uiLight1 = new Sunny.UI.UILight();
this.uiLabel24 = new Sunny.UI.UILabel();
this.uiTextBox12 = new Sunny.UI.UITextBox();
this.uiLabel25 = new Sunny.UI.UILabel();
this.uiTextBox13 = new Sunny.UI.UITextBox();
this.uiTableLayoutPanel1.SuspendLayout(); this.uiTableLayoutPanel1.SuspendLayout();
this.uiPanel1.SuspendLayout(); this.uiPanel1.SuspendLayout();
this.uiPanel4.SuspendLayout(); this.uiPanel4.SuspendLayout();
@@ -1489,6 +1489,64 @@ namespace 全自动水压检测仪
this.uiPanel14.Text = null; this.uiPanel14.Text = null;
this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter; this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
// //
// uiLabel25
//
this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel25.Location = new System.Drawing.Point(278, 97);
this.uiLabel25.Name = "uiLabel25";
this.uiLabel25.Size = new System.Drawing.Size(112, 30);
this.uiLabel25.TabIndex = 23;
this.uiLabel25.Text = "压力上限:";
this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTextBox13
//
this.uiTextBox13.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox13.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.uiTextBox13.Location = new System.Drawing.Point(395, 97);
this.uiTextBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox13.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox13.Name = "uiTextBox13";
this.uiTextBox13.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox13.Radius = 3;
this.uiTextBox13.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.uiTextBox13.ShowText = false;
this.uiTextBox13.Size = new System.Drawing.Size(91, 28);
this.uiTextBox13.TabIndex = 24;
this.uiTextBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox13.Watermark = "";
this.uiTextBox13.Click += new System.EventHandler(this.uiTextBox13_Click);
//
// uiLabel24
//
this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 10F, 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(278, 55);
this.uiLabel24.Name = "uiLabel24";
this.uiLabel24.Size = new System.Drawing.Size(112, 30);
this.uiLabel24.TabIndex = 21;
this.uiLabel24.Text = "温度上限:";
this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTextBox12
//
this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox12.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.uiTextBox12.Location = new System.Drawing.Point(395, 55);
this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox12.Name = "uiTextBox12";
this.uiTextBox12.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox12.Radius = 3;
this.uiTextBox12.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.uiTextBox12.ShowText = false;
this.uiTextBox12.Size = new System.Drawing.Size(91, 28);
this.uiTextBox12.TabIndex = 22;
this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox12.Watermark = "";
this.uiTextBox12.Click += new System.EventHandler(this.uiTextBox12_Click);
//
// uiLabel11 // uiLabel11
// //
this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.uiLabel11.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
@@ -2318,64 +2376,6 @@ namespace 全自动水压检测仪
this.uiLight1.TabIndex = 1; this.uiLight1.TabIndex = 1;
this.uiLight1.Text = "uiLight1"; this.uiLight1.Text = "uiLight1";
// //
// uiLabel24
//
this.uiLabel24.Font = new System.Drawing.Font("微软雅黑", 10F, 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(278, 55);
this.uiLabel24.Name = "uiLabel24";
this.uiLabel24.Size = new System.Drawing.Size(112, 30);
this.uiLabel24.TabIndex = 21;
this.uiLabel24.Text = "温度上限:";
this.uiLabel24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTextBox12
//
this.uiTextBox12.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox12.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.uiTextBox12.Location = new System.Drawing.Point(395, 55);
this.uiTextBox12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox12.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox12.Name = "uiTextBox12";
this.uiTextBox12.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox12.Radius = 3;
this.uiTextBox12.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.uiTextBox12.ShowText = false;
this.uiTextBox12.Size = new System.Drawing.Size(91, 28);
this.uiTextBox12.TabIndex = 22;
this.uiTextBox12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox12.Watermark = "";
this.uiTextBox12.Click += new System.EventHandler(this.uiTextBox12_Click);
//
// uiLabel25
//
this.uiLabel25.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel25.Location = new System.Drawing.Point(278, 97);
this.uiLabel25.Name = "uiLabel25";
this.uiLabel25.Size = new System.Drawing.Size(112, 30);
this.uiLabel25.TabIndex = 23;
this.uiLabel25.Text = "压力上限:";
this.uiLabel25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTextBox13
//
this.uiTextBox13.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox13.Font = new System.Drawing.Font("微软雅黑", 10.5F);
this.uiTextBox13.Location = new System.Drawing.Point(395, 97);
this.uiTextBox13.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox13.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox13.Name = "uiTextBox13";
this.uiTextBox13.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox13.Radius = 3;
this.uiTextBox13.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
this.uiTextBox13.ShowText = false;
this.uiTextBox13.Size = new System.Drawing.Size(91, 28);
this.uiTextBox13.TabIndex = 24;
this.uiTextBox13.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox13.Watermark = "";
this.uiTextBox13.Click += new System.EventHandler(this.uiTextBox13_Click);
//
// NormalTemperatureMode // NormalTemperatureMode
// //
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;