Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
AccAOI
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d4ca7d6b
由
SK
编写于
2019-06-20 16:35:18 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
区域或编辑
1 个父辈
ee59400f
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
AccAOI/FrmAoiSetting.Designer.cs
AccAOI/FrmAoiSetting.Designer.cs
查看文件 @
d4ca7d6
...
@@ -42,7 +42,7 @@ namespace AccAOI
...
@@ -42,7 +42,7 @@ namespace AccAOI
this
.
btnGetCameraImg
=
new
Asa
.
Theme
.
FlatButton
();
this
.
btnGetCameraImg
=
new
Asa
.
Theme
.
FlatButton
();
this
.
comType
=
new
Asa
.
Theme
.
FlatCombo
();
this
.
comType
=
new
Asa
.
Theme
.
FlatCombo
();
this
.
panAoi
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
panAoi
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
imageBox1
=
new
AccImageBox
();
this
.
imageBox1
=
new
Acc
.
ImageBox
.
Acc
ImageBox
();
this
.
btnExcute
=
new
Asa
.
Theme
.
FlatButton
();
this
.
btnExcute
=
new
Asa
.
Theme
.
FlatButton
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
...
@@ -163,9 +163,10 @@ namespace AccAOI
...
@@ -163,9 +163,10 @@ namespace AccAOI
this
.
imageBox1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
this
.
imageBox1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
imageBox1
.
DragHandleSize
=
9
;
this
.
imageBox1
.
Location
=
new
System
.
Drawing
.
Point
(
625
,
40
);
this
.
imageBox1
.
Location
=
new
System
.
Drawing
.
Point
(
625
,
40
);
this
.
imageBox1
.
Name
=
"imageBox1"
;
this
.
imageBox1
.
Name
=
"imageBox1"
;
this
.
imageBox1
.
SelectionMode
=
ImageBoxSelectionMode
.
Rectangl
e
;
this
.
imageBox1
.
SelectionMode
=
Acc
.
ImageBox
.
ImageBoxSelectionMode
.
Eclips
e
;
this
.
imageBox1
.
Size
=
new
System
.
Drawing
.
Size
(
637
,
592
);
this
.
imageBox1
.
Size
=
new
System
.
Drawing
.
Size
(
637
,
592
);
this
.
imageBox1
.
TabIndex
=
4
;
this
.
imageBox1
.
TabIndex
=
4
;
this
.
imageBox1
.
SelectionRegionChanged
+=
new
System
.
EventHandler
(
this
.
imageBox1_SelectionRegionChanged
);
this
.
imageBox1
.
SelectionRegionChanged
+=
new
System
.
EventHandler
(
this
.
imageBox1_SelectionRegionChanged
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论