Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
1069_MIMO_PlUS
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b0770b49
由
张东亮
编写于
2024-02-29 17:15:00 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
视觉检测料盘功能修改
1 个父辈
5e87868b
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
0 行删除
ImgCheckReel/Form1.Designer.cs
ImgCheckReel/Form1.cs
ImgCheckReel/Form1.Designer.cs
查看文件 @
b0770b4
...
@@ -255,6 +255,7 @@
...
@@ -255,6 +255,7 @@
this
.
txtthreshold
.
Name
=
"txtthreshold"
;
this
.
txtthreshold
.
Name
=
"txtthreshold"
;
this
.
txtthreshold
.
Size
=
new
System
.
Drawing
.
Size
(
141
,
25
);
this
.
txtthreshold
.
Size
=
new
System
.
Drawing
.
Size
(
141
,
25
);
this
.
txtthreshold
.
TabIndex
=
28
;
this
.
txtthreshold
.
TabIndex
=
28
;
this
.
txtthreshold
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
txtthreshold_TextChanged
);
//
//
// button3
// button3
//
//
...
@@ -297,6 +298,7 @@
...
@@ -297,6 +298,7 @@
this
.
MaximizeBox
=
false
;
this
.
MaximizeBox
=
false
;
this
.
Name
=
"Form1"
;
this
.
Name
=
"Form1"
;
this
.
Text
=
"视觉检测料盘调试"
;
this
.
Text
=
"视觉检测料盘调试"
;
this
.
Load
+=
new
System
.
EventHandler
(
this
.
Form1_Load
);
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
pictureBox1
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
pictureBox1
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
pictureBox2
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
pictureBox2
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
txtHL
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
txtHL
)).
EndInit
();
...
...
ImgCheckReel/Form1.cs
查看文件 @
b0770b4
...
@@ -226,6 +226,17 @@ namespace ImgCheckReel
...
@@ -226,6 +226,17 @@ namespace ImgCheckReel
textBox2
.
Text
=
TestRoi
.
LoadConfig
();
textBox2
.
Text
=
TestRoi
.
LoadConfig
();
}
}
private
void
txtthreshold_TextChanged
(
object
sender
,
EventArgs
e
)
{
double
.
TryParse
(
txtthreshold
.
Text
,
out
threshold
);
button2_Click
(
null
,
null
);
}
private
void
Form1_Load
(
object
sender
,
EventArgs
e
)
{
}
private
void
txtSL_Scroll
(
object
sender
,
EventArgs
e
)
private
void
txtSL_Scroll
(
object
sender
,
EventArgs
e
)
{
{
UpdateValue
();
UpdateValue
();
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论