Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
IonicContaminationTest
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 25d5a1d2
由
刘韬
编写于
2024-07-01 14:09:02 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
开启自动标定
1 个父辈
7c85aca9
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
7 行删除
App/NewCode/FrmAdjustQuotiety2.cs
App/NewCode/FrmAdjustQuotiety2.designer.cs
App/NewCode/ucCalibration.cs
App/Properties/AssemblyInfo.cs
App/NewCode/FrmAdjustQuotiety2.cs
查看文件 @
25d5a1d
...
...
@@ -74,7 +74,7 @@ namespace App
panelCalibration
.
theMachine
=
theMachine
;
btnCalibration
.
Visible
=
false
;
//
btnCalibration.Visible = false;
}
private
void
InputValueTimer_Tick
(
object
sender
,
EventArgs
e
)
...
...
App/NewCode/FrmAdjustQuotiety2.designer.cs
查看文件 @
25d5a1d
...
...
@@ -113,7 +113,7 @@
this
.
panelTesting
.
Controls
.
Add
(
this
.
Y1
);
this
.
panelTesting
.
Controls
.
Add
(
this
.
Y0
);
this
.
panelTesting
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
9F
);
this
.
panelTesting
.
Location
=
new
System
.
Drawing
.
Point
(
380
,
49
);
this
.
panelTesting
.
Location
=
new
System
.
Drawing
.
Point
(
472
,
31
);
this
.
panelTesting
.
Name
=
"panelTesting"
;
this
.
panelTesting
.
Size
=
new
System
.
Drawing
.
Size
(
644
,
378
);
this
.
panelTesting
.
TabIndex
=
166
;
...
...
@@ -712,7 +712,7 @@
//
// panelCalibration
//
this
.
panelCalibration
.
Location
=
new
System
.
Drawing
.
Point
(
450
,
93
);
this
.
panelCalibration
.
Location
=
new
System
.
Drawing
.
Point
(
380
,
31
);
this
.
panelCalibration
.
Name
=
"panelCalibration"
;
this
.
panelCalibration
.
Size
=
new
System
.
Drawing
.
Size
(
1039
,
578
);
this
.
panelCalibration
.
TabIndex
=
168
;
...
...
App/NewCode/ucCalibration.cs
查看文件 @
25d5a1d
...
...
@@ -451,7 +451,7 @@ namespace App
if
(
UserCancel
)
return
;
var
washTime
=
Convert
.
ToInt32
(
fuction
.
GetParameterByParaName
(
Const
.
PARA_WASHTIME
,
"currency"
));
CaliTask
=
Task
.
Factory
.
StartNew
(()
=>
{
ZedGraphInit
(
zgcShowCurve
,
false
);
...
...
@@ -494,7 +494,7 @@ namespace App
PrepareDataWash
(
result
,
s
);
ZedGraphControlRefresh
(
zgcShowCurve
);
return
false
;
}),
100
);
}),
washTime
);
theMachine
.
Close
();
this
.
Invoke
((
EventHandler
)
delegate
{
...
...
App/Properties/AssemblyInfo.cs
查看文件 @
25d5a1d
...
...
@@ -30,6 +30,6 @@ using log4net.Config;
// 内部版本号
// 修订号
//
[assembly: AssemblyVersion("3.3.
5
.0")]
[assembly: AssemblyFileVersion("3.3.
5
.0")]
[assembly: AssemblyVersion("3.3.
6
.0")]
[assembly: AssemblyFileVersion("3.3.
6
.0")]
[assembly: log4net.Config.DOMConfigurator(ConfigFileExtension = "config", Watch = true)]
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论