Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
Line-Smart-Workstation
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 039d118a
由
LN
编写于
2023-12-20 10:54:18 +0800
1
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
28a2ccc7
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
22 行增加
和
20 行删除
TSA-V/workForm/FrmAOICheck.Designer.cs
TSA-V/workForm/FrmAOICheck.Designer.cs
查看文件 @
039d118
...
@@ -46,21 +46,21 @@ namespace TSA_V
...
@@ -46,21 +46,21 @@ namespace TSA_V
this
.
panel3
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
panel3
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
btnUpdateImg
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
btnUpdateImg
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
listErrorView
=
new
System
.
Windows
.
Forms
.
ListView
();
this
.
listErrorView
=
new
System
.
Windows
.
Forms
.
ListView
();
this
.
contextMenuStrip1
=
new
System
.
Windows
.
Forms
.
ContextMenuStrip
(
this
.
components
);
this
.
修正
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
chbAllShow
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
chbAllShow
=
new
System
.
Windows
.
Forms
.
CheckBox
();
this
.
label2
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label2
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
picCurr
=
new
System
.
Windows
.
Forms
.
PictureBox
();
this
.
picCurr
=
new
System
.
Windows
.
Forms
.
PictureBox
();
this
.
label1
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label1
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
picStand
=
new
System
.
Windows
.
Forms
.
PictureBox
();
this
.
picStand
=
new
System
.
Windows
.
Forms
.
PictureBox
();
this
.
contextMenuStrip1
=
new
System
.
Windows
.
Forms
.
ContextMenuStrip
(
this
.
components
);
this
.
修正
ToolStripMenuItem
=
new
System
.
Windows
.
Forms
.
ToolStripMenuItem
();
this
.
panel1
.
SuspendLayout
();
this
.
panel1
.
SuspendLayout
();
this
.
panel4
.
SuspendLayout
();
this
.
panel4
.
SuspendLayout
();
this
.
panel2
.
SuspendLayout
();
this
.
panel2
.
SuspendLayout
();
this
.
panelImg
.
SuspendLayout
();
this
.
panelImg
.
SuspendLayout
();
this
.
panel3
.
SuspendLayout
();
this
.
panel3
.
SuspendLayout
();
this
.
contextMenuStrip1
.
SuspendLayout
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picCurr
)).
BeginInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picCurr
)).
BeginInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picStand
)).
BeginInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picStand
)).
BeginInit
();
this
.
contextMenuStrip1
.
SuspendLayout
();
this
.
SuspendLayout
();
this
.
SuspendLayout
();
//
//
// timer1
// timer1
...
@@ -190,6 +190,8 @@ namespace TSA_V
...
@@ -190,6 +190,8 @@ namespace TSA_V
this
.
picResult
.
BackColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
picResult
.
BackColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
picResult
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
picResult
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
picResult
.
DragHandleSize
=
9
;
this
.
picResult
.
DragHandleSize
=
9
;
this
.
picResult
.
GridColor
=
System
.
Drawing
.
Color
.
Black
;
this
.
picResult
.
GridColorAlternate
=
System
.
Drawing
.
Color
.
Black
;
this
.
picResult
.
ImageBorderColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaptionText
;
this
.
picResult
.
ImageBorderColor
=
System
.
Drawing
.
SystemColors
.
ActiveCaptionText
;
this
.
picResult
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
picResult
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
picResult
.
Name
=
"picResult"
;
this
.
picResult
.
Name
=
"picResult"
;
...
@@ -243,6 +245,20 @@ namespace TSA_V
...
@@ -243,6 +245,20 @@ namespace TSA_V
this
.
listErrorView
.
View
=
System
.
Windows
.
Forms
.
View
.
List
;
this
.
listErrorView
.
View
=
System
.
Windows
.
Forms
.
View
.
List
;
this
.
listErrorView
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
listErrorView_SelectedIndexChanged
);
this
.
listErrorView
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
listErrorView_SelectedIndexChanged
);
//
//
// contextMenuStrip1
//
this
.
contextMenuStrip1
.
Items
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
修正
ToolStripMenuItem
});
this
.
contextMenuStrip1
.
Name
=
"contextMenuStrip1"
;
this
.
contextMenuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
101
,
26
);
//
// 修正ToolStripMenuItem
//
this
.
修正
ToolStripMenuItem
.
Name
=
"修正ToolStripMenuItem"
;
this
.
修正
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
100
,
22
);
this
.
修正
ToolStripMenuItem
.
Text
=
"修正"
;
this
.
修正
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
修正
ToolStripMenuItem_Click
);
//
// chbAllShow
// chbAllShow
//
//
this
.
chbAllShow
.
AutoSize
=
true
;
this
.
chbAllShow
.
AutoSize
=
true
;
...
@@ -268,7 +284,7 @@ namespace TSA_V
...
@@ -268,7 +284,7 @@ namespace TSA_V
// picCurr
// picCurr
//
//
this
.
picCurr
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
picCurr
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
picCurr
.
Back
groundImage
=
global
::
TSA_V
.
Properties
.
Resources
.
backImage
;
this
.
picCurr
.
Back
Color
=
System
.
Drawing
.
Color
.
Black
;
this
.
picCurr
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
583
);
this
.
picCurr
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
583
);
this
.
picCurr
.
Name
=
"picCurr"
;
this
.
picCurr
.
Name
=
"picCurr"
;
this
.
picCurr
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
263
);
this
.
picCurr
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
263
);
...
@@ -289,7 +305,7 @@ namespace TSA_V
...
@@ -289,7 +305,7 @@ namespace TSA_V
// picStand
// picStand
//
//
this
.
picStand
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
picStand
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
picStand
.
Back
groundImage
=
global
::
TSA_V
.
Properties
.
Resources
.
backImage
;
this
.
picStand
.
Back
Color
=
System
.
Drawing
.
Color
.
Black
;
this
.
picStand
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
304
);
this
.
picStand
.
Location
=
new
System
.
Drawing
.
Point
(
5
,
304
);
this
.
picStand
.
Name
=
"picStand"
;
this
.
picStand
.
Name
=
"picStand"
;
this
.
picStand
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
261
);
this
.
picStand
.
Size
=
new
System
.
Drawing
.
Size
(
327
,
261
);
...
@@ -297,20 +313,6 @@ namespace TSA_V
...
@@ -297,20 +313,6 @@ namespace TSA_V
this
.
picStand
.
TabIndex
=
297
;
this
.
picStand
.
TabIndex
=
297
;
this
.
picStand
.
TabStop
=
false
;
this
.
picStand
.
TabStop
=
false
;
//
//
// contextMenuStrip1
//
this
.
contextMenuStrip1
.
Items
.
AddRange
(
new
System
.
Windows
.
Forms
.
ToolStripItem
[]
{
this
.
修正
ToolStripMenuItem
});
this
.
contextMenuStrip1
.
Name
=
"contextMenuStrip1"
;
this
.
contextMenuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
101
,
26
);
//
// 修正ToolStripMenuItem
//
this
.
修正
ToolStripMenuItem
.
Name
=
"修正ToolStripMenuItem"
;
this
.
修正
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
180
,
22
);
this
.
修正
ToolStripMenuItem
.
Text
=
"修正"
;
this
.
修正
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
修正
ToolStripMenuItem_Click
);
//
// FrmAOICheck
// FrmAOICheck
//
//
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
None
;
...
@@ -329,9 +331,9 @@ namespace TSA_V
...
@@ -329,9 +331,9 @@ namespace TSA_V
this
.
panelImg
.
ResumeLayout
(
false
);
this
.
panelImg
.
ResumeLayout
(
false
);
this
.
panel3
.
ResumeLayout
(
false
);
this
.
panel3
.
ResumeLayout
(
false
);
this
.
panel3
.
PerformLayout
();
this
.
panel3
.
PerformLayout
();
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picCurr
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picCurr
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picStand
)).
EndInit
();
((
System
.
ComponentModel
.
ISupportInitialize
)(
this
.
picStand
)).
EndInit
();
this
.
contextMenuStrip1
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
}
}
...
...
@lina
李娜
@lina
被提及 commit
9f50a417
2023-12-27 14:03:08 +0800
评论
被提及 commit
9f50a417
切换提交列表
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论