This commit is contained in:
wxt
2026-01-16 15:11:12 +08:00
parent 28a817bc8c
commit 1cdf37f9c7
3 changed files with 410 additions and 211 deletions

View File

@@ -55,15 +55,17 @@
this.uiPanel1 = new Sunny.UI.UIPanel();
this.uiPanel2 = new Sunny.UI.UIPanel();
this.uiGroupBox1 = new Sunny.UI.UIGroupBox();
this.uiTextBox17 = new Sunny.UI.UITextBox();
this.uiLabel17 = new Sunny.UI.UILabel();
this.uiTableLayoutPanel2 = new Sunny.UI.UITableLayoutPanel();
this.uiPanel5 = new Sunny.UI.UIPanel();
this.uiTextBox4 = new Sunny.UI.UITextBox();
this.uiLabel4 = new Sunny.UI.UILabel();
this.uiTextBox2 = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiPanel5 = new Sunny.UI.UIPanel();
this.uiTextBox3 = new Sunny.UI.UITextBox();
this.uiLabel3 = new Sunny.UI.UILabel();
this.uiPanel3 = new Sunny.UI.UIPanel();
this.uiTextBox2 = new Sunny.UI.UITextBox();
this.uiLabel2 = new Sunny.UI.UILabel();
this.uiTextBox1 = new Sunny.UI.UITextBox();
this.uiLabel1 = new Sunny.UI.UILabel();
this.uiGroupBox3 = new Sunny.UI.UIGroupBox();
@@ -89,11 +91,9 @@
this.uiTextBox7 = new Sunny.UI.UITextBox();
this.uiLabel7 = new Sunny.UI.UILabel();
this.uiPanel19 = new Sunny.UI.UIPanel();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiTextBox17 = new Sunny.UI.UITextBox();
this.uiLabel17 = new Sunny.UI.UILabel();
this.uiButton2 = new Sunny.UI.UIButton();
this.uiButton3 = new Sunny.UI.UIButton();
this.uiButton2 = new Sunny.UI.UIButton();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiTableLayoutPanel1.SuspendLayout();
this.uiGroupBox4.SuspendLayout();
this.uiTableLayoutPanel7.SuspendLayout();
@@ -561,6 +561,34 @@
this.uiGroupBox1.Text = "压力";
this.uiGroupBox1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
//
// uiTextBox17
//
this.uiTextBox17.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox17.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox17.Location = new System.Drawing.Point(802, 36);
this.uiTextBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox17.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox17.Name = "uiTextBox17";
this.uiTextBox17.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox17.ShowText = false;
this.uiTextBox17.Size = new System.Drawing.Size(120, 35);
this.uiTextBox17.TabIndex = 4;
this.uiTextBox17.Text = "0.00";
this.uiTextBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox17.Watermark = "";
this.uiTextBox17.Click += new System.EventHandler(this.uiTextBox17_Click);
//
// uiLabel17
//
this.uiLabel17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel17.Location = new System.Drawing.Point(685, 42);
this.uiLabel17.Name = "uiLabel17";
this.uiLabel17.Size = new System.Drawing.Size(124, 36);
this.uiLabel17.TabIndex = 3;
this.uiLabel17.Text = "转速设置:";
//
// uiTableLayoutPanel2
//
this.uiTableLayoutPanel2.ColumnCount = 1;
@@ -578,6 +606,25 @@
this.uiTableLayoutPanel2.TabIndex = 0;
this.uiTableLayoutPanel2.TagString = null;
//
// uiPanel5
//
this.uiPanel5.Controls.Add(this.uiTextBox4);
this.uiPanel5.Controls.Add(this.uiLabel4);
this.uiPanel5.Controls.Add(this.uiTextBox3);
this.uiPanel5.Controls.Add(this.uiLabel3);
this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel5.FillColor = System.Drawing.Color.White;
this.uiPanel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel5.Location = new System.Drawing.Point(4, 51);
this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel5.Name = "uiPanel5";
this.uiPanel5.RectColor = System.Drawing.Color.White;
this.uiPanel5.Size = new System.Drawing.Size(968, 37);
this.uiPanel5.TabIndex = 2;
this.uiPanel5.Text = null;
this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiTextBox4
//
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
@@ -606,53 +653,6 @@
this.uiLabel4.TabIndex = 0;
this.uiLabel4.Text = "设置压力下限:";
//
// uiTextBox2
//
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox2.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox2.Location = new System.Drawing.Point(509, 0);
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox2.Name = "uiTextBox2";
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox2.ShowText = false;
this.uiTextBox2.Size = new System.Drawing.Size(120, 35);
this.uiTextBox2.TabIndex = 1;
this.uiTextBox2.Text = "0.00";
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox2.Watermark = "";
this.uiTextBox2.Click += new System.EventHandler(this.uiTextBox2_Click);
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(343, 7);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(163, 36);
this.uiLabel2.TabIndex = 0;
this.uiLabel2.Text = "设置压力上限:";
//
// uiPanel5
//
this.uiPanel5.Controls.Add(this.uiTextBox4);
this.uiPanel5.Controls.Add(this.uiLabel4);
this.uiPanel5.Controls.Add(this.uiTextBox3);
this.uiPanel5.Controls.Add(this.uiLabel3);
this.uiPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.uiPanel5.FillColor = System.Drawing.Color.White;
this.uiPanel5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiPanel5.Location = new System.Drawing.Point(4, 51);
this.uiPanel5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiPanel5.MinimumSize = new System.Drawing.Size(1, 1);
this.uiPanel5.Name = "uiPanel5";
this.uiPanel5.RectColor = System.Drawing.Color.White;
this.uiPanel5.Size = new System.Drawing.Size(968, 37);
this.uiPanel5.TabIndex = 2;
this.uiPanel5.Text = null;
this.uiPanel5.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiTextBox3
//
this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
@@ -700,6 +700,34 @@
this.uiPanel3.Text = null;
this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiTextBox2
//
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox2.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox2.Location = new System.Drawing.Point(509, 0);
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox2.Name = "uiTextBox2";
this.uiTextBox2.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox2.ShowText = false;
this.uiTextBox2.Size = new System.Drawing.Size(120, 35);
this.uiTextBox2.TabIndex = 1;
this.uiTextBox2.Text = "0.00";
this.uiTextBox2.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox2.Watermark = "";
this.uiTextBox2.Click += new System.EventHandler(this.uiTextBox2_Click);
//
// uiLabel2
//
this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel2.Location = new System.Drawing.Point(343, 7);
this.uiLabel2.Name = "uiLabel2";
this.uiLabel2.Size = new System.Drawing.Size(163, 36);
this.uiLabel2.TabIndex = 0;
this.uiLabel2.Text = "设置压力上限:";
//
// uiTextBox1
//
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
@@ -1087,46 +1115,18 @@
this.uiPanel19.Text = null;
this.uiPanel19.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiButton1
// uiButton3
//
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Location = new System.Drawing.Point(845, 4);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(125, 68);
this.uiButton1.TabIndex = 0;
this.uiButton1.Text = "返回";
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// uiTextBox17
//
this.uiTextBox17.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox17.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox17.Location = new System.Drawing.Point(802, 36);
this.uiTextBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox17.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox17.Name = "uiTextBox17";
this.uiTextBox17.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox17.ShowText = false;
this.uiTextBox17.Size = new System.Drawing.Size(120, 35);
this.uiTextBox17.TabIndex = 4;
this.uiTextBox17.Text = "0.00";
this.uiTextBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox17.Watermark = "";
this.uiTextBox17.Click += new System.EventHandler(this.uiTextBox17_Click);
//
// uiLabel17
//
this.uiLabel17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel17.Location = new System.Drawing.Point(654, 39);
this.uiLabel17.Name = "uiLabel17";
this.uiLabel17.Size = new System.Drawing.Size(140, 36);
this.uiLabel17.TabIndex = 3;
this.uiLabel17.Text = "转速设置:";
this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton3.Location = new System.Drawing.Point(322, 4);
this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton3.Name = "uiButton3";
this.uiButton3.Size = new System.Drawing.Size(125, 68);
this.uiButton3.TabIndex = 2;
this.uiButton3.Text = "恒压启动";
this.uiButton3.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
//
// uiButton2
//
@@ -1141,18 +1141,18 @@
this.uiButton2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton2.Click += new System.EventHandler(this.uiButton2_Click);
//
// uiButton3
// uiButton1
//
this.uiButton3.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton3.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton3.Location = new System.Drawing.Point(322, 4);
this.uiButton3.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton3.Name = "uiButton3";
this.uiButton3.Size = new System.Drawing.Size(125, 68);
this.uiButton3.TabIndex = 2;
this.uiButton3.Text = "恒压启动";
this.uiButton3.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton3.Click += new System.EventHandler(this.uiButton3_Click);
this.uiButton1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiButton1.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Location = new System.Drawing.Point(845, 4);
this.uiButton1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiButton1.Name = "uiButton1";
this.uiButton1.Size = new System.Drawing.Size(125, 68);
this.uiButton1.TabIndex = 0;
this.uiButton1.Text = "返回";
this.uiButton1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiButton1.Click += new System.EventHandler(this.uiButton1_Click);
//
// Coeffiicientsetting
//