Commit 96dc661a by mahaisong

fix:多文件输出

parent c9e7efcc
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
this.button2.TabIndex = 3; this.button2.TabIndex = 3;
this.button2.Text = "2:开始执行分析"; this.button2.Text = "2:开始执行分析";
this.button2.UseVisualStyleBackColor = true; this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_ES_Click); this.button2.Click += new System.EventHandler(this.button2_Click);
// //
// label2 // label2
// //
...@@ -121,9 +121,9 @@ ...@@ -121,9 +121,9 @@
this.label3.AutoSize = true; this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 392); this.label3.Location = new System.Drawing.Point(3, 392);
this.label3.Name = "label3"; this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(106, 13); this.label3.Size = new System.Drawing.Size(103, 13);
this.label3.TabIndex = 9; this.label3.TabIndex = 9;
this.label3.Text = "执行结果存储文件:"; this.label3.Text = "结果存储文件夹:";
// //
// textBox_path // textBox_path
// //
...@@ -224,9 +224,9 @@ ...@@ -224,9 +224,9 @@
this.label10.AutoSize = true; this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(239, 116); this.label10.Location = new System.Drawing.Point(239, 116);
this.label10.Name = "label10"; this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(287, 13); this.label10.Size = new System.Drawing.Size(281, 13);
this.label10.TabIndex = 21; this.label10.TabIndex = 21;
this.label10.Text = "单核CPU利用线程数(提速请加大此数字,最大200)"; this.label10.Text = "单核CPU利用线程数(提速请加大此数字,最大90)";
// //
// label11 // label11
// //
......
...@@ -44,4 +44,3 @@ D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.Properties.Resou ...@@ -44,4 +44,3 @@ D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.Properties.Resou
D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.csproj.GenerateResource.Cache D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.csproj.GenerateResource.Cache
D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.exe D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.exe
D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.pdb D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.pdb
D:\smallproject\6.CsvCount_ES\CsvCount_ES\obj\Debug\CsvCount_ES.csprojResolveAssemblyReference.cache
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment