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
9e80a754
Commit
9e80a754
authored
Jul 10, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
7-10
parent
ae603ee6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
4 deletions
+7
-4
UserCtl.cs
GcDevicePc/CK_UI/UserCtl.cs
+1
-1
FormUser.Designer.cs
GcDevicePc/FormUser.Designer.cs
+1
-1
FormUser.cs
GcDevicePc/FormUser.cs
+4
-1
MDIBase.cs
GcDevicePc/MDIBase.cs
+1
-1
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
No files found.
GcDevicePc/CK_UI/UserCtl.cs
View file @
9e80a754
...
...
@@ -36,7 +36,7 @@ namespace GcDevicePc.CK_UI
private
void
UserCtl_Load
(
object
sender
,
EventArgs
e
)
{
Systemtype
=
CKVocAnalyzer
.
GlobalCKV
.
Systemtype
;
switch
(
Systemtype
)
{
...
...
GcDevicePc/FormUser.Designer.cs
View file @
9e80a754
...
...
@@ -42,7 +42,7 @@
this
.
userCtl1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
16
);
this
.
userCtl1
.
Name
=
"userCtl1"
;
this
.
userCtl1
.
Size
=
new
System
.
Drawing
.
Size
(
758
,
468
);
this
.
userCtl1
.
Systemtype
=
2
;
this
.
userCtl1
.
Systemtype
=
0
;
this
.
userCtl1
.
TabIndex
=
0
;
//
// buttonFID
...
...
GcDevicePc/FormUser.cs
View file @
9e80a754
...
...
@@ -15,12 +15,15 @@ namespace GcDevicePc
{
public
FormUser
()
{
InitializeComponent
();
}
private
void
FormUser_Load
(
object
sender
,
EventArgs
e
)
{
// userCtl1.Systemtype = CKVocAnalyzer.GlobalCKV.Systemtype;
}
private
void
FormUser_Activated
(
object
sender
,
EventArgs
e
)
//激活
...
...
GcDevicePc/MDIBase.cs
View file @
9e80a754
...
...
@@ -398,7 +398,7 @@ namespace GcDevicePc
float
fDetvalueold
=
0.0f
;
private
void
timer1_Tick
(
object
sender
,
EventArgs
e
)
{
this
.
Text
=
String
.
Format
(
"VOCs在线监测-1.
0
.3.00 {0}"
,
Formstr
);
this
.
Text
=
String
.
Format
(
"VOCs在线监测-1.
1
.3.00 {0}"
,
Formstr
);
if
(
LandIn
.
Island
)
{
HmiStatus
.
Text
=
String
.
Format
(
"状态:{0}"
,
statestr
);
...
...
dll/CKVocAnalyzer.dll
View file @
9e80a754
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