This commit is contained in:
xyy
2026-02-10 16:52:42 +08:00
parent 5ba82c390d
commit fd1060706c
5 changed files with 157 additions and 115 deletions

View File

@@ -86,9 +86,13 @@
this.uiTextBox10 = new Sunny.UI.UITextBox();
this.uiLabel10 = new Sunny.UI.UILabel();
this.uiPanel12 = new Sunny.UI.UIPanel();
this.uiTextBox18 = new Sunny.UI.UITextBox();
this.uiLabel18 = new Sunny.UI.UILabel();
this.uiTextBox9 = new Sunny.UI.UITextBox();
this.uiLabel9 = new Sunny.UI.UILabel();
this.uiPanel10 = new Sunny.UI.UIPanel();
this.uiTextBox4 = new Sunny.UI.UITextBox();
this.uiLabel4 = new Sunny.UI.UILabel();
this.uiTextBox7 = new Sunny.UI.UITextBox();
this.uiLabel7 = new Sunny.UI.UILabel();
this.uiPanel19 = new Sunny.UI.UIPanel();
@@ -100,10 +104,7 @@
this.uiButton3 = new Sunny.UI.UIButton();
this.uiButton2 = new Sunny.UI.UIButton();
this.uiButton1 = new Sunny.UI.UIButton();
this.uiTextBox4 = new Sunny.UI.UITextBox();
this.uiLabel4 = new Sunny.UI.UILabel();
this.uiTextBox18 = new Sunny.UI.UITextBox();
this.uiLabel18 = new Sunny.UI.UILabel();
this.uiCheckBox1 = new Sunny.UI.UICheckBox();
this.uiTableLayoutPanel1.SuspendLayout();
this.uiGroupBox4.SuspendLayout();
this.uiTableLayoutPanel7.SuspendLayout();
@@ -1044,6 +1045,33 @@
this.uiPanel12.Text = null;
this.uiPanel12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiTextBox18
//
this.uiTextBox18.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox18.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox18.Location = new System.Drawing.Point(382, 1);
this.uiTextBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox18.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox18.Name = "uiTextBox18";
this.uiTextBox18.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox18.ShowText = false;
this.uiTextBox18.Size = new System.Drawing.Size(87, 35);
this.uiTextBox18.TabIndex = 8;
this.uiTextBox18.Text = "0.00";
this.uiTextBox18.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox18.Watermark = "";
//
// uiLabel18
//
this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel18.Location = new System.Drawing.Point(304, 1);
this.uiLabel18.Name = "uiLabel18";
this.uiLabel18.Size = new System.Drawing.Size(74, 36);
this.uiLabel18.TabIndex = 7;
this.uiLabel18.Text = "压力保护:";
//
// uiTextBox9
//
this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
@@ -1091,6 +1119,33 @@
this.uiPanel10.Text = null;
this.uiPanel10.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
//
// uiTextBox4
//
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox4.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox4.Location = new System.Drawing.Point(384, 1);
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox4.Name = "uiTextBox4";
this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox4.ShowText = false;
this.uiTextBox4.Size = new System.Drawing.Size(86, 35);
this.uiTextBox4.TabIndex = 6;
this.uiTextBox4.Text = "0.00";
this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox4.Watermark = "";
//
// uiLabel4
//
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel4.Location = new System.Drawing.Point(304, 1);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(74, 36);
this.uiLabel4.TabIndex = 5;
this.uiLabel4.Text = "温度保护:";
//
// uiTextBox7
//
this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
@@ -1121,6 +1176,7 @@
//
// uiPanel19
//
this.uiPanel19.Controls.Add(this.uiCheckBox1);
this.uiPanel19.Controls.Add(this.uiButton10);
this.uiPanel19.Controls.Add(this.uiButton11);
this.uiPanel19.Controls.Add(this.uiButton12);
@@ -1246,61 +1302,18 @@
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);
//
// uiTextBox4
// uiCheckBox1
//
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox4.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox4.Location = new System.Drawing.Point(384, 1);
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox4.Name = "uiTextBox4";
this.uiTextBox4.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox4.ShowText = false;
this.uiTextBox4.Size = new System.Drawing.Size(86, 35);
this.uiTextBox4.TabIndex = 6;
this.uiTextBox4.Text = "0.00";
this.uiTextBox4.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox4.Watermark = "";
//this.uiTextBox4.Click += new System.EventHandler(this.uiTextBox4_Click);
//
// uiLabel4
//
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel4.Location = new System.Drawing.Point(304, 1);
this.uiLabel4.Name = "uiLabel4";
this.uiLabel4.Size = new System.Drawing.Size(74, 36);
this.uiLabel4.TabIndex = 5;
this.uiLabel4.Text = "温度保护:";
//
// uiTextBox18
//
this.uiTextBox18.Cursor = System.Windows.Forms.Cursors.IBeam;
this.uiTextBox18.FillColor = System.Drawing.Color.Yellow;
this.uiTextBox18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiTextBox18.Location = new System.Drawing.Point(382, 1);
this.uiTextBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.uiTextBox18.MinimumSize = new System.Drawing.Size(1, 16);
this.uiTextBox18.Name = "uiTextBox18";
this.uiTextBox18.Padding = new System.Windows.Forms.Padding(5);
this.uiTextBox18.ShowText = false;
this.uiTextBox18.Size = new System.Drawing.Size(87, 35);
this.uiTextBox18.TabIndex = 8;
this.uiTextBox18.Text = "0.00";
this.uiTextBox18.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
this.uiTextBox18.Watermark = "";
//this.uiTextBox18.Click += new System.EventHandler(this.uiTextBox18_Click);
//
// uiLabel18
//
this.uiLabel18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiLabel18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiLabel18.Location = new System.Drawing.Point(304, 1);
this.uiLabel18.Name = "uiLabel18";
this.uiLabel18.Size = new System.Drawing.Size(74, 36);
this.uiLabel18.TabIndex = 7;
this.uiLabel18.Text = "压力保护:";
this.uiCheckBox1.Cursor = System.Windows.Forms.Cursors.Hand;
this.uiCheckBox1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.uiCheckBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
this.uiCheckBox1.Location = new System.Drawing.Point(633, 40);
this.uiCheckBox1.MinimumSize = new System.Drawing.Size(1, 1);
this.uiCheckBox1.Name = "uiCheckBox1";
this.uiCheckBox1.Size = new System.Drawing.Size(150, 29);
this.uiCheckBox1.TabIndex = 12;
this.uiCheckBox1.Text = "允许修改报表";
this.uiCheckBox1.CheckedChanged += new System.EventHandler(this.uiCheckBox1_CheckedChanged);
//
// Coeffiicientsetting
//
@@ -1426,5 +1439,6 @@
private Sunny.UI.UILabel uiLabel18;
private Sunny.UI.UITextBox uiTextBox4;
private Sunny.UI.UILabel uiLabel4;
private Sunny.UI.UICheckBox uiCheckBox1;
}
}