This commit is contained in:
222
全自动水压检测仪/NormalTemperatureMode.Designer.cs
generated
222
全自动水压检测仪/NormalTemperatureMode.Designer.cs
generated
@@ -33,6 +33,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
|
this.uiTableLayoutPanel1 = new Sunny.UI.UITableLayoutPanel();
|
||||||
this.uiTableLayoutPanel2 = new Sunny.UI.UITableLayoutPanel();
|
this.uiTableLayoutPanel2 = new Sunny.UI.UITableLayoutPanel();
|
||||||
this.panel1 = new System.Windows.Forms.Panel();
|
this.panel1 = new System.Windows.Forms.Panel();
|
||||||
|
this.uiButton4 = new Sunny.UI.UIButton();
|
||||||
this.uiPanel29 = new Sunny.UI.UIPanel();
|
this.uiPanel29 = new Sunny.UI.UIPanel();
|
||||||
this.uiTableLayoutPanel15 = new Sunny.UI.UITableLayoutPanel();
|
this.uiTableLayoutPanel15 = new Sunny.UI.UITableLayoutPanel();
|
||||||
this.uiPanel30 = new Sunny.UI.UIPanel();
|
this.uiPanel30 = new Sunny.UI.UIPanel();
|
||||||
@@ -165,7 +166,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.uiButton4 = new Sunny.UI.UIButton();
|
|
||||||
this.uiTableLayoutPanel1.SuspendLayout();
|
this.uiTableLayoutPanel1.SuspendLayout();
|
||||||
this.uiTableLayoutPanel2.SuspendLayout();
|
this.uiTableLayoutPanel2.SuspendLayout();
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
@@ -235,7 +235,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel1.RowCount = 2;
|
this.uiTableLayoutPanel1.RowCount = 2;
|
||||||
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 10F));
|
||||||
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
|
this.uiTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 90F));
|
||||||
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(998, 724);
|
this.uiTableLayoutPanel1.Size = new System.Drawing.Size(998, 704);
|
||||||
this.uiTableLayoutPanel1.TabIndex = 0;
|
this.uiTableLayoutPanel1.TabIndex = 0;
|
||||||
this.uiTableLayoutPanel1.TagString = null;
|
this.uiTableLayoutPanel1.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -247,12 +247,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
|
this.uiTableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
|
||||||
this.uiTableLayoutPanel2.Controls.Add(this.uiTableLayoutPanel5, 0, 0);
|
this.uiTableLayoutPanel2.Controls.Add(this.uiTableLayoutPanel5, 0, 0);
|
||||||
this.uiTableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiTableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiTableLayoutPanel2.Location = new System.Drawing.Point(11, 81);
|
this.uiTableLayoutPanel2.Location = new System.Drawing.Point(11, 79);
|
||||||
this.uiTableLayoutPanel2.Name = "uiTableLayoutPanel2";
|
this.uiTableLayoutPanel2.Name = "uiTableLayoutPanel2";
|
||||||
this.uiTableLayoutPanel2.Padding = new System.Windows.Forms.Padding(5);
|
this.uiTableLayoutPanel2.Padding = new System.Windows.Forms.Padding(5);
|
||||||
this.uiTableLayoutPanel2.RowCount = 1;
|
this.uiTableLayoutPanel2.RowCount = 1;
|
||||||
this.uiTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.uiTableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.uiTableLayoutPanel2.Size = new System.Drawing.Size(976, 632);
|
this.uiTableLayoutPanel2.Size = new System.Drawing.Size(976, 614);
|
||||||
this.uiTableLayoutPanel2.TabIndex = 1;
|
this.uiTableLayoutPanel2.TabIndex = 1;
|
||||||
this.uiTableLayoutPanel2.TagString = null;
|
this.uiTableLayoutPanel2.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -266,9 +266,25 @@ namespace 全自动水压检测仪
|
|||||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.panel1.Location = new System.Drawing.Point(780, 8);
|
this.panel1.Location = new System.Drawing.Point(780, 8);
|
||||||
this.panel1.Name = "panel1";
|
this.panel1.Name = "panel1";
|
||||||
this.panel1.Size = new System.Drawing.Size(188, 616);
|
this.panel1.Size = new System.Drawing.Size(188, 598);
|
||||||
this.panel1.TabIndex = 0;
|
this.panel1.TabIndex = 0;
|
||||||
//
|
//
|
||||||
|
// uiButton4
|
||||||
|
//
|
||||||
|
this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||||
|
this.uiButton4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(240)))));
|
||||||
|
this.uiButton4.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
||||||
|
this.uiButton4.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
||||||
|
this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
|
this.uiButton4.Location = new System.Drawing.Point(100, 530);
|
||||||
|
this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
|
this.uiButton4.Name = "uiButton4";
|
||||||
|
this.uiButton4.Size = new System.Drawing.Size(85, 55);
|
||||||
|
this.uiButton4.TabIndex = 3;
|
||||||
|
this.uiButton4.Text = "水箱加热";
|
||||||
|
this.uiButton4.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
|
this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click);
|
||||||
|
//
|
||||||
// uiPanel29
|
// uiPanel29
|
||||||
//
|
//
|
||||||
this.uiPanel29.Controls.Add(this.uiTableLayoutPanel15);
|
this.uiPanel29.Controls.Add(this.uiTableLayoutPanel15);
|
||||||
@@ -524,10 +540,10 @@ namespace 全自动水压检测仪
|
|||||||
this.uiButton11.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
this.uiButton11.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
||||||
this.uiButton11.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
this.uiButton11.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
||||||
this.uiButton11.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiButton11.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiButton11.Location = new System.Drawing.Point(9, 539);
|
this.uiButton11.Location = new System.Drawing.Point(9, 530);
|
||||||
this.uiButton11.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiButton11.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiButton11.Name = "uiButton11";
|
this.uiButton11.Name = "uiButton11";
|
||||||
this.uiButton11.Size = new System.Drawing.Size(85, 60);
|
this.uiButton11.Size = new System.Drawing.Size(85, 55);
|
||||||
this.uiButton11.TabIndex = 0;
|
this.uiButton11.TabIndex = 0;
|
||||||
this.uiButton11.Text = "系统排气";
|
this.uiButton11.Text = "系统排气";
|
||||||
this.uiButton11.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiButton11.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
@@ -548,7 +564,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24F));
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24F));
|
||||||
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F));
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F));
|
||||||
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F));
|
this.uiTableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 38F));
|
||||||
this.uiTableLayoutPanel5.Size = new System.Drawing.Size(766, 616);
|
this.uiTableLayoutPanel5.Size = new System.Drawing.Size(766, 598);
|
||||||
this.uiTableLayoutPanel5.TabIndex = 1;
|
this.uiTableLayoutPanel5.TabIndex = 1;
|
||||||
this.uiTableLayoutPanel5.TagString = null;
|
this.uiTableLayoutPanel5.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -564,7 +580,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel9.Padding = new System.Windows.Forms.Padding(3);
|
this.uiPanel9.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.uiPanel9.Radius = 8;
|
this.uiPanel9.Radius = 8;
|
||||||
this.uiPanel9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
this.uiPanel9.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
this.uiPanel9.Size = new System.Drawing.Size(756, 137);
|
this.uiPanel9.Size = new System.Drawing.Size(756, 133);
|
||||||
this.uiPanel9.TabIndex = 0;
|
this.uiPanel9.TabIndex = 0;
|
||||||
this.uiPanel9.Text = null;
|
this.uiPanel9.Text = null;
|
||||||
this.uiPanel9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel9.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -583,7 +599,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel6.RowCount = 2;
|
this.uiTableLayoutPanel6.RowCount = 2;
|
||||||
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
|
||||||
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
this.uiTableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 80F));
|
||||||
this.uiTableLayoutPanel6.Size = new System.Drawing.Size(750, 131);
|
this.uiTableLayoutPanel6.Size = new System.Drawing.Size(750, 127);
|
||||||
this.uiTableLayoutPanel6.TabIndex = 0;
|
this.uiTableLayoutPanel6.TabIndex = 0;
|
||||||
this.uiTableLayoutPanel6.TagString = null;
|
this.uiTableLayoutPanel6.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -593,12 +609,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel11.FillColor = System.Drawing.Color.White;
|
this.uiPanel11.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel11.Location = new System.Drawing.Point(9, 34);
|
this.uiPanel11.Location = new System.Drawing.Point(9, 33);
|
||||||
this.uiPanel11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel11.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel11.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel11.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel11.Name = "uiPanel11";
|
this.uiPanel11.Name = "uiPanel11";
|
||||||
this.uiPanel11.RectColor = System.Drawing.Color.White;
|
this.uiPanel11.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel11.Size = new System.Drawing.Size(732, 87);
|
this.uiPanel11.Size = new System.Drawing.Size(732, 84);
|
||||||
this.uiPanel11.TabIndex = 1;
|
this.uiPanel11.TabIndex = 1;
|
||||||
this.uiPanel11.Text = null;
|
this.uiPanel11.Text = null;
|
||||||
this.uiPanel11.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel11.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -626,7 +642,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel7.RowCount = 2;
|
this.uiTableLayoutPanel7.RowCount = 2;
|
||||||
this.uiTableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.uiTableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||||
this.uiTableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
this.uiTableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||||
this.uiTableLayoutPanel7.Size = new System.Drawing.Size(732, 87);
|
this.uiTableLayoutPanel7.Size = new System.Drawing.Size(732, 84);
|
||||||
this.uiTableLayoutPanel7.TabIndex = 0;
|
this.uiTableLayoutPanel7.TabIndex = 0;
|
||||||
this.uiTableLayoutPanel7.TagString = null;
|
this.uiTableLayoutPanel7.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -636,11 +652,11 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel44.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel44.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel44.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
this.uiPanel44.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
||||||
this.uiPanel44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
this.uiPanel44.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
||||||
this.uiPanel44.Location = new System.Drawing.Point(588, 48);
|
this.uiPanel44.Location = new System.Drawing.Point(588, 47);
|
||||||
this.uiPanel44.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel44.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel44.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel44.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel44.Name = "uiPanel44";
|
this.uiPanel44.Name = "uiPanel44";
|
||||||
this.uiPanel44.Size = new System.Drawing.Size(140, 34);
|
this.uiPanel44.Size = new System.Drawing.Size(140, 32);
|
||||||
this.uiPanel44.TabIndex = 9;
|
this.uiPanel44.TabIndex = 9;
|
||||||
this.uiPanel44.Text = "高温回水阀";
|
this.uiPanel44.Text = "高温回水阀";
|
||||||
this.uiPanel44.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel44.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -649,7 +665,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight12.Location = new System.Drawing.Point(100, 5);
|
this.uiLight12.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight12.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight12.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight12.Name = "uiLight12";
|
this.uiLight12.Name = "uiLight12";
|
||||||
this.uiLight12.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight12.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -666,11 +682,11 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel43.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel43.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel43.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
this.uiPanel43.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
||||||
this.uiPanel43.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
this.uiPanel43.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
||||||
this.uiPanel43.Location = new System.Drawing.Point(442, 48);
|
this.uiPanel43.Location = new System.Drawing.Point(442, 47);
|
||||||
this.uiPanel43.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel43.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel43.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel43.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel43.Name = "uiPanel43";
|
this.uiPanel43.Name = "uiPanel43";
|
||||||
this.uiPanel43.Size = new System.Drawing.Size(138, 34);
|
this.uiPanel43.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel43.TabIndex = 8;
|
this.uiPanel43.TabIndex = 8;
|
||||||
this.uiPanel43.Text = "高温水箱加水阀";
|
this.uiPanel43.Text = "高温水箱加水阀";
|
||||||
this.uiPanel43.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel43.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -679,7 +695,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight11.Location = new System.Drawing.Point(107, 5);
|
this.uiLight11.Location = new System.Drawing.Point(107, 3);
|
||||||
this.uiLight11.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight11.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight11.Name = "uiLight11";
|
this.uiLight11.Name = "uiLight11";
|
||||||
this.uiLight11.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight11.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -696,11 +712,11 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel42.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel42.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel42.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
this.uiPanel42.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
||||||
this.uiPanel42.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
this.uiPanel42.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
||||||
this.uiPanel42.Location = new System.Drawing.Point(296, 48);
|
this.uiPanel42.Location = new System.Drawing.Point(296, 47);
|
||||||
this.uiPanel42.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel42.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel42.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel42.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel42.Name = "uiPanel42";
|
this.uiPanel42.Name = "uiPanel42";
|
||||||
this.uiPanel42.Size = new System.Drawing.Size(138, 34);
|
this.uiPanel42.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel42.TabIndex = 7;
|
this.uiPanel42.TabIndex = 7;
|
||||||
this.uiPanel42.Text = "常温回水阀";
|
this.uiPanel42.Text = "常温回水阀";
|
||||||
this.uiPanel42.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel42.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -709,7 +725,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight10.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight10.Location = new System.Drawing.Point(100, 5);
|
this.uiLight10.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight10.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight10.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight10.Name = "uiLight10";
|
this.uiLight10.Name = "uiLight10";
|
||||||
this.uiLight10.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight10.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -726,11 +742,11 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel41.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel41.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel41.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
this.uiPanel41.Font = new System.Drawing.Font("微软雅黑", 9.5F);
|
||||||
this.uiPanel41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
this.uiPanel41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(60)))), ((int)(((byte)(60)))));
|
||||||
this.uiPanel41.Location = new System.Drawing.Point(150, 48);
|
this.uiPanel41.Location = new System.Drawing.Point(150, 47);
|
||||||
this.uiPanel41.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel41.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel41.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel41.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel41.Name = "uiPanel41";
|
this.uiPanel41.Name = "uiPanel41";
|
||||||
this.uiPanel41.Size = new System.Drawing.Size(138, 34);
|
this.uiPanel41.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel41.TabIndex = 6;
|
this.uiPanel41.TabIndex = 6;
|
||||||
this.uiPanel41.Text = "升温阀";
|
this.uiPanel41.Text = "升温阀";
|
||||||
this.uiPanel41.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel41.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -739,7 +755,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight9.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight9.Location = new System.Drawing.Point(100, 6);
|
this.uiLight9.Location = new System.Drawing.Point(100, 4);
|
||||||
this.uiLight9.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight9.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight9.Name = "uiLight9";
|
this.uiLight9.Name = "uiLight9";
|
||||||
this.uiLight9.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight9.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -760,7 +776,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel39.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel39.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel39.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel39.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel39.Name = "uiPanel39";
|
this.uiPanel39.Name = "uiPanel39";
|
||||||
this.uiPanel39.Size = new System.Drawing.Size(140, 33);
|
this.uiPanel39.Size = new System.Drawing.Size(140, 32);
|
||||||
this.uiPanel39.TabIndex = 4;
|
this.uiPanel39.TabIndex = 4;
|
||||||
this.uiPanel39.Text = "高温抽水阀";
|
this.uiPanel39.Text = "高温抽水阀";
|
||||||
this.uiPanel39.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel39.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -769,7 +785,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight7.Location = new System.Drawing.Point(100, 5);
|
this.uiLight7.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight7.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight7.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight7.Name = "uiLight7";
|
this.uiLight7.Name = "uiLight7";
|
||||||
this.uiLight7.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight7.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -790,7 +806,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel38.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel38.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel38.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel38.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel38.Name = "uiPanel38";
|
this.uiPanel38.Name = "uiPanel38";
|
||||||
this.uiPanel38.Size = new System.Drawing.Size(138, 33);
|
this.uiPanel38.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel38.TabIndex = 3;
|
this.uiPanel38.TabIndex = 3;
|
||||||
this.uiPanel38.Text = "常温水箱加水阀";
|
this.uiPanel38.Text = "常温水箱加水阀";
|
||||||
this.uiPanel38.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel38.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -799,7 +815,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight6.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight6.Location = new System.Drawing.Point(107, 5);
|
this.uiLight6.Location = new System.Drawing.Point(107, 3);
|
||||||
this.uiLight6.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight6.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight6.Name = "uiLight6";
|
this.uiLight6.Name = "uiLight6";
|
||||||
this.uiLight6.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight6.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -820,7 +836,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel37.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel37.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel37.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel37.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel37.Name = "uiPanel37";
|
this.uiPanel37.Name = "uiPanel37";
|
||||||
this.uiPanel37.Size = new System.Drawing.Size(138, 33);
|
this.uiPanel37.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel37.TabIndex = 2;
|
this.uiPanel37.TabIndex = 2;
|
||||||
this.uiPanel37.Text = "常温抽水阀";
|
this.uiPanel37.Text = "常温抽水阀";
|
||||||
this.uiPanel37.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel37.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -829,7 +845,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight5.Location = new System.Drawing.Point(100, 5);
|
this.uiLight5.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight5.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight5.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight5.Name = "uiLight5";
|
this.uiLight5.Name = "uiLight5";
|
||||||
this.uiLight5.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight5.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -850,7 +866,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel36.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel36.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel36.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel36.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel36.Name = "uiPanel36";
|
this.uiPanel36.Name = "uiPanel36";
|
||||||
this.uiPanel36.Size = new System.Drawing.Size(138, 33);
|
this.uiPanel36.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel36.TabIndex = 1;
|
this.uiPanel36.TabIndex = 1;
|
||||||
this.uiPanel36.Text = "测试高压阀";
|
this.uiPanel36.Text = "测试高压阀";
|
||||||
this.uiPanel36.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel36.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -859,7 +875,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight4.Location = new System.Drawing.Point(100, 5);
|
this.uiLight4.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight4.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight4.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight4.Name = "uiLight4";
|
this.uiLight4.Name = "uiLight4";
|
||||||
this.uiLight4.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight4.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -880,7 +896,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel40.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel40.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel40.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel40.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel40.Name = "uiPanel40";
|
this.uiPanel40.Name = "uiPanel40";
|
||||||
this.uiPanel40.Size = new System.Drawing.Size(138, 33);
|
this.uiPanel40.Size = new System.Drawing.Size(138, 32);
|
||||||
this.uiPanel40.TabIndex = 5;
|
this.uiPanel40.TabIndex = 5;
|
||||||
this.uiPanel40.Text = "空气抽气阀";
|
this.uiPanel40.Text = "空气抽气阀";
|
||||||
this.uiPanel40.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel40.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -889,7 +905,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLight8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
this.uiLight8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(249)))), ((int)(((byte)(255)))));
|
||||||
this.uiLight8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLight8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLight8.Location = new System.Drawing.Point(100, 7);
|
this.uiLight8.Location = new System.Drawing.Point(100, 3);
|
||||||
this.uiLight8.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiLight8.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiLight8.Name = "uiLight8";
|
this.uiLight8.Name = "uiLight8";
|
||||||
this.uiLight8.OffColor = System.Drawing.Color.LightGray;
|
this.uiLight8.OffColor = System.Drawing.Color.LightGray;
|
||||||
@@ -911,7 +927,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel10.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel10.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel10.Name = "uiPanel10";
|
this.uiPanel10.Name = "uiPanel10";
|
||||||
this.uiPanel10.RectColor = System.Drawing.Color.White;
|
this.uiPanel10.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel10.Size = new System.Drawing.Size(732, 16);
|
this.uiPanel10.Size = new System.Drawing.Size(732, 15);
|
||||||
this.uiPanel10.TabIndex = 0;
|
this.uiPanel10.TabIndex = 0;
|
||||||
this.uiPanel10.Text = " 阀门状态";
|
this.uiPanel10.Text = " 阀门状态";
|
||||||
this.uiPanel10.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel10.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -921,14 +937,14 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel18.Controls.Add(this.uiTableLayoutPanel10);
|
this.uiPanel18.Controls.Add(this.uiTableLayoutPanel10);
|
||||||
this.uiPanel18.FillColor = System.Drawing.Color.White;
|
this.uiPanel18.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel18.Location = new System.Drawing.Point(5, 153);
|
this.uiPanel18.Location = new System.Drawing.Point(5, 149);
|
||||||
this.uiPanel18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel18.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel18.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel18.Name = "uiPanel18";
|
this.uiPanel18.Name = "uiPanel18";
|
||||||
this.uiPanel18.Padding = new System.Windows.Forms.Padding(3);
|
this.uiPanel18.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.uiPanel18.Radius = 8;
|
this.uiPanel18.Radius = 8;
|
||||||
this.uiPanel18.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
this.uiPanel18.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
this.uiPanel18.Size = new System.Drawing.Size(756, 223);
|
this.uiPanel18.Size = new System.Drawing.Size(756, 216);
|
||||||
this.uiPanel18.TabIndex = 2;
|
this.uiPanel18.TabIndex = 2;
|
||||||
this.uiPanel18.Text = null;
|
this.uiPanel18.Text = null;
|
||||||
this.uiPanel18.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel18.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -947,7 +963,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel10.RowCount = 2;
|
this.uiTableLayoutPanel10.RowCount = 2;
|
||||||
this.uiTableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
this.uiTableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
||||||
this.uiTableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
|
this.uiTableLayoutPanel10.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
|
||||||
this.uiTableLayoutPanel10.Size = new System.Drawing.Size(750, 217);
|
this.uiTableLayoutPanel10.Size = new System.Drawing.Size(750, 210);
|
||||||
this.uiTableLayoutPanel10.TabIndex = 0;
|
this.uiTableLayoutPanel10.TabIndex = 0;
|
||||||
this.uiTableLayoutPanel10.TagString = null;
|
this.uiTableLayoutPanel10.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -962,7 +978,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel19.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel19.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel19.Name = "uiPanel19";
|
this.uiPanel19.Name = "uiPanel19";
|
||||||
this.uiPanel19.RectColor = System.Drawing.Color.White;
|
this.uiPanel19.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel19.Size = new System.Drawing.Size(732, 21);
|
this.uiPanel19.Size = new System.Drawing.Size(732, 20);
|
||||||
this.uiPanel19.TabIndex = 1;
|
this.uiPanel19.TabIndex = 1;
|
||||||
this.uiPanel19.Text = " 实时数据监控";
|
this.uiPanel19.Text = " 实时数据监控";
|
||||||
this.uiPanel19.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel19.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -979,11 +995,11 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel11.Controls.Add(this.uiTableLayoutPanel13, 1, 0);
|
this.uiTableLayoutPanel11.Controls.Add(this.uiTableLayoutPanel13, 1, 0);
|
||||||
this.uiTableLayoutPanel11.Controls.Add(this.uiPanel26, 0, 0);
|
this.uiTableLayoutPanel11.Controls.Add(this.uiPanel26, 0, 0);
|
||||||
this.uiTableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiTableLayoutPanel11.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiTableLayoutPanel11.Location = new System.Drawing.Point(8, 39);
|
this.uiTableLayoutPanel11.Location = new System.Drawing.Point(8, 38);
|
||||||
this.uiTableLayoutPanel11.Name = "uiTableLayoutPanel11";
|
this.uiTableLayoutPanel11.Name = "uiTableLayoutPanel11";
|
||||||
this.uiTableLayoutPanel11.RowCount = 1;
|
this.uiTableLayoutPanel11.RowCount = 1;
|
||||||
this.uiTableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.uiTableLayoutPanel11.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.uiTableLayoutPanel11.Size = new System.Drawing.Size(734, 170);
|
this.uiTableLayoutPanel11.Size = new System.Drawing.Size(734, 164);
|
||||||
this.uiTableLayoutPanel11.TabIndex = 2;
|
this.uiTableLayoutPanel11.TabIndex = 2;
|
||||||
this.uiTableLayoutPanel11.TagString = null;
|
this.uiTableLayoutPanel11.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1002,7 +1018,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
this.uiTableLayoutPanel16.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
||||||
this.uiTableLayoutPanel16.Size = new System.Drawing.Size(172, 164);
|
this.uiTableLayoutPanel16.Size = new System.Drawing.Size(172, 158);
|
||||||
this.uiTableLayoutPanel16.TabIndex = 11;
|
this.uiTableLayoutPanel16.TabIndex = 11;
|
||||||
this.uiTableLayoutPanel16.TagString = null;
|
this.uiTableLayoutPanel16.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1014,12 +1030,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel33.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel33.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel33.FillColor = System.Drawing.Color.White;
|
this.uiPanel33.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel33.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel33.Location = new System.Drawing.Point(4, 59);
|
this.uiPanel33.Location = new System.Drawing.Point(4, 57);
|
||||||
this.uiPanel33.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel33.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel33.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel33.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel33.Name = "uiPanel33";
|
this.uiPanel33.Name = "uiPanel33";
|
||||||
this.uiPanel33.RectColor = System.Drawing.Color.White;
|
this.uiPanel33.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel33.Size = new System.Drawing.Size(164, 44);
|
this.uiPanel33.Size = new System.Drawing.Size(164, 42);
|
||||||
this.uiPanel33.TabIndex = 5;
|
this.uiPanel33.TabIndex = 5;
|
||||||
this.uiPanel33.Text = null;
|
this.uiPanel33.Text = null;
|
||||||
this.uiPanel33.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel33.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1070,7 +1086,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel35.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel35.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel35.Name = "uiPanel35";
|
this.uiPanel35.Name = "uiPanel35";
|
||||||
this.uiPanel35.RectColor = System.Drawing.Color.White;
|
this.uiPanel35.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel35.Size = new System.Drawing.Size(164, 44);
|
this.uiPanel35.Size = new System.Drawing.Size(164, 42);
|
||||||
this.uiPanel35.TabIndex = 4;
|
this.uiPanel35.TabIndex = 4;
|
||||||
this.uiPanel35.Text = null;
|
this.uiPanel35.Text = null;
|
||||||
this.uiPanel35.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel35.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1123,7 +1139,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
this.uiTableLayoutPanel14.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
||||||
this.uiTableLayoutPanel14.Size = new System.Drawing.Size(140, 164);
|
this.uiTableLayoutPanel14.Size = new System.Drawing.Size(140, 158);
|
||||||
this.uiTableLayoutPanel14.TabIndex = 10;
|
this.uiTableLayoutPanel14.TabIndex = 10;
|
||||||
this.uiTableLayoutPanel14.TagString = null;
|
this.uiTableLayoutPanel14.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1135,12 +1151,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel28.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel28.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel28.FillColor = System.Drawing.Color.White;
|
this.uiPanel28.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel28.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel28.Location = new System.Drawing.Point(4, 113);
|
this.uiPanel28.Location = new System.Drawing.Point(4, 109);
|
||||||
this.uiPanel28.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel28.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel28.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel28.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel28.Name = "uiPanel28";
|
this.uiPanel28.Name = "uiPanel28";
|
||||||
this.uiPanel28.RectColor = System.Drawing.Color.White;
|
this.uiPanel28.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel28.Size = new System.Drawing.Size(132, 46);
|
this.uiPanel28.Size = new System.Drawing.Size(132, 44);
|
||||||
this.uiPanel28.TabIndex = 6;
|
this.uiPanel28.TabIndex = 6;
|
||||||
this.uiPanel28.Text = null;
|
this.uiPanel28.Text = null;
|
||||||
this.uiPanel28.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel28.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1186,12 +1202,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel20.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel20.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel20.FillColor = System.Drawing.Color.White;
|
this.uiPanel20.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel20.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel20.Location = new System.Drawing.Point(4, 59);
|
this.uiPanel20.Location = new System.Drawing.Point(4, 57);
|
||||||
this.uiPanel20.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel20.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel20.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel20.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel20.Name = "uiPanel20";
|
this.uiPanel20.Name = "uiPanel20";
|
||||||
this.uiPanel20.RectColor = System.Drawing.Color.White;
|
this.uiPanel20.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel20.Size = new System.Drawing.Size(132, 44);
|
this.uiPanel20.Size = new System.Drawing.Size(132, 42);
|
||||||
this.uiPanel20.TabIndex = 5;
|
this.uiPanel20.TabIndex = 5;
|
||||||
this.uiPanel20.Text = null;
|
this.uiPanel20.Text = null;
|
||||||
this.uiPanel20.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel20.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1242,7 +1258,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel25.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel25.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel25.Name = "uiPanel25";
|
this.uiPanel25.Name = "uiPanel25";
|
||||||
this.uiPanel25.RectColor = System.Drawing.Color.White;
|
this.uiPanel25.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel25.Size = new System.Drawing.Size(132, 44);
|
this.uiPanel25.Size = new System.Drawing.Size(132, 42);
|
||||||
this.uiPanel25.TabIndex = 4;
|
this.uiPanel25.TabIndex = 4;
|
||||||
this.uiPanel25.Text = null;
|
this.uiPanel25.Text = null;
|
||||||
this.uiPanel25.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel25.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1296,7 +1312,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
this.uiTableLayoutPanel13.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
||||||
this.uiTableLayoutPanel13.Size = new System.Drawing.Size(214, 164);
|
this.uiTableLayoutPanel13.Size = new System.Drawing.Size(214, 158);
|
||||||
this.uiTableLayoutPanel13.TabIndex = 9;
|
this.uiTableLayoutPanel13.TabIndex = 9;
|
||||||
this.uiTableLayoutPanel13.TagString = null;
|
this.uiTableLayoutPanel13.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1308,12 +1324,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel31.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel31.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel31.FillColor = System.Drawing.Color.White;
|
this.uiPanel31.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel31.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel31.Location = new System.Drawing.Point(4, 113);
|
this.uiPanel31.Location = new System.Drawing.Point(4, 109);
|
||||||
this.uiPanel31.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel31.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel31.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel31.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel31.Name = "uiPanel31";
|
this.uiPanel31.Name = "uiPanel31";
|
||||||
this.uiPanel31.RectColor = System.Drawing.Color.White;
|
this.uiPanel31.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel31.Size = new System.Drawing.Size(206, 46);
|
this.uiPanel31.Size = new System.Drawing.Size(206, 44);
|
||||||
this.uiPanel31.TabIndex = 6;
|
this.uiPanel31.TabIndex = 6;
|
||||||
this.uiPanel31.Text = null;
|
this.uiPanel31.Text = null;
|
||||||
this.uiPanel31.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel31.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1359,12 +1375,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel23.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel23.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel23.FillColor = System.Drawing.Color.White;
|
this.uiPanel23.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel23.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel23.Location = new System.Drawing.Point(4, 59);
|
this.uiPanel23.Location = new System.Drawing.Point(4, 57);
|
||||||
this.uiPanel23.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel23.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel23.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel23.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel23.Name = "uiPanel23";
|
this.uiPanel23.Name = "uiPanel23";
|
||||||
this.uiPanel23.RectColor = System.Drawing.Color.White;
|
this.uiPanel23.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel23.Size = new System.Drawing.Size(206, 44);
|
this.uiPanel23.Size = new System.Drawing.Size(206, 42);
|
||||||
this.uiPanel23.TabIndex = 5;
|
this.uiPanel23.TabIndex = 5;
|
||||||
this.uiPanel23.Text = null;
|
this.uiPanel23.Text = null;
|
||||||
this.uiPanel23.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel23.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1415,7 +1431,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel27.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel27.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel27.Name = "uiPanel27";
|
this.uiPanel27.Name = "uiPanel27";
|
||||||
this.uiPanel27.RectColor = System.Drawing.Color.White;
|
this.uiPanel27.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel27.Size = new System.Drawing.Size(206, 44);
|
this.uiPanel27.Size = new System.Drawing.Size(206, 42);
|
||||||
this.uiPanel27.TabIndex = 4;
|
this.uiPanel27.TabIndex = 4;
|
||||||
this.uiPanel27.Text = null;
|
this.uiPanel27.Text = null;
|
||||||
this.uiPanel27.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel27.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1465,7 +1481,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel26.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel26.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel26.Name = "uiPanel26";
|
this.uiPanel26.Name = "uiPanel26";
|
||||||
this.uiPanel26.RectColor = System.Drawing.Color.White;
|
this.uiPanel26.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel26.Size = new System.Drawing.Size(182, 160);
|
this.uiPanel26.Size = new System.Drawing.Size(182, 154);
|
||||||
this.uiPanel26.TabIndex = 6;
|
this.uiPanel26.TabIndex = 6;
|
||||||
this.uiPanel26.Text = null;
|
this.uiPanel26.Text = null;
|
||||||
this.uiPanel26.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel26.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1486,7 +1502,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.3F));
|
||||||
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
this.uiTableLayoutPanel12.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.4F));
|
||||||
this.uiTableLayoutPanel12.Size = new System.Drawing.Size(182, 160);
|
this.uiTableLayoutPanel12.Size = new System.Drawing.Size(182, 154);
|
||||||
this.uiTableLayoutPanel12.TabIndex = 2;
|
this.uiTableLayoutPanel12.TabIndex = 2;
|
||||||
this.uiTableLayoutPanel12.TagString = null;
|
this.uiTableLayoutPanel12.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1498,12 +1514,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel24.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel24.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel24.FillColor = System.Drawing.Color.White;
|
this.uiPanel24.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel24.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel24.Location = new System.Drawing.Point(4, 111);
|
this.uiPanel24.Location = new System.Drawing.Point(4, 107);
|
||||||
this.uiPanel24.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel24.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel24.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel24.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel24.Name = "uiPanel24";
|
this.uiPanel24.Name = "uiPanel24";
|
||||||
this.uiPanel24.RectColor = System.Drawing.Color.White;
|
this.uiPanel24.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel24.Size = new System.Drawing.Size(174, 44);
|
this.uiPanel24.Size = new System.Drawing.Size(174, 42);
|
||||||
this.uiPanel24.TabIndex = 6;
|
this.uiPanel24.TabIndex = 6;
|
||||||
this.uiPanel24.Text = null;
|
this.uiPanel24.Text = null;
|
||||||
this.uiPanel24.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel24.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1549,12 +1565,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel22.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel22.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel22.FillColor = System.Drawing.Color.White;
|
this.uiPanel22.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel22.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel22.Location = new System.Drawing.Point(4, 58);
|
this.uiPanel22.Location = new System.Drawing.Point(4, 56);
|
||||||
this.uiPanel22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel22.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel22.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel22.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel22.Name = "uiPanel22";
|
this.uiPanel22.Name = "uiPanel22";
|
||||||
this.uiPanel22.RectColor = System.Drawing.Color.White;
|
this.uiPanel22.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel22.Size = new System.Drawing.Size(174, 43);
|
this.uiPanel22.Size = new System.Drawing.Size(174, 41);
|
||||||
this.uiPanel22.TabIndex = 5;
|
this.uiPanel22.TabIndex = 5;
|
||||||
this.uiPanel22.Text = null;
|
this.uiPanel22.Text = null;
|
||||||
this.uiPanel22.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel22.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1605,7 +1621,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel21.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel21.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel21.Name = "uiPanel21";
|
this.uiPanel21.Name = "uiPanel21";
|
||||||
this.uiPanel21.RectColor = System.Drawing.Color.White;
|
this.uiPanel21.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel21.Size = new System.Drawing.Size(174, 43);
|
this.uiPanel21.Size = new System.Drawing.Size(174, 41);
|
||||||
this.uiPanel21.TabIndex = 4;
|
this.uiPanel21.TabIndex = 4;
|
||||||
this.uiPanel21.Text = null;
|
this.uiPanel21.Text = null;
|
||||||
this.uiPanel21.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel21.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1659,14 +1675,14 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiPanel12.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiPanel12.FillColor = System.Drawing.Color.White;
|
this.uiPanel12.FillColor = System.Drawing.Color.White;
|
||||||
this.uiPanel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiPanel12.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiPanel12.Location = new System.Drawing.Point(5, 386);
|
this.uiPanel12.Location = new System.Drawing.Point(5, 375);
|
||||||
this.uiPanel12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiPanel12.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiPanel12.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel12.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel12.Name = "uiPanel12";
|
this.uiPanel12.Name = "uiPanel12";
|
||||||
this.uiPanel12.Padding = new System.Windows.Forms.Padding(3);
|
this.uiPanel12.Padding = new System.Windows.Forms.Padding(3);
|
||||||
this.uiPanel12.Radius = 8;
|
this.uiPanel12.Radius = 8;
|
||||||
this.uiPanel12.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
this.uiPanel12.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(220)))), ((int)(((byte)(220)))));
|
||||||
this.uiPanel12.Size = new System.Drawing.Size(756, 224);
|
this.uiPanel12.Size = new System.Drawing.Size(756, 217);
|
||||||
this.uiPanel12.TabIndex = 3;
|
this.uiPanel12.TabIndex = 3;
|
||||||
this.uiPanel12.Text = null;
|
this.uiPanel12.Text = null;
|
||||||
this.uiPanel12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel12.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1683,9 +1699,9 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel8.Name = "uiTableLayoutPanel8";
|
this.uiTableLayoutPanel8.Name = "uiTableLayoutPanel8";
|
||||||
this.uiTableLayoutPanel8.Padding = new System.Windows.Forms.Padding(5);
|
this.uiTableLayoutPanel8.Padding = new System.Windows.Forms.Padding(5);
|
||||||
this.uiTableLayoutPanel8.RowCount = 2;
|
this.uiTableLayoutPanel8.RowCount = 2;
|
||||||
this.uiTableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
|
this.uiTableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 13F));
|
||||||
this.uiTableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 85F));
|
this.uiTableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 87F));
|
||||||
this.uiTableLayoutPanel8.Size = new System.Drawing.Size(750, 218);
|
this.uiTableLayoutPanel8.Size = new System.Drawing.Size(750, 211);
|
||||||
this.uiTableLayoutPanel8.TabIndex = 0;
|
this.uiTableLayoutPanel8.TabIndex = 0;
|
||||||
this.uiTableLayoutPanel8.TagString = null;
|
this.uiTableLayoutPanel8.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1701,7 +1717,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel13.Name = "uiPanel13";
|
this.uiPanel13.Name = "uiPanel13";
|
||||||
this.uiPanel13.Radius = 1;
|
this.uiPanel13.Radius = 1;
|
||||||
this.uiPanel13.RectColor = System.Drawing.Color.White;
|
this.uiPanel13.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel13.Size = new System.Drawing.Size(732, 21);
|
this.uiPanel13.Size = new System.Drawing.Size(732, 16);
|
||||||
this.uiPanel13.TabIndex = 1;
|
this.uiPanel13.TabIndex = 1;
|
||||||
this.uiPanel13.Text = " 用户操作设定";
|
this.uiPanel13.Text = " 用户操作设定";
|
||||||
this.uiPanel13.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
this.uiPanel13.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
|
||||||
@@ -1712,12 +1728,12 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.uiTableLayoutPanel9.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.uiTableLayoutPanel9.Controls.Add(this.uiPanel14, 0, 0);
|
this.uiTableLayoutPanel9.Controls.Add(this.uiPanel14, 0, 0);
|
||||||
this.uiTableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.uiTableLayoutPanel9.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
this.uiTableLayoutPanel9.Location = new System.Drawing.Point(8, 39);
|
this.uiTableLayoutPanel9.Location = new System.Drawing.Point(8, 34);
|
||||||
this.uiTableLayoutPanel9.Name = "uiTableLayoutPanel9";
|
this.uiTableLayoutPanel9.Name = "uiTableLayoutPanel9";
|
||||||
this.uiTableLayoutPanel9.RowCount = 1;
|
this.uiTableLayoutPanel9.RowCount = 1;
|
||||||
this.uiTableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
this.uiTableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||||
this.uiTableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
this.uiTableLayoutPanel9.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||||
this.uiTableLayoutPanel9.Size = new System.Drawing.Size(734, 171);
|
this.uiTableLayoutPanel9.Size = new System.Drawing.Size(734, 169);
|
||||||
this.uiTableLayoutPanel9.TabIndex = 2;
|
this.uiTableLayoutPanel9.TabIndex = 2;
|
||||||
this.uiTableLayoutPanel9.TagString = null;
|
this.uiTableLayoutPanel9.TagString = null;
|
||||||
//
|
//
|
||||||
@@ -1751,7 +1767,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiPanel14.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiPanel14.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiPanel14.Name = "uiPanel14";
|
this.uiPanel14.Name = "uiPanel14";
|
||||||
this.uiPanel14.RectColor = System.Drawing.Color.White;
|
this.uiPanel14.RectColor = System.Drawing.Color.White;
|
||||||
this.uiPanel14.Size = new System.Drawing.Size(726, 161);
|
this.uiPanel14.Size = new System.Drawing.Size(726, 159);
|
||||||
this.uiPanel14.TabIndex = 0;
|
this.uiPanel14.TabIndex = 0;
|
||||||
this.uiPanel14.Text = null;
|
this.uiPanel14.Text = null;
|
||||||
this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
this.uiPanel14.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
|
||||||
@@ -1763,7 +1779,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiButton5.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
this.uiButton5.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
||||||
this.uiButton5.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
this.uiButton5.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
||||||
this.uiButton5.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiButton5.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiButton5.Location = new System.Drawing.Point(358, 52);
|
this.uiButton5.Location = new System.Drawing.Point(358, 50);
|
||||||
this.uiButton5.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiButton5.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiButton5.Name = "uiButton5";
|
this.uiButton5.Name = "uiButton5";
|
||||||
this.uiButton5.Size = new System.Drawing.Size(100, 60);
|
this.uiButton5.Size = new System.Drawing.Size(100, 60);
|
||||||
@@ -1776,7 +1792,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel48.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||||
this.uiLabel48.Location = new System.Drawing.Point(246, 14);
|
this.uiLabel48.Location = new System.Drawing.Point(246, 9);
|
||||||
this.uiLabel48.Name = "uiLabel48";
|
this.uiLabel48.Name = "uiLabel48";
|
||||||
this.uiLabel48.Size = new System.Drawing.Size(122, 30);
|
this.uiLabel48.Size = new System.Drawing.Size(122, 30);
|
||||||
this.uiLabel48.TabIndex = 14;
|
this.uiLabel48.TabIndex = 14;
|
||||||
@@ -1787,7 +1803,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox9.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox9.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox9.Location = new System.Drawing.Point(368, 14);
|
this.uiTextBox9.Location = new System.Drawing.Point(368, 9);
|
||||||
this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox9.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox9.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox9.Name = "uiTextBox9";
|
this.uiTextBox9.Name = "uiTextBox9";
|
||||||
@@ -1805,7 +1821,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel35.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel35.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel35.ForeColor = System.Drawing.Color.Red;
|
this.uiLabel35.ForeColor = System.Drawing.Color.Red;
|
||||||
this.uiLabel35.Location = new System.Drawing.Point(62, 131);
|
this.uiLabel35.Location = new System.Drawing.Point(62, 126);
|
||||||
this.uiLabel35.Name = "uiLabel35";
|
this.uiLabel35.Name = "uiLabel35";
|
||||||
this.uiLabel35.Size = new System.Drawing.Size(79, 30);
|
this.uiLabel35.Size = new System.Drawing.Size(79, 30);
|
||||||
this.uiLabel35.TabIndex = 2;
|
this.uiLabel35.TabIndex = 2;
|
||||||
@@ -1816,7 +1832,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel37.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel37.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel37.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
this.uiLabel37.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||||
this.uiLabel37.Location = new System.Drawing.Point(7, 94);
|
this.uiLabel37.Location = new System.Drawing.Point(7, 89);
|
||||||
this.uiLabel37.Name = "uiLabel37";
|
this.uiLabel37.Name = "uiLabel37";
|
||||||
this.uiLabel37.Size = new System.Drawing.Size(108, 30);
|
this.uiLabel37.Size = new System.Drawing.Size(108, 30);
|
||||||
this.uiLabel37.TabIndex = 12;
|
this.uiLabel37.TabIndex = 12;
|
||||||
@@ -1828,7 +1844,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox2.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox2.Enabled = false;
|
this.uiTextBox2.Enabled = false;
|
||||||
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox2.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox2.Location = new System.Drawing.Point(141, 132);
|
this.uiTextBox2.Location = new System.Drawing.Point(141, 127);
|
||||||
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox2.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox2.Name = "uiTextBox2";
|
this.uiTextBox2.Name = "uiTextBox2";
|
||||||
@@ -1845,7 +1861,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel46.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel46.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel46.ForeColor = System.Drawing.Color.Red;
|
this.uiLabel46.ForeColor = System.Drawing.Color.Red;
|
||||||
this.uiLabel46.Location = new System.Drawing.Point(508, 46);
|
this.uiLabel46.Location = new System.Drawing.Point(508, 41);
|
||||||
this.uiLabel46.Name = "uiLabel46";
|
this.uiLabel46.Name = "uiLabel46";
|
||||||
this.uiLabel46.Size = new System.Drawing.Size(104, 30);
|
this.uiLabel46.Size = new System.Drawing.Size(104, 30);
|
||||||
this.uiLabel46.TabIndex = 10;
|
this.uiLabel46.TabIndex = 10;
|
||||||
@@ -1856,7 +1872,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox4.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox4.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox4.Location = new System.Drawing.Point(126, 94);
|
this.uiTextBox4.Location = new System.Drawing.Point(126, 89);
|
||||||
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox4.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox4.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox4.Name = "uiTextBox4";
|
this.uiTextBox4.Name = "uiTextBox4";
|
||||||
@@ -1875,7 +1891,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox7.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox7.Enabled = false;
|
this.uiTextBox7.Enabled = false;
|
||||||
this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox7.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox7.Location = new System.Drawing.Point(619, 46);
|
this.uiTextBox7.Location = new System.Drawing.Point(619, 41);
|
||||||
this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox7.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox7.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox7.Name = "uiTextBox7";
|
this.uiTextBox7.Name = "uiTextBox7";
|
||||||
@@ -1892,7 +1908,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel47.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel47.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel47.ForeColor = System.Drawing.Color.Red;
|
this.uiLabel47.ForeColor = System.Drawing.Color.Red;
|
||||||
this.uiLabel47.Location = new System.Drawing.Point(508, 132);
|
this.uiLabel47.Location = new System.Drawing.Point(508, 126);
|
||||||
this.uiLabel47.Name = "uiLabel47";
|
this.uiLabel47.Name = "uiLabel47";
|
||||||
this.uiLabel47.Size = new System.Drawing.Size(104, 30);
|
this.uiLabel47.Size = new System.Drawing.Size(104, 30);
|
||||||
this.uiLabel47.TabIndex = 8;
|
this.uiLabel47.TabIndex = 8;
|
||||||
@@ -1904,7 +1920,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTextBox8.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox8.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox8.Enabled = false;
|
this.uiTextBox8.Enabled = false;
|
||||||
this.uiTextBox8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox8.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox8.Location = new System.Drawing.Point(619, 132);
|
this.uiTextBox8.Location = new System.Drawing.Point(619, 126);
|
||||||
this.uiTextBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox8.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox8.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox8.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox8.Name = "uiTextBox8";
|
this.uiTextBox8.Name = "uiTextBox8";
|
||||||
@@ -1921,7 +1937,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel45.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel45.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel45.ForeColor = System.Drawing.Color.Red;
|
this.uiLabel45.ForeColor = System.Drawing.Color.Red;
|
||||||
this.uiLabel45.Location = new System.Drawing.Point(508, 89);
|
this.uiLabel45.Location = new System.Drawing.Point(508, 84);
|
||||||
this.uiLabel45.Name = "uiLabel45";
|
this.uiLabel45.Name = "uiLabel45";
|
||||||
this.uiLabel45.Size = new System.Drawing.Size(104, 30);
|
this.uiLabel45.Size = new System.Drawing.Size(104, 30);
|
||||||
this.uiLabel45.TabIndex = 6;
|
this.uiLabel45.TabIndex = 6;
|
||||||
@@ -1933,7 +1949,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox6.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox6.Enabled = false;
|
this.uiTextBox6.Enabled = false;
|
||||||
this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox6.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox6.Location = new System.Drawing.Point(619, 89);
|
this.uiTextBox6.Location = new System.Drawing.Point(619, 84);
|
||||||
this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox6.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox6.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox6.Name = "uiTextBox6";
|
this.uiTextBox6.Name = "uiTextBox6";
|
||||||
@@ -1950,7 +1966,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel36.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel36.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel36.ForeColor = System.Drawing.Color.Red;
|
this.uiLabel36.ForeColor = System.Drawing.Color.Red;
|
||||||
this.uiLabel36.Location = new System.Drawing.Point(508, 5);
|
this.uiLabel36.Location = new System.Drawing.Point(508, 1);
|
||||||
this.uiLabel36.Name = "uiLabel36";
|
this.uiLabel36.Name = "uiLabel36";
|
||||||
this.uiLabel36.Size = new System.Drawing.Size(104, 30);
|
this.uiLabel36.Size = new System.Drawing.Size(104, 30);
|
||||||
this.uiLabel36.TabIndex = 4;
|
this.uiLabel36.TabIndex = 4;
|
||||||
@@ -1962,7 +1978,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox3.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox3.Enabled = false;
|
this.uiTextBox3.Enabled = false;
|
||||||
this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox3.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox3.Location = new System.Drawing.Point(619, 5);
|
this.uiTextBox3.Location = new System.Drawing.Point(619, 1);
|
||||||
this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox3.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox3.Name = "uiTextBox3";
|
this.uiTextBox3.Name = "uiTextBox3";
|
||||||
@@ -1979,7 +1995,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox5.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox5.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox5.Location = new System.Drawing.Point(126, 52);
|
this.uiTextBox5.Location = new System.Drawing.Point(126, 47);
|
||||||
this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox5.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox5.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox5.Name = "uiTextBox5";
|
this.uiTextBox5.Name = "uiTextBox5";
|
||||||
@@ -1997,7 +2013,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel41.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel41.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiLabel41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
this.uiLabel41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||||
this.uiLabel41.Location = new System.Drawing.Point(7, 52);
|
this.uiLabel41.Location = new System.Drawing.Point(7, 47);
|
||||||
this.uiLabel41.Name = "uiLabel41";
|
this.uiLabel41.Name = "uiLabel41";
|
||||||
this.uiLabel41.Size = new System.Drawing.Size(110, 30);
|
this.uiLabel41.Size = new System.Drawing.Size(110, 30);
|
||||||
this.uiLabel41.TabIndex = 1;
|
this.uiLabel41.TabIndex = 1;
|
||||||
@@ -2008,7 +2024,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiLabel4.Font = new System.Drawing.Font("微软雅黑", 10F, 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.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
|
||||||
this.uiLabel4.Location = new System.Drawing.Point(7, 12);
|
this.uiLabel4.Location = new System.Drawing.Point(7, 7);
|
||||||
this.uiLabel4.Name = "uiLabel4";
|
this.uiLabel4.Name = "uiLabel4";
|
||||||
this.uiLabel4.Size = new System.Drawing.Size(119, 30);
|
this.uiLabel4.Size = new System.Drawing.Size(119, 30);
|
||||||
this.uiLabel4.TabIndex = 1;
|
this.uiLabel4.TabIndex = 1;
|
||||||
@@ -2022,7 +2038,7 @@ namespace 全自动水压检测仪
|
|||||||
this.uiButton13.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
this.uiButton13.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
||||||
this.uiButton13.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
this.uiButton13.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
||||||
this.uiButton13.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.uiButton13.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||||||
this.uiButton13.Location = new System.Drawing.Point(246, 52);
|
this.uiButton13.Location = new System.Drawing.Point(246, 50);
|
||||||
this.uiButton13.MinimumSize = new System.Drawing.Size(1, 1);
|
this.uiButton13.MinimumSize = new System.Drawing.Size(1, 1);
|
||||||
this.uiButton13.Name = "uiButton13";
|
this.uiButton13.Name = "uiButton13";
|
||||||
this.uiButton13.Size = new System.Drawing.Size(100, 60);
|
this.uiButton13.Size = new System.Drawing.Size(100, 60);
|
||||||
@@ -2035,7 +2051,7 @@ namespace 全自动水压检测仪
|
|||||||
//
|
//
|
||||||
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
this.uiTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
|
||||||
this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
this.uiTextBox1.Font = new System.Drawing.Font("微软雅黑", 10.5F);
|
||||||
this.uiTextBox1.Location = new System.Drawing.Point(126, 12);
|
this.uiTextBox1.Location = new System.Drawing.Point(126, 7);
|
||||||
this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
this.uiTextBox1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
||||||
this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
|
this.uiTextBox1.MinimumSize = new System.Drawing.Size(1, 16);
|
||||||
this.uiTextBox1.Name = "uiTextBox1";
|
this.uiTextBox1.Name = "uiTextBox1";
|
||||||
@@ -2256,26 +2272,10 @@ namespace 全自动水压检测仪
|
|||||||
this.uiLight1.TabIndex = 1;
|
this.uiLight1.TabIndex = 1;
|
||||||
this.uiLight1.Text = "uiLight1";
|
this.uiLight1.Text = "uiLight1";
|
||||||
//
|
//
|
||||||
// uiButton4
|
|
||||||
//
|
|
||||||
this.uiButton4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
||||||
this.uiButton4.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(130)))), ((int)(((byte)(240)))));
|
|
||||||
this.uiButton4.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(90)))), ((int)(((byte)(150)))), ((int)(((byte)(255)))));
|
|
||||||
this.uiButton4.FillPressColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(120)))), ((int)(((byte)(220)))));
|
|
||||||
this.uiButton4.Font = new System.Drawing.Font("微软雅黑", 14F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
||||||
this.uiButton4.Location = new System.Drawing.Point(100, 539);
|
|
||||||
this.uiButton4.MinimumSize = new System.Drawing.Size(1, 1);
|
|
||||||
this.uiButton4.Name = "uiButton4";
|
|
||||||
this.uiButton4.Size = new System.Drawing.Size(85, 60);
|
|
||||||
this.uiButton4.TabIndex = 3;
|
|
||||||
this.uiButton4.Text = "水箱加热";
|
|
||||||
this.uiButton4.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
||||||
this.uiButton4.Click += new System.EventHandler(this.uiButton4_Click);
|
|
||||||
//
|
|
||||||
// NormalTemperatureMode
|
// NormalTemperatureMode
|
||||||
//
|
//
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||||
this.ClientSize = new System.Drawing.Size(1000, 760);
|
this.ClientSize = new System.Drawing.Size(1000, 740);
|
||||||
this.Controls.Add(this.uiTableLayoutPanel1);
|
this.Controls.Add(this.uiTableLayoutPanel1);
|
||||||
this.Name = "NormalTemperatureMode";
|
this.Name = "NormalTemperatureMode";
|
||||||
this.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
|
this.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
|
||||||
|
|||||||
@@ -571,7 +571,7 @@ namespace 全自动水压检测仪
|
|||||||
}
|
}
|
||||||
//水箱加热指示
|
//水箱加热指示
|
||||||
bool[] valve12 = _modbusMaster?.ReadCoils(1, 10004, 1);
|
bool[] valve12 = _modbusMaster?.ReadCoils(1, 10004, 1);
|
||||||
if (valve11 != null && valve11.Length > 0 && valve11[0])
|
if (valve12 != null && valve12.Length > 0 && valve12[0])
|
||||||
{
|
{
|
||||||
uiButton4.ForeColor = Color.Red;
|
uiButton4.ForeColor = Color.Red;
|
||||||
uiButton4.Text = "加热中";
|
uiButton4.Text = "加热中";
|
||||||
|
|||||||
Reference in New Issue
Block a user