版本升级至1.0.0.2,增加流量版本日志记录字段平衡流量(大漏泄漏量),测试流量(泄漏量)

This commit is contained in:
jfp
2025-09-30 11:49:56 +08:00
parent 9b861a13eb
commit 1ec079a04f
6 changed files with 238 additions and 230 deletions

View File

@@ -397,7 +397,7 @@
//
this.MachineStatus.AutoSize = true;
this.MachineStatus.Font = new System.Drawing.Font("宋体", 40F);
this.MachineStatus.Location = new System.Drawing.Point(591, 104);
this.MachineStatus.Location = new System.Drawing.Point(626, 104);
this.MachineStatus.Name = "MachineStatus";
this.MachineStatus.Size = new System.Drawing.Size(185, 54);
this.MachineStatus.TabIndex = 47;
@@ -407,7 +407,7 @@
//
this.Tlight.AutoSize = true;
this.Tlight.Font = new System.Drawing.Font("宋体", 80F);
this.Tlight.Location = new System.Drawing.Point(429, 108);
this.Tlight.Location = new System.Drawing.Point(464, 108);
this.Tlight.Name = "Tlight";
this.Tlight.Size = new System.Drawing.Size(153, 107);
this.Tlight.TabIndex = 42;
@@ -427,7 +427,7 @@
//
this.label33.AutoSize = true;
this.label33.Font = new System.Drawing.Font("宋体", 18F);
this.label33.Location = new System.Drawing.Point(416, 72);
this.label33.Location = new System.Drawing.Point(451, 72);
this.label33.Name = "label33";
this.label33.Size = new System.Drawing.Size(130, 24);
this.label33.TabIndex = 85;
@@ -458,7 +458,7 @@
//
this.label32.AutoSize = true;
this.label32.Font = new System.Drawing.Font("宋体", 18F);
this.label32.Location = new System.Drawing.Point(596, 72);
this.label32.Location = new System.Drawing.Point(631, 72);
this.label32.Name = "label32";
this.label32.Size = new System.Drawing.Size(130, 24);
this.label32.TabIndex = 84;
@@ -698,7 +698,7 @@
//
this.MESStatus.AutoSize = true;
this.MESStatus.Font = new System.Drawing.Font("宋体", 40F);
this.MESStatus.Location = new System.Drawing.Point(596, 212);
this.MESStatus.Location = new System.Drawing.Point(631, 212);
this.MESStatus.Name = "MESStatus";
this.MESStatus.Size = new System.Drawing.Size(131, 54);
this.MESStatus.TabIndex = 135;
@@ -708,7 +708,7 @@
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("宋体", 18F);
this.label7.Location = new System.Drawing.Point(596, 182);
this.label7.Location = new System.Drawing.Point(631, 182);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(118, 24);
this.label7.TabIndex = 136;
@@ -717,20 +717,20 @@
// LeakPressure
//
this.LeakPressure.AutoSize = true;
this.LeakPressure.Font = new System.Drawing.Font("宋体", 36F);
this.LeakPressure.Font = new System.Drawing.Font("宋体", 34F);
this.LeakPressure.Location = new System.Drawing.Point(191, 100);
this.LeakPressure.Name = "LeakPressure";
this.LeakPressure.Size = new System.Drawing.Size(212, 48);
this.LeakPressure.Size = new System.Drawing.Size(204, 46);
this.LeakPressure.TabIndex = 137;
this.LeakPressure.Text = "11111111";
//
// Leak
//
this.Leak.AutoSize = true;
this.Leak.Font = new System.Drawing.Font("宋体", 36F);
this.Leak.Font = new System.Drawing.Font("宋体", 34F);
this.Leak.Location = new System.Drawing.Point(191, 259);
this.Leak.Name = "Leak";
this.Leak.Size = new System.Drawing.Size(212, 48);
this.Leak.Size = new System.Drawing.Size(204, 46);
this.Leak.TabIndex = 138;
this.Leak.Text = "11111111";
//
@@ -1577,10 +1577,10 @@
// bigLeak
//
this.bigLeak.AutoSize = true;
this.bigLeak.Font = new System.Drawing.Font("宋体", 36F);
this.bigLeak.Font = new System.Drawing.Font("宋体", 34F);
this.bigLeak.Location = new System.Drawing.Point(192, 180);
this.bigLeak.Name = "bigLeak";
this.bigLeak.Size = new System.Drawing.Size(212, 48);
this.bigLeak.Size = new System.Drawing.Size(204, 46);
this.bigLeak.TabIndex = 152;
this.bigLeak.Text = "11111111";
//
@@ -1648,7 +1648,7 @@
this.Controls.Add(this.ReceiveText);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "LL-28_20250923";
this.Text = "LL-28_20250930";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.DataGridView1)).EndInit();