Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
G
GC_Branch
Project
Project
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
周磊
GC_Branch
Commits
c5961b04
Commit
c5961b04
authored
Aug 09, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复小bug
parent
9beb7646
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5000 additions
and
4846 deletions
+5000
-4846
MethodMain.Designer.cs
GcDevicePc/ConfigMethod/MethodMain.Designer.cs
+36
-52
MethodMain.resx
GcDevicePc/ConfigMethod/MethodMain.resx
+4961
-4794
MDIBase.cs
GcDevicePc/MDIBase.cs
+2
-0
auxtool.cs
GcDevicePc/auxtool.cs
+1
-0
No files found.
GcDevicePc/ConfigMethod/MethodMain.Designer.cs
View file @
c5961b04
This diff is collapsed.
Click to expand it.
GcDevicePc/ConfigMethod/MethodMain.resx
View file @
c5961b04
This diff is collapsed.
Click to expand it.
GcDevicePc/MDIBase.cs
View file @
c5961b04
...
...
@@ -1658,6 +1658,7 @@ namespace GcDevicePc
OpenFileDialog
fileDlg
=
new
OpenFileDialog
();
fileDlg
.
Multiselect
=
false
;
fileDlg
.
InitialDirectory
=
globaldata
.
m_pcbuffer
.
gcpcinfo
.
pcfolderinfo
.
MethodFolder
;
fileDlg
.
RestoreDirectory
=
true
;
fileDlg
.
Title
=
"请选择方法文件"
;
fileDlg
.
Filter
=
"配置文件(*.ini)|*.ini"
;
if
(
fileDlg
.
ShowDialog
()
==
DialogResult
.
OK
)
...
...
@@ -1709,6 +1710,7 @@ namespace GcDevicePc
OpenFileDialog
fileDlg
=
new
OpenFileDialog
();
fileDlg
.
Multiselect
=
false
;
fileDlg
.
InitialDirectory
=
globaldata
.
m_pcbuffer
.
gcpcinfo
.
pcfolderinfo
.
MethodFolder
;
fileDlg
.
RestoreDirectory
=
true
;
fileDlg
.
Title
=
"请选择方法文件"
;
fileDlg
.
Filter
=
"配置文件(*.ini)|*.ini"
;
if
(
fileDlg
.
ShowDialog
()
==
DialogResult
.
OK
)
...
...
GcDevicePc/auxtool.cs
View file @
c5961b04
...
...
@@ -170,6 +170,7 @@ namespace GcDevicePc
OpenFileDialog
fileDlg
=
new
OpenFileDialog
();
fileDlg
.
Multiselect
=
false
;
fileDlg
.
InitialDirectory
=
globaldata
.
m_pcbuffer
.
gcpcinfo
.
pcfolderinfo
.
TmpFolder
;
fileDlg
.
RestoreDirectory
=
true
;
fileDlg
.
Title
=
"请选择方法文件"
;
fileDlg
.
Filter
=
"更新程序(*.*)|*.*"
;
...
...
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