版本升级至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

@@ -61,7 +61,7 @@
this.ChkMES.Location = new System.Drawing.Point(309, 146);
this.ChkMES.Margin = new System.Windows.Forms.Padding(5);
this.ChkMES.Name = "ChkMES";
this.ChkMES.Size = new System.Drawing.Size(98, 20);
this.ChkMES.Size = new System.Drawing.Size(99, 20);
this.ChkMES.TabIndex = 106;
this.ChkMES.Text = "导出到Mes";
this.ChkMES.UseVisualStyleBackColor = true;
@@ -84,7 +84,7 @@
this.label35.Location = new System.Drawing.Point(15, 14);
this.label35.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label35.Name = "label35";
this.label35.Size = new System.Drawing.Size(39, 16);
this.label35.Size = new System.Drawing.Size(40, 16);
this.label35.TabIndex = 105;
this.label35.Text = "路径";
//
@@ -92,10 +92,10 @@
//
this.ChkExcel.AutoSize = true;
this.ChkExcel.Font = new System.Drawing.Font("宋体", 12F);
this.ChkExcel.Location = new System.Drawing.Point(156, 146);
this.ChkExcel.Location = new System.Drawing.Point(156, 224);
this.ChkExcel.Margin = new System.Windows.Forms.Padding(5);
this.ChkExcel.Name = "ChkExcel";
this.ChkExcel.Size = new System.Drawing.Size(114, 20);
this.ChkExcel.Size = new System.Drawing.Size(115, 20);
this.ChkExcel.TabIndex = 102;
this.ChkExcel.Text = "导出到Excel";
this.ChkExcel.UseVisualStyleBackColor = true;
@@ -104,14 +104,13 @@
//
this.ChkTXT.AutoSize = true;
this.ChkTXT.Font = new System.Drawing.Font("宋体", 12F);
this.ChkTXT.Location = new System.Drawing.Point(14, 176);
this.ChkTXT.Location = new System.Drawing.Point(154, 146);
this.ChkTXT.Margin = new System.Windows.Forms.Padding(5);
this.ChkTXT.Name = "ChkTXT";
this.ChkTXT.Size = new System.Drawing.Size(98, 20);
this.ChkTXT.Size = new System.Drawing.Size(99, 20);
this.ChkTXT.TabIndex = 103;
this.ChkTXT.Text = "导出到TXT";
this.ChkTXT.UseVisualStyleBackColor = true;
this.ChkTXT.Visible = false;
//
// path
//
@@ -125,23 +124,25 @@
//
this.ChkSql.AutoSize = true;
this.ChkSql.Font = new System.Drawing.Font("宋体", 12F);
this.ChkSql.Location = new System.Drawing.Point(156, 185);
this.ChkSql.Location = new System.Drawing.Point(156, 264);
this.ChkSql.Margin = new System.Windows.Forms.Padding(5);
this.ChkSql.Name = "ChkSql";
this.ChkSql.Size = new System.Drawing.Size(146, 20);
this.ChkSql.Size = new System.Drawing.Size(147, 20);
this.ChkSql.TabIndex = 104;
this.ChkSql.Text = "导出到SqlServer";
this.ChkSql.UseVisualStyleBackColor = true;
this.ChkSql.Visible = false;
//
// BtnConSql
//
this.BtnConSql.Location = new System.Drawing.Point(135, 215);
this.BtnConSql.Location = new System.Drawing.Point(135, 357);
this.BtnConSql.Margin = new System.Windows.Forms.Padding(5);
this.BtnConSql.Name = "BtnConSql";
this.BtnConSql.Size = new System.Drawing.Size(151, 53);
this.BtnConSql.TabIndex = 101;
this.BtnConSql.Text = "Sql设置";
this.BtnConSql.UseVisualStyleBackColor = true;
this.BtnConSql.Visible = false;
this.BtnConSql.Click += new System.EventHandler(this.BtnConSql_Click);
//
// BtnConMES
@@ -164,13 +165,12 @@
//
this.ChkCSV.AutoSize = true;
this.ChkCSV.Font = new System.Drawing.Font("宋体", 11F);
this.ChkCSV.Location = new System.Drawing.Point(12, 204);
this.ChkCSV.Location = new System.Drawing.Point(154, 188);
this.ChkCSV.Name = "ChkCSV";
this.ChkCSV.Size = new System.Drawing.Size(95, 19);
this.ChkCSV.TabIndex = 109;
this.ChkCSV.Text = "导出到csv";
this.ChkCSV.UseVisualStyleBackColor = true;
this.ChkCSV.Visible = false;
//
// Save
//