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
6f873fa3
Commit
6f873fa3
authored
Aug 15, 2018
by
wangwanxh@sina.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
报警值
parent
c4156cc6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
246 additions
and
6 deletions
+246
-6
UserCtl.Designer.cs
GcDevicePc/CK_UI/UserCtl.Designer.cs
+3
-1
UserCtl.cs
GcDevicePc/CK_UI/UserCtl.cs
+242
-4
MDIBase.cs
GcDevicePc/MDIBase.cs
+1
-1
CKVocAnalyzer.dll
dll/CKVocAnalyzer.dll
+0
-0
No files found.
GcDevicePc/CK_UI/UserCtl.Designer.cs
View file @
6f873fa3
...
@@ -96,11 +96,13 @@
...
@@ -96,11 +96,13 @@
//
//
// textBox1
// textBox1
//
//
this
.
textBox1
.
BackColor
=
System
.
Drawing
.
SystemColors
.
Window
;
this
.
textBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
textBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
14.25F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
67
);
this
.
textBox1
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
67
);
this
.
textBox1
.
Name
=
"textBox1"
;
this
.
textBox1
.
Name
=
"textBox1"
;
this
.
textBox1
.
Size
=
new
System
.
Drawing
.
Size
(
116
,
29
);
this
.
textBox1
.
Size
=
new
System
.
Drawing
.
Size
(
116
,
29
);
this
.
textBox1
.
TabIndex
=
5
;
this
.
textBox1
.
TabIndex
=
5
;
this
.
textBox1
.
DoubleClick
+=
new
System
.
EventHandler
(
this
.
textBox1_DoubleClick
);
//
//
// textBox2
// textBox2
//
//
...
@@ -139,7 +141,7 @@
...
@@ -139,7 +141,7 @@
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
131
,
413
);
this
.
groupBox1
.
Size
=
new
System
.
Drawing
.
Size
(
131
,
413
);
this
.
groupBox1
.
TabIndex
=
8
;
this
.
groupBox1
.
TabIndex
=
8
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
TabStop
=
false
;
this
.
groupBox1
.
Text
=
"结果
(ppm)
"
;
this
.
groupBox1
.
Text
=
"结果
(ppm)
"
;
//
//
// textBox6
// textBox6
//
//
...
...
GcDevicePc/CK_UI/UserCtl.cs
View file @
6f873fa3
This diff is collapsed.
Click to expand it.
GcDevicePc/MDIBase.cs
View file @
6f873fa3
...
@@ -398,7 +398,7 @@ namespace GcDevicePc
...
@@ -398,7 +398,7 @@ namespace GcDevicePc
float
fDetvalueold
=
0.0f
;
float
fDetvalueold
=
0.0f
;
private
void
timer1_Tick
(
object
sender
,
EventArgs
e
)
private
void
timer1_Tick
(
object
sender
,
EventArgs
e
)
{
{
this
.
Text
=
String
.
Format
(
"VOCs在线监测-1.1.3.0
7
{0}"
,
Formstr
);
this
.
Text
=
String
.
Format
(
"VOCs在线监测-1.1.3.0
8
{0}"
,
Formstr
);
if
(
LandIn
.
Island
)
if
(
LandIn
.
Island
)
{
{
HmiStatus
.
Text
=
String
.
Format
(
"状态:{0}"
,
statestr
);
HmiStatus
.
Text
=
String
.
Format
(
"状态:{0}"
,
statestr
);
...
...
dll/CKVocAnalyzer.dll
View file @
6f873fa3
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