Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smallproject
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mahaisong
smallproject
Commits
ac82097e
Commit
ac82097e
authored
May 04, 2018
by
mahaisong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 保存文件的路径放在执行完成。
parent
a2088003
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
12 deletions
+14
-12
Form1.cs
6.CsvCount_ES/CsvCount_ES/Form1.cs
+14
-12
CsvCount_ES.exe
6.CsvCount_ES/CsvCount_ES/bin/Debug/CsvCount_ES.exe
+0
-0
CsvCount_ES.pdb
6.CsvCount_ES/CsvCount_ES/bin/Debug/CsvCount_ES.pdb
+0
-0
CsvCount_ES.exe
6.CsvCount_ES/CsvCount_ES/obj/Debug/CsvCount_ES.exe
+0
-0
CsvCount_ES.pdb
6.CsvCount_ES/CsvCount_ES/obj/Debug/CsvCount_ES.pdb
+0
-0
No files found.
6.CsvCount_ES/CsvCount_ES/Form1.cs
View file @
ac82097e
...
@@ -322,18 +322,7 @@ namespace CsvCount_ES
...
@@ -322,18 +322,7 @@ namespace CsvCount_ES
}
}
#
region
执行完成
label_wait
.
Text
=
"执行完毕!可以继续选择其他文件!"
;
this
.
textBox_path
.
Text
=
filePath
;
//listBox1.Enabled = false;
textBox1
.
Enabled
=
true
;
button1
.
Enabled
=
true
;
textBox_block
.
Enabled
=
true
;
errorCount
=
0
;
count
=
0
;
#
endregion
}
}
...
@@ -489,6 +478,19 @@ namespace CsvCount_ES
...
@@ -489,6 +478,19 @@ namespace CsvCount_ES
MessageBox
.
Show
(
ext
.
ToString
());
MessageBox
.
Show
(
ext
.
ToString
());
}
}
#
region
执行完成
label_wait
.
Text
=
"执行完毕!可以继续选择其他文件!"
;
this
.
textBox_path
.
Text
=
filePath
;
//listBox1.Enabled = false;
textBox1
.
Enabled
=
true
;
button1
.
Enabled
=
true
;
textBox_block
.
Enabled
=
true
;
errorCount
=
0
;
count
=
0
;
#
endregion
}
}
public
static
long
ConvertDataTimeToLong
(
DateTime
dt
)
public
static
long
ConvertDataTimeToLong
(
DateTime
dt
)
...
...
6.CsvCount_ES/CsvCount_ES/bin/Debug/CsvCount_ES.exe
View file @
ac82097e
No preview for this file type
6.CsvCount_ES/CsvCount_ES/bin/Debug/CsvCount_ES.pdb
View file @
ac82097e
No preview for this file type
6.CsvCount_ES/CsvCount_ES/obj/Debug/CsvCount_ES.exe
View file @
ac82097e
No preview for this file type
6.CsvCount_ES/CsvCount_ES/obj/Debug/CsvCount_ES.pdb
View file @
ac82097e
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment