Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
NS100
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit f4d2d845
由
张东亮
编写于
2023-04-24 14:26:07 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
1973404b
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
4 行增加
和
25 行删除
SmartScan/SetControl/UsrMaterialTemplate.Designer.cs
SmartScan/SetControl/UsrMaterialTemplate.Designer.cs
查看文件 @
f4d2d84
...
@@ -31,7 +31,6 @@ namespace SmartScan
...
@@ -31,7 +31,6 @@ namespace SmartScan
{
{
this
.
facePanel1
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
facePanel1
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
BtnExtractCode
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnExtractCode
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnOcrCode
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnPrimaryCode
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnPrimaryCode
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
ImgShow
=
new
Asa
.
FaceControl
.
FacePictureBox
();
this
.
ImgShow
=
new
Asa
.
FaceControl
.
FacePictureBox
();
this
.
LstCode
=
new
Asa
.
FaceControl
.
FaceListBox
();
this
.
LstCode
=
new
Asa
.
FaceControl
.
FaceListBox
();
...
@@ -53,7 +52,6 @@ namespace SmartScan
...
@@ -53,7 +52,6 @@ namespace SmartScan
this
.
facePanel1
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
facePanel1
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
facePanel1
.
BorderWidth
=
2
;
this
.
facePanel1
.
BorderWidth
=
2
;
this
.
facePanel1
.
Controls
.
Add
(
this
.
BtnExtractCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
BtnExtractCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
BtnOcrCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
BtnPrimaryCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
BtnPrimaryCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
ImgShow
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
ImgShow
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
LstCode
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
LstCode
);
...
@@ -85,33 +83,15 @@ namespace SmartScan
...
@@ -85,33 +83,15 @@ namespace SmartScan
this
.
BtnExtractCode
.
BorderWidth
=
2
;
this
.
BtnExtractCode
.
BorderWidth
=
2
;
this
.
BtnExtractCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnExtractCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnExtractCode
.
HoldPress
=
false
;
this
.
BtnExtractCode
.
HoldPress
=
false
;
this
.
BtnExtractCode
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
4
09
);
this
.
BtnExtractCode
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
4
54
);
this
.
BtnExtractCode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnExtractCode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnExtractCode
.
Name
=
"BtnExtractCode"
;
this
.
BtnExtractCode
.
Name
=
"BtnExtractCode"
;
this
.
BtnExtractCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnExtractCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnExtractCode
.
Size
=
new
System
.
Drawing
.
Size
(
461
,
56
);
this
.
BtnExtractCode
.
Size
=
new
System
.
Drawing
.
Size
(
227
,
56
);
this
.
BtnExtractCode
.
TabIndex
=
17
;
this
.
BtnExtractCode
.
TabIndex
=
17
;
this
.
BtnExtractCode
.
Text
=
"条码提取"
;
this
.
BtnExtractCode
.
Text
=
"条码提取"
;
this
.
BtnExtractCode
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnExtractCode_Click
);
this
.
BtnExtractCode
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnExtractCode_Click
);
//
//
// BtnOcrCode
//
this
.
BtnOcrCode
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
BtnOcrCode
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
BtnOcrCode
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
BtnOcrCode
.
BorderWidth
=
2
;
this
.
BtnOcrCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnOcrCode
.
HoldPress
=
false
;
this
.
BtnOcrCode
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
473
);
this
.
BtnOcrCode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnOcrCode
.
Name
=
"BtnOcrCode"
;
this
.
BtnOcrCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnOcrCode
.
Size
=
new
System
.
Drawing
.
Size
(
227
,
56
);
this
.
BtnOcrCode
.
TabIndex
=
16
;
this
.
BtnOcrCode
.
Text
=
"OCR"
;
this
.
BtnOcrCode
.
Visible
=
false
;
this
.
BtnOcrCode
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnOcrCode_Click
);
//
// BtnPrimaryCode
// BtnPrimaryCode
//
//
this
.
BtnPrimaryCode
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
this
.
BtnPrimaryCode
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)));
...
@@ -120,7 +100,7 @@ namespace SmartScan
...
@@ -120,7 +100,7 @@ namespace SmartScan
this
.
BtnPrimaryCode
.
BorderWidth
=
2
;
this
.
BtnPrimaryCode
.
BorderWidth
=
2
;
this
.
BtnPrimaryCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnPrimaryCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnPrimaryCode
.
HoldPress
=
false
;
this
.
BtnPrimaryCode
.
HoldPress
=
false
;
this
.
BtnPrimaryCode
.
Location
=
new
System
.
Drawing
.
Point
(
477
,
4
72
);
this
.
BtnPrimaryCode
.
Location
=
new
System
.
Drawing
.
Point
(
477
,
4
53
);
this
.
BtnPrimaryCode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnPrimaryCode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnPrimaryCode
.
Name
=
"BtnPrimaryCode"
;
this
.
BtnPrimaryCode
.
Name
=
"BtnPrimaryCode"
;
this
.
BtnPrimaryCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnPrimaryCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
...
@@ -161,7 +141,7 @@ namespace SmartScan
...
@@ -161,7 +141,7 @@ namespace SmartScan
this
.
LstCode
.
Name
=
"LstCode"
;
this
.
LstCode
.
Name
=
"LstCode"
;
this
.
LstCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LstCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LstCode
.
SelectedIndex
=
-
1
;
this
.
LstCode
.
SelectedIndex
=
-
1
;
this
.
LstCode
.
Size
=
new
System
.
Drawing
.
Size
(
461
,
266
);
this
.
LstCode
.
Size
=
new
System
.
Drawing
.
Size
(
461
,
311
);
this
.
LstCode
.
TabIndex
=
13
;
this
.
LstCode
.
TabIndex
=
13
;
this
.
LstCode
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Left
;
this
.
LstCode
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Left
;
this
.
LstCode
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstCode_SelectedIndexChanged
);
this
.
LstCode
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstCode_SelectedIndexChanged
);
...
@@ -330,7 +310,6 @@ namespace SmartScan
...
@@ -330,7 +310,6 @@ namespace SmartScan
private
Asa
.
FaceControl
.
FaceButton
BtnAddMate
;
private
Asa
.
FaceControl
.
FaceButton
BtnAddMate
;
private
Asa
.
FaceControl
.
FaceListBox
LstMate
;
private
Asa
.
FaceControl
.
FaceListBox
LstMate
;
private
Asa
.
FaceControl
.
FaceButton
BtnExtractCode
;
private
Asa
.
FaceControl
.
FaceButton
BtnExtractCode
;
private
Asa
.
FaceControl
.
FaceButton
BtnOcrCode
;
private
Asa
.
FaceControl
.
FaceButton
BtnPrimaryCode
;
private
Asa
.
FaceControl
.
FaceButton
BtnPrimaryCode
;
private
Asa
.
FaceControl
.
FacePictureBox
ImgShow
;
private
Asa
.
FaceControl
.
FacePictureBox
ImgShow
;
private
Asa
.
FaceControl
.
FaceListBox
LstCode
;
private
Asa
.
FaceControl
.
FaceListBox
LstCode
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论