Commit 0c40b6dd by mahaisong

fix

parent ccd8c4b7
......@@ -263,7 +263,7 @@
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button1);
this.Name = "Form1";
this.Text = "Form1";
this.Text = "CsvCount_ES";
this.ResumeLayout(false);
this.PerformLayout();
......
......@@ -67,6 +67,7 @@ namespace CsvCount_ES
this.listBox1.HorizontalScrollbar = true;
this.openFileDialog1.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
this.openFileDialog1.Filter = "数据文件|*.csv";
}
......
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