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
d6c90070
Commit
d6c90070
authored
May 08, 2018
by
wangjunqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步不代码修改朱工窗口出现位置
parent
618a1e2e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
680 additions
and
0 deletions
+680
-0
AdjustFrom.Designer.cs
GcDevicePc/CK_UI/AdjustFrom.Designer.cs
+3
-0
AdjustFrom.resx
GcDevicePc/CK_UI/AdjustFrom.resx
+167
-0
HistChartForm.Designer.cs
GcDevicePc/CK_UI/HistChartForm.Designer.cs
+3
-0
HistChartForm.resx
GcDevicePc/CK_UI/HistChartForm.resx
+167
-0
LandIn.Designer.cs
GcDevicePc/CK_UI/LandIn.Designer.cs
+3
-0
LandIn.resx
GcDevicePc/CK_UI/LandIn.resx
+167
-0
WaveTotalForm.Designer.cs
GcDevicePc/CK_UI/WaveTotalForm.Designer.cs
+3
-0
WaveTotalForm.resx
GcDevicePc/CK_UI/WaveTotalForm.resx
+167
-0
No files found.
GcDevicePc/CK_UI/AdjustFrom.Designer.cs
View file @
d6c90070
...
...
@@ -28,6 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
AdjustFrom
));
this
.
SuspendLayout
();
//
// AdjustFrom
...
...
@@ -35,7 +36,9 @@
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
722
,
382
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"AdjustFrom"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Text
=
"校准"
;
this
.
ResumeLayout
(
false
);
...
...
GcDevicePc/CK_UI/AdjustFrom.resx
View file @
d6c90070
This diff is collapsed.
Click to expand it.
GcDevicePc/CK_UI/HistChartForm.Designer.cs
View file @
d6c90070
...
...
@@ -28,6 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
HistChartForm
));
this
.
SuspendLayout
();
//
// HistChartForm
...
...
@@ -35,7 +36,9 @@
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
722
,
382
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"HistChartForm"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Text
=
"历史图谱"
;
this
.
ResumeLayout
(
false
);
...
...
GcDevicePc/CK_UI/HistChartForm.resx
View file @
d6c90070
This diff is collapsed.
Click to expand it.
GcDevicePc/CK_UI/LandIn.Designer.cs
View file @
d6c90070
...
...
@@ -28,6 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
LandIn
));
this
.
label1
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label2
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
textBox1
=
new
System
.
Windows
.
Forms
.
TextBox
();
...
...
@@ -107,7 +108,9 @@
this
.
Controls
.
Add
(
this
.
textBox1
);
this
.
Controls
.
Add
(
this
.
label2
);
this
.
Controls
.
Add
(
this
.
label1
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"LandIn"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Text
=
"登录"
;
this
.
Load
+=
new
System
.
EventHandler
(
this
.
LandIn_Load
);
this
.
ResumeLayout
(
false
);
...
...
GcDevicePc/CK_UI/LandIn.resx
View file @
d6c90070
This diff is collapsed.
Click to expand it.
GcDevicePc/CK_UI/WaveTotalForm.Designer.cs
View file @
d6c90070
...
...
@@ -28,6 +28,7 @@
/// </summary>
private
void
InitializeComponent
()
{
System
.
ComponentModel
.
ComponentResourceManager
resources
=
new
System
.
ComponentModel
.
ComponentResourceManager
(
typeof
(
WaveTotalForm
));
this
.
SuspendLayout
();
//
// WaveTotalForm
...
...
@@ -35,7 +36,9 @@
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
ClientSize
=
new
System
.
Drawing
.
Size
(
592
,
325
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"WaveTotalForm"
;
this
.
StartPosition
=
System
.
Windows
.
Forms
.
FormStartPosition
.
CenterScreen
;
this
.
Text
=
"浓度查询"
;
this
.
ResumeLayout
(
false
);
...
...
GcDevicePc/CK_UI/WaveTotalForm.resx
View file @
d6c90070
This diff is collapsed.
Click to expand it.
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