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
6635628f
Commit
6635628f
authored
Aug 10, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wang_master' of
https://gitee.com/wangwanxh/Vocs
into wang_master
parents
e74df40c
4f2f7910
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
MDIBase.cs
GcDevicePc/MDIBase.cs
+24
-0
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
No files found.
GcDevicePc/MDIBase.cs
View file @
6635628f
...
...
@@ -1990,6 +1990,22 @@ namespace GcDevicePc
}
}
/// <summary>
/// true 开始校准 false 强制结束
/// </summary>
/// <param name="boolrun"></param>
private
void
AutoAdjustRun
(
bool
boolrun
)
{
if
(
boolrun
)
{
CurveDisPlay
.
curdisp
.
SetAutoAdjust
();
}
else
{
CurveDisPlay
.
curdisp
.
StopAutoAdjust
();
}
}
/// <summary>
/// 校准完成时间
/// </summary>
...
...
@@ -2046,12 +2062,20 @@ namespace GcDevicePc
{
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
if
(
SharedSpace
.
Data
.
typesint
==
2
)
{
CurveDisPlay
.
curdisp
.
ConfingAdjust
();
}
Trace
.
WriteLine
(
"校准结束"
,
"sys"
);
}
if
(
SharedSpace
.
MControl
.
MethodType
==
2
)
{
SharedSpace
.
MControl
.
SetOut
=
false
;
SharedSpace
.
MControl
.
SetRun
=
false
;
if
(
SharedSpace
.
Data
.
typesint
==
2
)
{
CurveDisPlay
.
curdisp
.
ConfingAdjust
();
}
Trace
.
WriteLine
(
"校准结束"
,
"sys"
);
}
...
...
dll/CKVocAnalyzer.dll
View file @
6635628f
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