Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
NS100
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 595d6703
由
夏萍
编写于
2024-10-31 15:29:51 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
更改关键字添加按钮
1 个父辈
c2637e2c
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
496 行增加
和
457 行删除
BLL/MaterialEdit.cs
SmartScan/Form/FrmCodeExtract.Designer.cs
SmartScan/SetControl/UsrCodeExtractList.Designer.cs
SmartScan/SetControl/UsrCodeExtractList.cs
SmartScan/SetControl/UsrPrintTemplate.Designer.cs
BLL/MaterialEdit.cs
查看文件 @
595d670
...
...
@@ -144,6 +144,7 @@ namespace BLL
mateName
=
""
;
keyword
=
null
;
LogNet
.
log
.
Info
(
$
"code数量:{code.Count}"
);
code
.
ForEach
((
c
)
=>
{
LogNet
.
log
.
Info
(
$
"扫描到 {c.Angle}, {c.CodeType},{c.Text}"
);
...
...
SmartScan/Form/FrmCodeExtract.Designer.cs
查看文件 @
595d670
...
...
@@ -34,33 +34,39 @@ namespace SmartScan
this
.
PnlTemp
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
flowLayoutPanel1
=
new
System
.
Windows
.
Forms
.
FlowLayoutPanel
();
this
.
pnlMatch
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
NudMiddleTextCount
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
this
.
ChkCheckCodeType
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
LblCodeType
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
ChkMatchingStart
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingStartText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkMatchingEnd
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingEndText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkMatchingMiddle
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingMiddleText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkCaseSensitivity
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
ChoMatchMiddleType
=
new
Asa
.
FaceControl
.
FaceComboBox
();
this
.
lblMatchRes
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
Characteristicbarcode
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
pnlRawCode
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
richTextBox1
=
new
System
.
Windows
.
Forms
.
RichTextBox
();
this
.
pnlKeywords
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
tableLayoutPanel2
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
tableLayoutPanel3
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
tableLayoutPanel4
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
BtnAdd
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnDel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
tableLayoutPanel5
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
Characteristicbarcode
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
lblMatchRes
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
ChoMatchMiddleType
=
new
Asa
.
FaceControl
.
FaceComboBox
();
this
.
ChkCaseSensitivity
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingMiddleText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkMatchingMiddle
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingEndText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkMatchingEnd
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtMatchingStartText
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
ChkMatchingStart
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
LblCodeType
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
ChkCheckCodeType
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
NudMiddleTextCount
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
this
.
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
tableLayoutPanel6
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
pnlMatch
.
SuspendLayout
();
this
.
tableLayoutPanel1
.
SuspendLayout
();
this
.
pnlRawCode
.
SuspendLayout
();
this
.
pnlKeywords
.
SuspendLayout
();
this
.
tableLayoutPanel2
.
SuspendLayout
();
this
.
tableLayoutPanel3
.
SuspendLayout
();
this
.
tableLayoutPanel4
.
SuspendLayout
();
this
.
tableLayoutPanel5
.
SuspendLayout
();
this
.
tableLayoutPanel1
.
SuspendLayout
();
this
.
tableLayoutPanel6
.
SuspendLayout
();
this
.
SuspendLayout
();
//
// BtnOK
...
...
@@ -114,10 +120,10 @@ namespace SmartScan
//
// flowLayoutPanel1
//
this
.
flowLayoutPanel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Bottom
;
this
.
flowLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
29
);
this
.
flowLayoutPanel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
flowLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
flowLayoutPanel1
.
Name
=
"flowLayoutPanel1"
;
this
.
flowLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
4
83
,
147
);
this
.
flowLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
4
01
,
134
);
this
.
flowLayoutPanel1
.
TabIndex
=
29
;
//
// pnlMatch
...
...
@@ -137,187 +143,215 @@ namespace SmartScan
this
.
pnlMatch
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
TextAboveImage
;
this
.
pnlMatch
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
//
// tableLayoutPanel1
//
this
.
tableLayoutPanel1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel1
.
ColumnCount
=
4
;
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
NudMiddleTextCount
,
0
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkCheckCodeType
,
0
,
0
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
LblCodeType
,
1
,
0
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingStart
,
0
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingStartText
,
1
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingEnd
,
2
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingEndText
,
3
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingMiddle
,
0
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingMiddleText
,
1
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkCaseSensitivity
,
2
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChoMatchMiddleType
,
0
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
lblMatchRes
,
3
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
Characteristicbarcode
,
3
,
2
);
this
.
tableLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
36
);
this
.
tableLayoutPanel1
.
Name
=
"tableLayoutPanel1"
;
this
.
tableLayoutPanel1
.
RowCount
=
4
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
483
,
232
);
this
.
tableLayoutPanel1
.
TabIndex
=
0
;
// pnlRawCode
//
// NudMiddleTextCount
this
.
pnlRawCode
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
pnlRawCode
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
pnlRawCode
.
BorderWidth
=
2
;
this
.
pnlRawCode
.
Controls
.
Add
(
this
.
richTextBox1
);
this
.
pnlRawCode
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pnlRawCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
pnlRawCode
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
pnlRawCode
.
Name
=
"pnlRawCode"
;
this
.
pnlRawCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlRawCode
.
Size
=
new
System
.
Drawing
.
Size
(
489
,
335
);
this
.
pnlRawCode
.
TabIndex
=
31
;
this
.
pnlRawCode
.
Text
=
"原始条码信息"
;
this
.
pnlRawCode
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
this
.
pnlRawCode
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
//
this
.
NudMiddleTextCount
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
NudMiddleTextCount
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
NudMiddleTextCount
.
BorderWidth
=
2
;
this
.
NudMiddleTextCount
.
DecimalPlaces
=
0
;
this
.
NudMiddleTextCount
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudMiddleTextCount
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudMiddleTextCount
.
Increment
=
1F
;
this
.
NudMiddleTextCount
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
172
);
this
.
NudMiddleTextCount
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NudMiddleTextCount
.
Maximum
=
9999F
;
this
.
NudMiddleTextCount
.
Minimum
=
1F
;
this
.
NudMiddleTextCount
.
Name
=
"NudMiddleTextCount"
;
this
.
NudMiddleTextCount
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NudMiddleTextCount
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
56
);
this
.
NudMiddleTextCount
.
TabIndex
=
62
;
this
.
NudMiddleTextCount
.
Text
=
"1"
;
this
.
NudMiddleTextCount
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
NudMiddleTextCount
.
Value
=
1F
;
this
.
NudMiddleTextCount
.
ValueChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
// richTextBox1
//
// ChkCheckCodeType
this
.
richTextBox1
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
richTextBox1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
16F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
richTextBox1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
Menu
;
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
483
,
329
);
this
.
richTextBox1
.
TabIndex
=
7
;
this
.
richTextBox1
.
Text
=
"weqw"
;
//
this
.
ChkCheckCodeType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkCheckCodeType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkCheckCodeType
.
BorderWidth
=
0
;
this
.
ChkCheckCodeType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkCheckCodeType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkCheckCodeType
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
4
);
this
.
ChkCheckCodeType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCheckCodeType
.
Name
=
"ChkCheckCodeType"
;
this
.
ChkCheckCodeType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCheckCodeType
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkCheckCodeType
.
TabIndex
=
52
;
this
.
ChkCheckCodeType
.
Text
=
"CheckCodeType"
;
this
.
ChkCheckCodeType
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkCheckCodeType
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
// pnlKeywords
//
// LblCodeType
this
.
pnlKeywords
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
pnlKeywords
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
pnlKeywords
.
BorderWidth
=
2
;
this
.
pnlKeywords
.
Controls
.
Add
(
this
.
tableLayoutPanel5
);
this
.
pnlKeywords
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pnlKeywords
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
pnlKeywords
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
pnlKeywords
.
Name
=
"pnlKeywords"
;
this
.
pnlKeywords
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlKeywords
.
Size
=
new
System
.
Drawing
.
Size
(
489
,
179
);
this
.
pnlKeywords
.
TabIndex
=
32
;
this
.
pnlKeywords
.
Text
=
"关键字"
;
this
.
pnlKeywords
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
this
.
pnlKeywords
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
//
this
.
LblCodeType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
LblCodeType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblCodeType
.
BorderWidth
=
0
;
this
.
tableLayoutPanel1
.
SetColumnSpan
(
this
.
LblCodeType
,
2
);
this
.
LblCodeType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblCodeType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblCodeType
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
4
);
this
.
LblCodeType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblCodeType
.
Name
=
"LblCodeType"
;
this
.
LblCodeType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblCodeType
.
Size
=
new
System
.
Drawing
.
Size
(
232
,
48
);
this
.
LblCodeType
.
TabIndex
=
53
;
this
.
LblCodeType
.
Text
=
"-"
;
this
.
LblCodeType
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
// tableLayoutPanel2
//
// ChkMatchingStart
this
.
tableLayoutPanel2
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel2
.
ColumnCount
=
2
;
this
.
tableLayoutPanel2
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
Controls
.
Add
(
this
.
tableLayoutPanel3
,
1
,
0
);
this
.
tableLayoutPanel2
.
Controls
.
Add
(
this
.
tableLayoutPanel4
,
0
,
0
);
this
.
tableLayoutPanel2
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
59
);
this
.
tableLayoutPanel2
.
Name
=
"tableLayoutPanel2"
;
this
.
tableLayoutPanel2
.
RowCount
=
1
;
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
1002
,
624
);
this
.
tableLayoutPanel2
.
TabIndex
=
33
;
//
this
.
ChkMatchingStart
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkMatchingStart
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkMatchingStart
.
BorderWidth
=
0
;
this
.
ChkMatchingStart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingStart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchingStart
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
60
);
this
.
ChkMatchingStart
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingStart
.
Name
=
"ChkMatchingStart"
;
this
.
ChkMatchingStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingStart
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkMatchingStart
.
TabIndex
=
54
;
this
.
ChkMatchingStart
.
Text
=
"Start"
;
this
.
ChkMatchingStart
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkMatchingStart
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
// tableLayoutPanel3
//
// TxtMatchingStartText
this
.
tableLayoutPanel3
.
ColumnCount
=
1
;
this
.
tableLayoutPanel3
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel3
.
Controls
.
Add
(
this
.
pnlKeywords
,
0
,
0
);
this
.
tableLayoutPanel3
.
Controls
.
Add
(
this
.
PnlTemp
,
0
,
1
);
this
.
tableLayoutPanel3
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
tableLayoutPanel3
.
Location
=
new
System
.
Drawing
.
Point
(
504
,
3
);
this
.
tableLayoutPanel3
.
Name
=
"tableLayoutPanel3"
;
this
.
tableLayoutPanel3
.
RowCount
=
2
;
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
30F
));
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
70F
));
this
.
tableLayoutPanel3
.
Size
=
new
System
.
Drawing
.
Size
(
495
,
618
);
this
.
tableLayoutPanel3
.
TabIndex
=
32
;
//
this
.
TxtMatchingStartText
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtMatchingStartText
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtMatchingStartText
.
BorderWidth
=
2
;
this
.
TxtMatchingStartText
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
TxtMatchingStartText
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
60
);
this
.
TxtMatchingStartText
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingStartText
.
MaxLength
=
32767
;
this
.
TxtMatchingStartText
.
Name
=
"TxtMatchingStartText"
;
this
.
TxtMatchingStartText
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingStartText
.
SelectedText
=
""
;
this
.
TxtMatchingStartText
.
SelectionLength
=
0
;
this
.
TxtMatchingStartText
.
SelectionStart
=
0
;
this
.
TxtMatchingStartText
.
ShowDel
=
true
;
this
.
TxtMatchingStartText
.
ShowQuery
=
false
;
this
.
TxtMatchingStartText
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
TxtMatchingStartText
.
TabIndex
=
55
;
this
.
TxtMatchingStartText
.
Text
=
"faceTextBox1"
;
this
.
TxtMatchingStartText
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
// tableLayoutPanel4
//
// ChkMatchingEnd
this
.
tableLayoutPanel4
.
ColumnCount
=
1
;
this
.
tableLayoutPanel4
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel4
.
Controls
.
Add
(
this
.
pnlRawCode
,
0
,
0
);
this
.
tableLayoutPanel4
.
Controls
.
Add
(
this
.
pnlMatch
,
0
,
1
);
this
.
tableLayoutPanel4
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
tableLayoutPanel4
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
tableLayoutPanel4
.
Name
=
"tableLayoutPanel4"
;
this
.
tableLayoutPanel4
.
RowCount
=
2
;
this
.
tableLayoutPanel4
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel4
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
277F
));
this
.
tableLayoutPanel4
.
Size
=
new
System
.
Drawing
.
Size
(
495
,
618
);
this
.
tableLayoutPanel4
.
TabIndex
=
33
;
//
this
.
ChkMatchingEnd
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkMatchingEnd
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkMatchingEnd
.
BorderWidth
=
0
;
this
.
ChkMatchingEnd
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingEnd
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchingEnd
.
Location
=
new
System
.
Drawing
.
Point
(
244
,
60
);
this
.
ChkMatchingEnd
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingEnd
.
Name
=
"ChkMatchingEnd"
;
this
.
ChkMatchingEnd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingEnd
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkMatchingEnd
.
TabIndex
=
56
;
this
.
ChkMatchingEnd
.
Text
=
"End"
;
this
.
ChkMatchingEnd
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkMatchingEnd
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
// BtnAdd
//
this
.
BtnAdd
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
BtnAdd
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
BtnAdd
.
BorderWidth
=
2
;
this
.
BtnAdd
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
BtnAdd
.
ForeColor
=
System
.
Drawing
.
Color
.
DeepSkyBlue
;
this
.
BtnAdd
.
HoldPress
=
false
;
this
.
BtnAdd
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
BtnAdd
.
Name
=
"BtnAdd"
;
this
.
BtnAdd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnAdd
.
Size
=
new
System
.
Drawing
.
Size
(
58
,
61
);
this
.
BtnAdd
.
TabIndex
=
0
;
this
.
BtnAdd
.
Text
=
"Add"
;
this
.
BtnAdd
.
Click
+=
new
System
.
EventHandler
(
this
.
List_AddClick
);
//
// BtnDel
//
this
.
BtnDel
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
BtnDel
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
BtnDel
.
BorderWidth
=
2
;
this
.
BtnDel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
BtnDel
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
BtnDel
.
HoldPress
=
false
;
this
.
BtnDel
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
70
);
this
.
BtnDel
.
Name
=
"BtnDel"
;
this
.
BtnDel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnDel
.
Size
=
new
System
.
Drawing
.
Size
(
58
,
61
);
this
.
BtnDel
.
TabIndex
=
1
;
this
.
BtnDel
.
Text
=
"Del"
;
this
.
BtnDel
.
Click
+=
new
System
.
EventHandler
(
this
.
List_DelClick
);
//
// tableLayoutPanel5
//
this
.
tableLayoutPanel5
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel5
.
ColumnCount
=
2
;
this
.
tableLayoutPanel5
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel5
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
70F
));
this
.
tableLayoutPanel5
.
Controls
.
Add
(
this
.
flowLayoutPanel1
,
0
,
0
);
this
.
tableLayoutPanel5
.
Controls
.
Add
(
this
.
tableLayoutPanel6
,
1
,
0
);
this
.
tableLayoutPanel5
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
33
);
this
.
tableLayoutPanel5
.
Name
=
"tableLayoutPanel5"
;
this
.
tableLayoutPanel5
.
RowCount
=
1
;
this
.
tableLayoutPanel5
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel5
.
Size
=
new
System
.
Drawing
.
Size
(
477
,
140
);
this
.
tableLayoutPanel5
.
TabIndex
=
0
;
//
//
TxtMatchingEndText
//
Characteristicbarcode
//
this
.
TxtMatchingEndText
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtMatchingEndText
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtMatchingEndText
.
BorderWidth
=
2
;
this
.
TxtMatchingEndText
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
TxtMatchingEndText
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
60
);
this
.
TxtMatchingEndText
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingEndText
.
MaxLength
=
32767
;
this
.
TxtMatchingEndText
.
Name
=
"TxtMatchingEndText"
;
this
.
TxtMatchingEndText
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingEndText
.
SelectedText
=
""
;
this
.
TxtMatchingEndText
.
SelectionLength
=
0
;
this
.
TxtMatchingEndText
.
SelectionStart
=
0
;
this
.
TxtMatchingEndText
.
ShowDel
=
true
;
this
.
TxtMatchingEndText
.
ShowQuery
=
false
;
this
.
TxtMatchingEndText
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
48
);
this
.
TxtMatchingEndText
.
TabIndex
=
57
;
this
.
TxtMatchingEndText
.
Text
=
"faceTextBox2"
;
this
.
TxtMatchingEndText
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
this
.
Characteristicbarcode
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
Characteristicbarcode
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
Characteristicbarcode
.
BorderWidth
=
0
;
this
.
Characteristicbarcode
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
Characteristicbarcode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
Characteristicbarcode
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
116
);
this
.
Characteristicbarcode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Characteristicbarcode
.
Name
=
"Characteristicbarcode"
;
this
.
Characteristicbarcode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Characteristicbarcode
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
48
);
this
.
Characteristicbarcode
.
TabIndex
=
64
;
this
.
Characteristicbarcode
.
Text
=
"特征码"
;
this
.
Characteristicbarcode
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
Characteristicbarcode
.
Visible
=
false
;
//
//
ChkMatchingMiddle
//
lblMatchRes
//
this
.
ChkMatchingMiddle
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkMatchingMiddle
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkMatchingMiddle
.
BorderWidth
=
0
;
this
.
ChkMatchingMiddle
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingMiddle
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchingMiddle
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
116
);
this
.
ChkMatchingMiddle
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingMiddle
.
Name
=
"ChkMatchingMiddle"
;
this
.
ChkMatchingMiddle
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingMiddle
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkMatchingMiddle
.
TabIndex
=
58
;
this
.
ChkMatchingMiddle
.
Text
=
"Middle"
;
this
.
ChkMatchingMiddle
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkMatchingMiddle
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
this
.
lblMatchRes
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
lblMatchRes
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
lblMatchRes
.
BorderWidth
=
0
;
this
.
lblMatchRes
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
lblMatchRes
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblMatchRes
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
lblMatchRes
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
172
);
this
.
lblMatchRes
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
lblMatchRes
.
Name
=
"lblMatchRes"
;
this
.
lblMatchRes
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
lblMatchRes
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
56
);
this
.
lblMatchRes
.
TabIndex
=
63
;
//
// ChoMatchMiddleType
//
this
.
ChoMatchMiddleType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChoMatchMiddleType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChoMatchMiddleType
.
BorderWidth
=
2
;
this
.
ChoMatchMiddleType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChoMatchMiddleType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChoMatchMiddleType
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
172
);
this
.
ChoMatchMiddleType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChoMatchMiddleType
.
Name
=
"ChoMatchMiddleType"
;
this
.
ChoMatchMiddleType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChoMatchMiddleType
.
SelectedIndex
=
-
1
;
this
.
ChoMatchMiddleType
.
SelectedText
=
""
;
this
.
ChoMatchMiddleType
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
56
);
this
.
ChoMatchMiddleType
.
TabIndex
=
61
;
this
.
ChoMatchMiddleType
.
Text
=
"faceComboBox1"
;
this
.
ChoMatchMiddleType
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
ChoMatchMiddleType
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
// ChkCaseSensitivity
//
this
.
ChkCaseSensitivity
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkCaseSensitivity
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkCaseSensitivity
.
BorderWidth
=
0
;
this
.
ChkCaseSensitivity
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkCaseSensitivity
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkCaseSensitivity
.
Location
=
new
System
.
Drawing
.
Point
(
244
,
116
);
this
.
ChkCaseSensitivity
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCaseSensitivity
.
Name
=
"ChkCaseSensitivity"
;
this
.
ChkCaseSensitivity
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCaseSensitivity
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkCaseSensitivity
.
TabIndex
=
60
;
this
.
ChkCaseSensitivity
.
Text
=
"Sensitivity"
;
this
.
ChkCaseSensitivity
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkCaseSensitivity
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
// TxtMatchingMiddleText
//
...
...
@@ -340,166 +374,201 @@ namespace SmartScan
this
.
TxtMatchingMiddleText
.
Text
=
"faceTextBox3"
;
this
.
TxtMatchingMiddleText
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
// Chk
CaseSensitivity
// Chk
MatchingMiddle
//
this
.
Chk
CaseSensitivity
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
Chk
CaseSensitivity
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
Chk
CaseSensitivity
.
BorderWidth
=
0
;
this
.
Chk
CaseSensitivity
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
Chk
CaseSensitivity
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
Chk
CaseSensitivity
.
Location
=
new
System
.
Drawing
.
Point
(
24
4
,
116
);
this
.
Chk
CaseSensitivity
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Chk
CaseSensitivity
.
Name
=
"ChkCaseSensitivity
"
;
this
.
Chk
CaseSensitivity
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Chk
CaseSensitivity
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
Chk
CaseSensitivity
.
TabIndex
=
60
;
this
.
Chk
CaseSensitivity
.
Text
=
"Sensitivity
"
;
this
.
Chk
CaseSensitivity
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
Chk
CaseSensitivity
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
this
.
Chk
MatchingMiddle
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
Chk
MatchingMiddle
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
Chk
MatchingMiddle
.
BorderWidth
=
0
;
this
.
Chk
MatchingMiddle
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
Chk
MatchingMiddle
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
Chk
MatchingMiddle
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
116
);
this
.
Chk
MatchingMiddle
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Chk
MatchingMiddle
.
Name
=
"ChkMatchingMiddle
"
;
this
.
Chk
MatchingMiddle
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Chk
MatchingMiddle
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
Chk
MatchingMiddle
.
TabIndex
=
58
;
this
.
Chk
MatchingMiddle
.
Text
=
"Middle
"
;
this
.
Chk
MatchingMiddle
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
Chk
MatchingMiddle
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
ChoMatchMiddleType
//
TxtMatchingEndText
//
this
.
ChoMatchMiddleType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChoMatchMiddleType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChoMatchMiddleType
.
BorderWidth
=
2
;
this
.
ChoMatchMiddleType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChoMatchMiddleType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChoMatchMiddleType
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
172
);
this
.
ChoMatchMiddleType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChoMatchMiddleType
.
Name
=
"ChoMatchMiddleType"
;
this
.
ChoMatchMiddleType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChoMatchMiddleType
.
SelectedIndex
=
-
1
;
this
.
ChoMatchMiddleType
.
SelectedText
=
""
;
this
.
ChoMatchMiddleType
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
56
);
this
.
ChoMatchMiddleType
.
TabIndex
=
61
;
this
.
ChoMatchMiddleType
.
Text
=
"faceComboBox1"
;
this
.
ChoMatchMiddleType
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
ChoMatchMiddleType
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
this
.
TxtMatchingEndText
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtMatchingEndText
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtMatchingEndText
.
BorderWidth
=
2
;
this
.
TxtMatchingEndText
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
TxtMatchingEndText
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
60
);
this
.
TxtMatchingEndText
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingEndText
.
MaxLength
=
32767
;
this
.
TxtMatchingEndText
.
Name
=
"TxtMatchingEndText"
;
this
.
TxtMatchingEndText
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingEndText
.
SelectedText
=
""
;
this
.
TxtMatchingEndText
.
SelectionLength
=
0
;
this
.
TxtMatchingEndText
.
SelectionStart
=
0
;
this
.
TxtMatchingEndText
.
ShowDel
=
true
;
this
.
TxtMatchingEndText
.
ShowQuery
=
false
;
this
.
TxtMatchingEndText
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
48
);
this
.
TxtMatchingEndText
.
TabIndex
=
57
;
this
.
TxtMatchingEndText
.
Text
=
"faceTextBox2"
;
this
.
TxtMatchingEndText
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
lblMatchRes
//
ChkMatchingEnd
//
this
.
lblMatchRes
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
lblMatchRes
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
lblMatchRes
.
BorderWidth
=
0
;
this
.
lblMatchRes
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
lblMatchRes
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblMatchRes
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
lblMatchRes
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
172
);
this
.
lblMatchRes
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
lblMatchRes
.
Name
=
"lblMatchRes"
;
this
.
lblMatchRes
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
lblMatchRes
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
56
);
this
.
lblMatchRes
.
TabIndex
=
63
;
this
.
ChkMatchingEnd
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkMatchingEnd
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkMatchingEnd
.
BorderWidth
=
0
;
this
.
ChkMatchingEnd
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingEnd
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchingEnd
.
Location
=
new
System
.
Drawing
.
Point
(
244
,
60
);
this
.
ChkMatchingEnd
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingEnd
.
Name
=
"ChkMatchingEnd"
;
this
.
ChkMatchingEnd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingEnd
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkMatchingEnd
.
TabIndex
=
56
;
this
.
ChkMatchingEnd
.
Text
=
"End"
;
this
.
ChkMatchingEnd
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkMatchingEnd
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
Characteristicbarcode
//
TxtMatchingStartText
//
this
.
Characteristicbarcode
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
Characteristicbarcode
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
Characteristicbarcode
.
BorderWidth
=
0
;
this
.
Characteristicbarcode
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
Characteristicbarcode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
Characteristicbarcode
.
Location
=
new
System
.
Drawing
.
Point
(
364
,
116
);
this
.
Characteristicbarcode
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Characteristicbarcode
.
Name
=
"Characteristicbarcode"
;
this
.
Characteristicbarcode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Characteristicbarcode
.
Size
=
new
System
.
Drawing
.
Size
(
115
,
48
);
this
.
Characteristicbarcode
.
TabIndex
=
64
;
this
.
Characteristicbarcode
.
Text
=
"特征码"
;
this
.
Characteristicbarcode
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
Characteristicbarcode
.
Visible
=
false
;
this
.
TxtMatchingStartText
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtMatchingStartText
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtMatchingStartText
.
BorderWidth
=
2
;
this
.
TxtMatchingStartText
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
TxtMatchingStartText
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
60
);
this
.
TxtMatchingStartText
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingStartText
.
MaxLength
=
32767
;
this
.
TxtMatchingStartText
.
Name
=
"TxtMatchingStartText"
;
this
.
TxtMatchingStartText
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtMatchingStartText
.
SelectedText
=
""
;
this
.
TxtMatchingStartText
.
SelectionLength
=
0
;
this
.
TxtMatchingStartText
.
SelectionStart
=
0
;
this
.
TxtMatchingStartText
.
ShowDel
=
true
;
this
.
TxtMatchingStartText
.
ShowQuery
=
false
;
this
.
TxtMatchingStartText
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
TxtMatchingStartText
.
TabIndex
=
55
;
this
.
TxtMatchingStartText
.
Text
=
"faceTextBox1"
;
this
.
TxtMatchingStartText
.
TextChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
pnlRawCode
//
ChkMatchingStart
//
this
.
pnlRawCode
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
pnlRawCode
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
pnlRawCode
.
BorderWidth
=
2
;
this
.
pnlRawCode
.
Controls
.
Add
(
this
.
richTextBox1
)
;
this
.
pnlRawCode
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pnlRawCode
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
))))
);
this
.
pnlRawCode
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
pnlRawCode
.
Name
=
"pnlRawCode
"
;
this
.
pnlRawCode
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlRawCode
.
Size
=
new
System
.
Drawing
.
Size
(
489
,
335
);
this
.
pnlRawCode
.
TabIndex
=
31
;
this
.
pnlRawCode
.
Text
=
"原始条码信息
"
;
this
.
pnlRawCode
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveTex
t
;
this
.
pnlRawCode
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
this
.
ChkMatchingStart
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkMatchingStart
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkMatchingStart
.
BorderWidth
=
0
;
this
.
ChkMatchingStart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingStart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))))
;
this
.
ChkMatchingStart
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
60
);
this
.
ChkMatchingStart
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingStart
.
Name
=
"ChkMatchingStart
"
;
this
.
ChkMatchingStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkMatchingStart
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkMatchingStart
.
TabIndex
=
54
;
this
.
ChkMatchingStart
.
Text
=
"Start
"
;
this
.
ChkMatchingStart
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLef
t
;
this
.
ChkMatchingStart
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
richTextBox1
//
LblCodeType
//
this
.
richTextBox1
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
richTextBox1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
richTextBox1
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
16F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
richTextBox1
.
ForeColor
=
System
.
Drawing
.
SystemColors
.
Menu
;
this
.
richTextBox1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
richTextBox1
.
Name
=
"richTextBox1"
;
this
.
richTextBox1
.
Size
=
new
System
.
Drawing
.
Size
(
483
,
329
);
this
.
richTextBox1
.
TabIndex
=
7
;
this
.
richTextBox1
.
Text
=
"weqw"
;
this
.
LblCodeType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
LblCodeType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblCodeType
.
BorderWidth
=
0
;
this
.
tableLayoutPanel1
.
SetColumnSpan
(
this
.
LblCodeType
,
2
);
this
.
LblCodeType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblCodeType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblCodeType
.
Location
=
new
System
.
Drawing
.
Point
(
124
,
4
);
this
.
LblCodeType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblCodeType
.
Name
=
"LblCodeType"
;
this
.
LblCodeType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblCodeType
.
Size
=
new
System
.
Drawing
.
Size
(
232
,
48
);
this
.
LblCodeType
.
TabIndex
=
53
;
this
.
LblCodeType
.
Text
=
"-"
;
this
.
LblCodeType
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
//
//
pnlKeywords
//
ChkCheckCodeType
//
this
.
pnlKeywords
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
pnlKeywords
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
pnlKeywords
.
BorderWidth
=
2
;
this
.
pnlKeywords
.
Controls
.
Add
(
this
.
flowLayoutPanel1
)
;
this
.
pnlKeywords
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pnlKeywords
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
))))
);
this
.
pnlKeywords
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
pnlKeywords
.
Name
=
"pnlKeywords
"
;
this
.
pnlKeywords
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlKeywords
.
Size
=
new
System
.
Drawing
.
Size
(
489
,
179
);
this
.
pnlKeywords
.
TabIndex
=
3
2
;
this
.
pnlKeywords
.
Text
=
"关键字
"
;
this
.
pnlKeywords
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveTex
t
;
this
.
pnlKeywords
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
this
.
ChkCheckCodeType
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
ChkCheckCodeType
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkCheckCodeType
.
BorderWidth
=
0
;
this
.
ChkCheckCodeType
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkCheckCodeType
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))))
;
this
.
ChkCheckCodeType
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
4
);
this
.
ChkCheckCodeType
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCheckCodeType
.
Name
=
"ChkCheckCodeType
"
;
this
.
ChkCheckCodeType
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkCheckCodeType
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
48
);
this
.
ChkCheckCodeType
.
TabIndex
=
5
2
;
this
.
ChkCheckCodeType
.
Text
=
"CheckCodeType
"
;
this
.
ChkCheckCodeType
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLef
t
;
this
.
ChkCheckCodeType
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
//
tableLayoutPanel2
//
NudMiddleTextCount
//
this
.
tableLayoutPanel2
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel2
.
ColumnCount
=
2
;
this
.
tableLayoutPanel2
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
Controls
.
Add
(
this
.
tableLayoutPanel3
,
1
,
0
);
this
.
tableLayoutPanel2
.
Controls
.
Add
(
this
.
tableLayoutPanel4
,
0
,
0
);
this
.
tableLayoutPanel2
.
Location
=
new
System
.
Drawing
.
Point
(
11
,
59
);
this
.
tableLayoutPanel2
.
Name
=
"tableLayoutPanel2"
;
this
.
tableLayoutPanel2
.
RowCount
=
1
;
this
.
tableLayoutPanel2
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel2
.
Size
=
new
System
.
Drawing
.
Size
(
1002
,
624
);
this
.
tableLayoutPanel2
.
TabIndex
=
33
;
this
.
NudMiddleTextCount
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
NudMiddleTextCount
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
NudMiddleTextCount
.
BorderWidth
=
2
;
this
.
NudMiddleTextCount
.
DecimalPlaces
=
0
;
this
.
NudMiddleTextCount
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudMiddleTextCount
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudMiddleTextCount
.
Increment
=
1F
;
this
.
NudMiddleTextCount
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
172
);
this
.
NudMiddleTextCount
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NudMiddleTextCount
.
Maximum
=
9999F
;
this
.
NudMiddleTextCount
.
Minimum
=
1F
;
this
.
NudMiddleTextCount
.
Name
=
"NudMiddleTextCount"
;
this
.
NudMiddleTextCount
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NudMiddleTextCount
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
56
);
this
.
NudMiddleTextCount
.
TabIndex
=
62
;
this
.
NudMiddleTextCount
.
Text
=
"1"
;
this
.
NudMiddleTextCount
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
NudMiddleTextCount
.
Value
=
1F
;
this
.
NudMiddleTextCount
.
ValueChanged
+=
new
System
.
EventHandler
(
this
.
matchChanged
);
//
// tableLayoutPanel
3
// tableLayoutPanel
1
//
this
.
tableLayoutPanel3
.
ColumnCount
=
1
;
this
.
tableLayoutPanel3
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel3
.
Controls
.
Add
(
this
.
pnlKeywords
,
0
,
0
);
this
.
tableLayoutPanel3
.
Controls
.
Add
(
this
.
PnlTemp
,
0
,
1
);
this
.
tableLayoutPanel3
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
tableLayoutPanel3
.
Location
=
new
System
.
Drawing
.
Point
(
504
,
3
);
this
.
tableLayoutPanel3
.
Name
=
"tableLayoutPanel3"
;
this
.
tableLayoutPanel3
.
RowCount
=
2
;
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
30F
));
this
.
tableLayoutPanel3
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
70F
));
this
.
tableLayoutPanel3
.
Size
=
new
System
.
Drawing
.
Size
(
495
,
618
);
this
.
tableLayoutPanel3
.
TabIndex
=
32
;
this
.
tableLayoutPanel1
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel1
.
ColumnCount
=
4
;
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25F
));
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
NudMiddleTextCount
,
0
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkCheckCodeType
,
0
,
0
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
LblCodeType
,
1
,
0
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingStart
,
0
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingStartText
,
1
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingEnd
,
2
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingEndText
,
3
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingMiddle
,
0
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
TxtMatchingMiddleText
,
1
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkCaseSensitivity
,
2
,
2
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChoMatchMiddleType
,
0
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
lblMatchRes
,
3
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
Characteristicbarcode
,
3
,
2
);
this
.
tableLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
36
);
this
.
tableLayoutPanel1
.
Name
=
"tableLayoutPanel1"
;
this
.
tableLayoutPanel1
.
RowCount
=
4
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
56F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
483
,
232
);
this
.
tableLayoutPanel1
.
TabIndex
=
0
;
//
// tableLayoutPanel
4
// tableLayoutPanel
6
//
this
.
tableLayoutPanel4
.
ColumnCount
=
1
;
this
.
tableLayoutPanel4
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel4
.
Controls
.
Add
(
this
.
pnlRawCode
,
0
,
0
);
this
.
tableLayoutPanel4
.
Controls
.
Add
(
this
.
pnlMatch
,
0
,
1
);
this
.
tableLayoutPanel4
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
tableLayoutPanel4
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
tableLayoutPanel4
.
Name
=
"tableLayoutPanel4"
;
this
.
tableLayoutPanel4
.
RowCount
=
2
;
this
.
tableLayoutPanel4
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel4
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
277F
));
this
.
tableLayoutPanel4
.
Size
=
new
System
.
Drawing
.
Size
(
495
,
618
);
this
.
tableLayoutPanel4
.
TabIndex
=
33
;
this
.
tableLayoutPanel6
.
ColumnCount
=
1
;
this
.
tableLayoutPanel6
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel6
.
Controls
.
Add
(
this
.
BtnDel
,
0
,
1
);
this
.
tableLayoutPanel6
.
Controls
.
Add
(
this
.
BtnAdd
,
0
,
0
);
this
.
tableLayoutPanel6
.
Location
=
new
System
.
Drawing
.
Point
(
410
,
3
);
this
.
tableLayoutPanel6
.
Name
=
"tableLayoutPanel6"
;
this
.
tableLayoutPanel6
.
RowCount
=
2
;
this
.
tableLayoutPanel6
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel6
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
50F
));
this
.
tableLayoutPanel6
.
Size
=
new
System
.
Drawing
.
Size
(
64
,
134
);
this
.
tableLayoutPanel6
.
TabIndex
=
30
;
//
// FrmCodeExtract
//
...
...
@@ -516,12 +585,14 @@ namespace SmartScan
this
.
Controls
.
SetChildIndex
(
this
.
BtnCancel
,
0
);
this
.
Controls
.
SetChildIndex
(
this
.
tableLayoutPanel2
,
0
);
this
.
pnlMatch
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel1
.
ResumeLayout
(
false
);
this
.
pnlRawCode
.
ResumeLayout
(
false
);
this
.
pnlKeywords
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel2
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel3
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel4
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel5
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel1
.
ResumeLayout
(
false
);
this
.
tableLayoutPanel6
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
}
...
...
@@ -532,7 +603,16 @@ namespace SmartScan
private
Asa
.
FaceControl
.
FacePanel
PnlTemp
;
private
System
.
Windows
.
Forms
.
FlowLayoutPanel
flowLayoutPanel1
;
private
Asa
.
FaceControl
.
FacePanel
pnlMatch
;
private
Asa
.
FaceControl
.
FacePanel
pnlRawCode
;
private
Asa
.
FaceControl
.
FacePanel
pnlKeywords
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel2
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel3
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel4
;
private
System
.
Windows
.
Forms
.
RichTextBox
richTextBox1
;
private
Asa
.
FaceControl
.
FaceButton
BtnAdd
;
private
Asa
.
FaceControl
.
FaceButton
BtnDel
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel1
;
private
Asa
.
FaceControl
.
FaceNumericUpDown
NudMiddleTextCount
;
private
Asa
.
FaceControl
.
FaceCheckBox
ChkCheckCodeType
;
private
Asa
.
FaceControl
.
FaceLabel
LblCodeType
;
private
Asa
.
FaceControl
.
FaceCheckBox
ChkMatchingStart
;
...
...
@@ -543,14 +623,9 @@ namespace SmartScan
private
Asa
.
FaceControl
.
FaceTextBox
TxtMatchingMiddleText
;
private
Asa
.
FaceControl
.
FaceCheckBox
ChkCaseSensitivity
;
private
Asa
.
FaceControl
.
FaceComboBox
ChoMatchMiddleType
;
private
Asa
.
FaceControl
.
FaceNumericUpDown
NudMiddleTextCount
;
private
Asa
.
FaceControl
.
FaceLabel
lblMatchRes
;
private
Asa
.
FaceControl
.
FacePanel
pnlRawCode
;
private
Asa
.
FaceControl
.
FacePanel
pnlKeywords
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel2
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel3
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel4
;
private
System
.
Windows
.
Forms
.
RichTextBox
richTextBox1
;
private
Asa
.
FaceControl
.
FaceCheckBox
Characteristicbarcode
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel5
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel6
;
}
}
\ No newline at end of file
SmartScan/SetControl/UsrCodeExtractList.Designer.cs
查看文件 @
595d670
...
...
@@ -34,7 +34,6 @@ namespace SmartScan
this
.
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
CboKeyword
=
new
Asa
.
FaceControl
.
FaceComboBox
();
this
.
ChkMatchingSplit
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
BtnAdd
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
NudMaxLength
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
this
.
ChkMaxLength
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
NudMinLength
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
...
...
@@ -48,7 +47,6 @@ namespace SmartScan
this
.
LblSplitPart
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
CboMatchingSplit
=
new
Asa
.
FaceControl
.
FaceComboBox
();
this
.
ChkLengthEnd
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
BtnDel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
ChkMatchisnumber
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
pnlParseResult
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
faceTextBox1
=
new
Asa
.
FaceControl
.
FaceTextBox
();
...
...
@@ -69,7 +67,7 @@ namespace SmartScan
this
.
facePanel1
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
facePanel1
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
facePanel1
.
Name
=
"facePanel1"
;
this
.
facePanel1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
facePanel1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
facePanel1
.
ShowText
=
false
;
this
.
facePanel1
.
Size
=
new
System
.
Drawing
.
Size
(
523
,
432
);
this
.
facePanel1
.
TabIndex
=
0
;
...
...
@@ -86,7 +84,7 @@ namespace SmartScan
this
.
pnlExtractRule
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
pnlExtractRule
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
84
);
this
.
pnlExtractRule
.
Name
=
"pnlExtractRule"
;
this
.
pnlExtractRule
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
pnlExtractRule
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlExtractRule
.
Size
=
new
System
.
Drawing
.
Size
(
517
,
345
);
this
.
pnlExtractRule
.
TabIndex
=
46
;
this
.
pnlExtractRule
.
Text
=
"提取"
;
...
...
@@ -98,13 +96,12 @@ namespace SmartScan
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Right
)));
this
.
tableLayoutPanel1
.
ColumnCount
=
4
;
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
2
5
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
25
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
2
5
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
30
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
2
0
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
30
F
));
this
.
tableLayoutPanel1
.
ColumnStyles
.
Add
(
new
System
.
Windows
.
Forms
.
ColumnStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
2
0
F
));
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
CboKeyword
,
3
,
0
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchingSplit
,
0
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
BtnAdd
,
0
,
5
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
NudMaxLength
,
3
,
4
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMaxLength
,
2
,
4
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
NudMinLength
,
1
,
4
);
...
...
@@ -118,18 +115,16 @@ namespace SmartScan
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
LblSplitPart
,
2
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
CboMatchingSplit
,
1
,
1
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkLengthEnd
,
2
,
3
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
BtnDel
,
3
,
5
);
this
.
tableLayoutPanel1
.
Controls
.
Add
(
this
.
ChkMatchisnumber
,
0
,
3
);
this
.
tableLayoutPanel1
.
Location
=
new
System
.
Drawing
.
Point
(
2
,
33
);
this
.
tableLayoutPanel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
3
,
2
,
3
);
this
.
tableLayoutPanel1
.
Name
=
"tableLayoutPanel1"
;
this
.
tableLayoutPanel1
.
RowCount
=
6
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
45F
));
this
.
tableLayoutPanel1
.
RowCount
=
5
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
55F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
55F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
55F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
55F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
55F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
511
,
300
);
this
.
tableLayoutPanel1
.
TabIndex
=
44
;
//
...
...
@@ -140,12 +135,12 @@ namespace SmartScan
this
.
CboKeyword
.
BorderWidth
=
2
;
this
.
CboKeyword
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
CboKeyword
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
CboKeyword
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
3
);
this
.
CboKeyword
.
Location
=
new
System
.
Drawing
.
Point
(
411
,
3
);
this
.
CboKeyword
.
Name
=
"CboKeyword"
;
this
.
CboKeyword
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
CboKeyword
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
CboKeyword
.
SelectedIndex
=
-
1
;
this
.
CboKeyword
.
SelectedText
=
""
;
this
.
CboKeyword
.
Size
=
new
System
.
Drawing
.
Size
(
124
,
3
9
);
this
.
CboKeyword
.
Size
=
new
System
.
Drawing
.
Size
(
97
,
4
9
);
this
.
CboKeyword
.
TabIndex
=
39
;
this
.
CboKeyword
.
Text
=
"faceComboBox1"
;
this
.
CboKeyword
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -158,31 +153,15 @@ namespace SmartScan
this
.
ChkMatchingSplit
.
BorderWidth
=
0
;
this
.
ChkMatchingSplit
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchingSplit
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchingSplit
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
4
8
);
this
.
ChkMatchingSplit
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
5
8
);
this
.
ChkMatchingSplit
.
Name
=
"ChkMatchingSplit"
;
this
.
ChkMatchingSplit
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkMatchingSplit
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
ChkMatchingSplit
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
ChkMatchingSplit
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
ChkMatchingSplit
.
TabIndex
=
44
;
this
.
ChkMatchingSplit
.
Text
=
"Split"
;
this
.
ChkMatchingSplit
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
ChkMatchingSplit
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
ChkMatchingSplit_CheckedChanged
);
//
// BtnAdd
//
this
.
BtnAdd
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
BtnAdd
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
BtnAdd
.
BorderWidth
=
2
;
this
.
BtnAdd
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
BtnAdd
.
ForeColor
=
System
.
Drawing
.
Color
.
DeepSkyBlue
;
this
.
BtnAdd
.
HoldPress
=
false
;
this
.
BtnAdd
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
228
);
this
.
BtnAdd
.
Name
=
"BtnAdd"
;
this
.
BtnAdd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnAdd
.
Size
=
new
System
.
Drawing
.
Size
(
121
,
69
);
this
.
BtnAdd
.
TabIndex
=
54
;
this
.
BtnAdd
.
Text
=
"Add"
;
this
.
BtnAdd
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnAdd_Click
);
//
// NudMaxLength
//
this
.
NudMaxLength
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
...
...
@@ -192,12 +171,12 @@ namespace SmartScan
this
.
NudMaxLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudMaxLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudMaxLength
.
Increment
=
1F
;
this
.
NudMaxLength
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
18
3
);
this
.
NudMaxLength
.
Location
=
new
System
.
Drawing
.
Point
(
411
,
22
3
);
this
.
NudMaxLength
.
Maximum
=
9999F
;
this
.
NudMaxLength
.
Minimum
=
0F
;
this
.
NudMaxLength
.
Name
=
"NudMaxLength"
;
this
.
NudMaxLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NudMaxLength
.
Size
=
new
System
.
Drawing
.
Size
(
124
,
39
);
this
.
NudMaxLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
NudMaxLength
.
Size
=
new
System
.
Drawing
.
Size
(
97
,
74
);
this
.
NudMaxLength
.
TabIndex
=
35
;
this
.
NudMaxLength
.
Text
=
"0"
;
this
.
NudMaxLength
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -211,10 +190,10 @@ namespace SmartScan
this
.
ChkMaxLength
.
BorderWidth
=
0
;
this
.
ChkMaxLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMaxLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMaxLength
.
Location
=
new
System
.
Drawing
.
Point
(
25
7
,
18
3
);
this
.
ChkMaxLength
.
Location
=
new
System
.
Drawing
.
Point
(
25
8
,
22
3
);
this
.
ChkMaxLength
.
Name
=
"ChkMaxLength"
;
this
.
ChkMaxLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkMaxLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
39
);
this
.
ChkMaxLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
ChkMaxLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
74
);
this
.
ChkMaxLength
.
TabIndex
=
30
;
this
.
ChkMaxLength
.
Text
=
"Max"
;
this
.
ChkMaxLength
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -229,12 +208,12 @@ namespace SmartScan
this
.
NudMinLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudMinLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudMinLength
.
Increment
=
1F
;
this
.
NudMinLength
.
Location
=
new
System
.
Drawing
.
Point
(
1
30
,
18
3
);
this
.
NudMinLength
.
Location
=
new
System
.
Drawing
.
Point
(
1
56
,
22
3
);
this
.
NudMinLength
.
Maximum
=
9999F
;
this
.
NudMinLength
.
Minimum
=
0F
;
this
.
NudMinLength
.
Name
=
"NudMinLength"
;
this
.
NudMinLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NudMinLength
.
Size
=
new
System
.
Drawing
.
Size
(
121
,
39
);
this
.
NudMinLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
NudMinLength
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
74
);
this
.
NudMinLength
.
TabIndex
=
34
;
this
.
NudMinLength
.
Text
=
"0"
;
this
.
NudMinLength
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -248,10 +227,10 @@ namespace SmartScan
this
.
ChkMinLength
.
BorderWidth
=
0
;
this
.
ChkMinLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMinLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMinLength
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
18
3
);
this
.
ChkMinLength
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
22
3
);
this
.
ChkMinLength
.
Name
=
"ChkMinLength"
;
this
.
ChkMinLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkMinLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
39
);
this
.
ChkMinLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
ChkMinLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
74
);
this
.
ChkMinLength
.
TabIndex
=
29
;
this
.
ChkMinLength
.
Text
=
"Min"
;
this
.
ChkMinLength
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -266,12 +245,12 @@ namespace SmartScan
this
.
NudSplitPart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudSplitPart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudSplitPart
.
Increment
=
1F
;
this
.
NudSplitPart
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
4
8
);
this
.
NudSplitPart
.
Location
=
new
System
.
Drawing
.
Point
(
411
,
5
8
);
this
.
NudSplitPart
.
Maximum
=
9999F
;
this
.
NudSplitPart
.
Minimum
=
1F
;
this
.
NudSplitPart
.
Name
=
"NudSplitPart"
;
this
.
NudSplitPart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NudSplitPart
.
Size
=
new
System
.
Drawing
.
Size
(
124
,
3
9
);
this
.
NudSplitPart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
NudSplitPart
.
Size
=
new
System
.
Drawing
.
Size
(
97
,
4
9
);
this
.
NudSplitPart
.
TabIndex
=
47
;
this
.
NudSplitPart
.
Text
=
"1"
;
this
.
NudSplitPart
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -287,12 +266,12 @@ namespace SmartScan
this
.
NudLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudLength
.
Increment
=
1F
;
this
.
NudLength
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
9
3
);
this
.
NudLength
.
Location
=
new
System
.
Drawing
.
Point
(
411
,
11
3
);
this
.
NudLength
.
Maximum
=
9999F
;
this
.
NudLength
.
Minimum
=
1F
;
this
.
NudLength
.
Name
=
"NudLength"
;
this
.
NudLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NudLength
.
Size
=
new
System
.
Drawing
.
Size
(
124
,
3
9
);
this
.
NudLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
NudLength
.
Size
=
new
System
.
Drawing
.
Size
(
97
,
4
9
);
this
.
NudLength
.
TabIndex
=
41
;
this
.
NudLength
.
Text
=
"1"
;
this
.
NudLength
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -306,10 +285,10 @@ namespace SmartScan
this
.
LblStart
.
BorderWidth
=
0
;
this
.
LblStart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblStart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblStart
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
9
3
);
this
.
LblStart
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
11
3
);
this
.
LblStart
.
Name
=
"LblStart"
;
this
.
LblStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblStart
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
LblStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LblStart
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
LblStart
.
TabIndex
=
37
;
this
.
LblStart
.
Text
=
"起始"
;
this
.
LblStart
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -321,10 +300,10 @@ namespace SmartScan
this
.
LblLength
.
BorderWidth
=
0
;
this
.
LblLength
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblLength
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblLength
.
Location
=
new
System
.
Drawing
.
Point
(
25
7
,
9
3
);
this
.
LblLength
.
Location
=
new
System
.
Drawing
.
Point
(
25
8
,
11
3
);
this
.
LblLength
.
Name
=
"LblLength"
;
this
.
LblLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
LblLength
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LblLength
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
LblLength
.
TabIndex
=
38
;
this
.
LblLength
.
Text
=
"长度"
;
this
.
LblLength
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -338,12 +317,12 @@ namespace SmartScan
this
.
NudStart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
NudStart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NudStart
.
Increment
=
1F
;
this
.
NudStart
.
Location
=
new
System
.
Drawing
.
Point
(
1
30
,
9
3
);
this
.
NudStart
.
Location
=
new
System
.
Drawing
.
Point
(
1
56
,
11
3
);
this
.
NudStart
.
Maximum
=
9999F
;
this
.
NudStart
.
Minimum
=
0F
;
this
.
NudStart
.
Name
=
"NudStart"
;
this
.
NudStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NudStart
.
Size
=
new
System
.
Drawing
.
Size
(
121
,
3
9
);
this
.
NudStart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
NudStart
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
4
9
);
this
.
NudStart
.
TabIndex
=
40
;
this
.
NudStart
.
Text
=
"0"
;
this
.
NudStart
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -357,10 +336,10 @@ namespace SmartScan
this
.
LblKeyword
.
BorderWidth
=
0
;
this
.
LblKeyword
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblKeyword
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblKeyword
.
Location
=
new
System
.
Drawing
.
Point
(
25
7
,
3
);
this
.
LblKeyword
.
Location
=
new
System
.
Drawing
.
Point
(
25
8
,
3
);
this
.
LblKeyword
.
Name
=
"LblKeyword"
;
this
.
LblKeyword
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblKeyword
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
LblKeyword
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LblKeyword
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
LblKeyword
.
TabIndex
=
36
;
this
.
LblKeyword
.
Text
=
"key"
;
this
.
LblKeyword
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -372,10 +351,10 @@ namespace SmartScan
this
.
LblSplitPart
.
BorderWidth
=
0
;
this
.
LblSplitPart
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LblSplitPart
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblSplitPart
.
Location
=
new
System
.
Drawing
.
Point
(
25
7
,
4
8
);
this
.
LblSplitPart
.
Location
=
new
System
.
Drawing
.
Point
(
25
8
,
5
8
);
this
.
LblSplitPart
.
Name
=
"LblSplitPart"
;
this
.
LblSplitPart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblSplitPart
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
LblSplitPart
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LblSplitPart
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
LblSplitPart
.
TabIndex
=
46
;
this
.
LblSplitPart
.
Text
=
"Field"
;
this
.
LblSplitPart
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
@@ -387,12 +366,12 @@ namespace SmartScan
this
.
CboMatchingSplit
.
BorderWidth
=
2
;
this
.
CboMatchingSplit
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
CboMatchingSplit
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
CboMatchingSplit
.
Location
=
new
System
.
Drawing
.
Point
(
1
30
,
4
8
);
this
.
CboMatchingSplit
.
Location
=
new
System
.
Drawing
.
Point
(
1
56
,
5
8
);
this
.
CboMatchingSplit
.
Name
=
"CboMatchingSplit"
;
this
.
CboMatchingSplit
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
CboMatchingSplit
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
CboMatchingSplit
.
SelectedIndex
=
-
1
;
this
.
CboMatchingSplit
.
SelectedText
=
""
;
this
.
CboMatchingSplit
.
Size
=
new
System
.
Drawing
.
Size
(
121
,
3
9
);
this
.
CboMatchingSplit
.
Size
=
new
System
.
Drawing
.
Size
(
96
,
4
9
);
this
.
CboMatchingSplit
.
TabIndex
=
45
;
this
.
CboMatchingSplit
.
Text
=
"faceComboBox1"
;
this
.
CboMatchingSplit
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
...
...
@@ -407,31 +386,15 @@ namespace SmartScan
this
.
ChkLengthEnd
.
BorderWidth
=
0
;
this
.
ChkLengthEnd
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkLengthEnd
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkLengthEnd
.
Location
=
new
System
.
Drawing
.
Point
(
25
7
,
13
8
);
this
.
ChkLengthEnd
.
Location
=
new
System
.
Drawing
.
Point
(
25
8
,
16
8
);
this
.
ChkLengthEnd
.
Name
=
"ChkLengthEnd"
;
this
.
ChkLengthEnd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkLengthEnd
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
ChkLengthEnd
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
ChkLengthEnd
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
ChkLengthEnd
.
TabIndex
=
42
;
this
.
ChkLengthEnd
.
Text
=
"faceCheckBox7"
;
this
.
ChkLengthEnd
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
ChkLengthEnd
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
ChkLengthEnd_CheckedChanged
);
//
// BtnDel
//
this
.
BtnDel
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
BtnDel
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
BtnDel
.
BorderWidth
=
2
;
this
.
BtnDel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
BtnDel
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
BtnDel
.
HoldPress
=
false
;
this
.
BtnDel
.
Location
=
new
System
.
Drawing
.
Point
(
384
,
228
);
this
.
BtnDel
.
Name
=
"BtnDel"
;
this
.
BtnDel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnDel
.
Size
=
new
System
.
Drawing
.
Size
(
124
,
69
);
this
.
BtnDel
.
TabIndex
=
43
;
this
.
BtnDel
.
Text
=
"Del"
;
this
.
BtnDel
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnDel_Click
);
//
// ChkMatchisnumber
//
this
.
ChkMatchisnumber
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
...
...
@@ -439,10 +402,10 @@ namespace SmartScan
this
.
ChkMatchisnumber
.
BorderWidth
=
0
;
this
.
ChkMatchisnumber
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
ChkMatchisnumber
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkMatchisnumber
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
1
3
8
);
this
.
ChkMatchisnumber
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
1
6
8
);
this
.
ChkMatchisnumber
.
Name
=
"ChkMatchisnumber"
;
this
.
ChkMatchisnumber
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkMatchisnumber
.
Size
=
new
System
.
Drawing
.
Size
(
1
21
,
3
9
);
this
.
ChkMatchisnumber
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
ChkMatchisnumber
.
Size
=
new
System
.
Drawing
.
Size
(
1
47
,
4
9
);
this
.
ChkMatchisnumber
.
TabIndex
=
53
;
this
.
ChkMatchisnumber
.
Text
=
"AsNumber"
;
this
.
ChkMatchisnumber
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
...
...
@@ -457,7 +420,7 @@ namespace SmartScan
this
.
pnlParseResult
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
pnlParseResult
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
pnlParseResult
.
Name
=
"pnlParseResult"
;
this
.
pnlParseResult
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
pnlParseResult
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
pnlParseResult
.
Size
=
new
System
.
Drawing
.
Size
(
517
,
81
);
this
.
pnlParseResult
.
TabIndex
=
44
;
this
.
pnlParseResult
.
Text
=
"解析结果"
;
...
...
@@ -476,7 +439,7 @@ namespace SmartScan
this
.
faceTextBox1
.
MaxLength
=
32767
;
this
.
faceTextBox1
.
Multiline
=
true
;
this
.
faceTextBox1
.
Name
=
"faceTextBox1"
;
this
.
faceTextBox1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
faceTextBox1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
faceTextBox1
.
ReadOnly
=
true
;
this
.
faceTextBox1
.
SelectedText
=
""
;
this
.
faceTextBox1
.
SelectionLength
=
0
;
...
...
@@ -516,7 +479,6 @@ namespace SmartScan
private
Asa
.
FaceControl
.
FaceNumericUpDown
NudMaxLength
;
private
Asa
.
FaceControl
.
FaceCheckBox
ChkMaxLength
;
private
Asa
.
FaceControl
.
FaceNumericUpDown
NudMinLength
;
private
Asa
.
FaceControl
.
FaceButton
BtnDel
;
private
Asa
.
FaceControl
.
FaceNumericUpDown
NudSplitPart
;
private
Asa
.
FaceControl
.
FaceLabel
LblSplitPart
;
private
Asa
.
FaceControl
.
FaceComboBox
CboMatchingSplit
;
...
...
@@ -526,6 +488,5 @@ namespace SmartScan
private
Asa
.
FaceControl
.
FacePanel
pnlExtractRule
;
private
Asa
.
FaceControl
.
FacePanel
pnlParseResult
;
private
System
.
Windows
.
Forms
.
TableLayoutPanel
tableLayoutPanel1
;
private
Asa
.
FaceControl
.
FaceButton
BtnAdd
;
}
}
SmartScan/SetControl/UsrCodeExtractList.cs
查看文件 @
595d670
...
...
@@ -26,7 +26,9 @@ namespace SmartScan
changed
=
true
;
Language
.
SetLanguage
(
this
);
//var name = LblSplitPart.Text.Trim();
//LblSplitPart.Text= "Field";
//LblSplitPart.Text = "获取分割部分";
this
.
codeText
=
codeText
;
this
.
codeType
=
codeType
;
CboKeyword
.
Items
.
AddRange
(
BLLCommon
.
macroKey
.
ToArray
());
...
...
SmartScan/SetControl/UsrPrintTemplate.Designer.cs
查看文件 @
595d670
...
...
@@ -33,12 +33,12 @@ namespace SmartScan
this
.
tableLayoutPanel5
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
pnlPrintTmpLst
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
tableLayoutPanel1
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
LstLabel
=
new
Asa
.
FaceControl
.
FaceListBox
();
this
.
pnlPrintTmpLstOp
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
BtnAddLabel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnDelLabel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnCopyLabel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
BtnRenameLabel
=
new
Asa
.
FaceControl
.
FaceButton
();
this
.
LstLabel
=
new
Asa
.
FaceControl
.
FaceListBox
();
this
.
pnLabelStyle
=
new
Asa
.
FaceControl
.
FacePanel
();
this
.
tableLayoutPanel2
=
new
System
.
Windows
.
Forms
.
TableLayoutPanel
();
this
.
pnAllFieldsOfLabel
=
new
Asa
.
FaceControl
.
FacePanel
();
...
...
@@ -142,10 +142,25 @@ namespace SmartScan
this
.
tableLayoutPanel1
.
Name
=
"tableLayoutPanel1"
;
this
.
tableLayoutPanel1
.
RowCount
=
2
;
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Percent
,
100F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
1
30
F
));
this
.
tableLayoutPanel1
.
RowStyles
.
Add
(
new
System
.
Windows
.
Forms
.
RowStyle
(
System
.
Windows
.
Forms
.
SizeType
.
Absolute
,
1
45
F
));
this
.
tableLayoutPanel1
.
Size
=
new
System
.
Drawing
.
Size
(
460
,
635
);
this
.
tableLayoutPanel1
.
TabIndex
=
0
;
//
// LstLabel
//
this
.
LstLabel
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
LstLabel
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LstLabel
.
BorderWidth
=
2
;
this
.
LstLabel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LstLabel
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LstLabel
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
LstLabel
.
Name
=
"LstLabel"
;
this
.
LstLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LstLabel
.
SelectedIndex
=
-
1
;
this
.
LstLabel
.
Size
=
new
System
.
Drawing
.
Size
(
454
,
484
);
this
.
LstLabel
.
TabIndex
=
0
;
this
.
LstLabel
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstLabel_SelectedIndexChanged
);
//
// pnlPrintTmpLstOp
//
this
.
pnlPrintTmpLstOp
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
...
...
@@ -157,11 +172,11 @@ namespace SmartScan
this
.
pnlPrintTmpLstOp
.
Controls
.
Add
(
this
.
BtnRenameLabel
);
this
.
pnlPrintTmpLstOp
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
pnlPrintTmpLstOp
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
pnlPrintTmpLstOp
.
Location
=
new
System
.
Drawing
.
Point
(
2
,
507
);
this
.
pnlPrintTmpLstOp
.
Location
=
new
System
.
Drawing
.
Point
(
2
,
492
);
this
.
pnlPrintTmpLstOp
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pnlPrintTmpLstOp
.
Name
=
"pnlPrintTmpLstOp"
;
this
.
pnlPrintTmpLstOp
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
pnlPrintTmpLstOp
.
Size
=
new
System
.
Drawing
.
Size
(
456
,
1
26
);
this
.
pnlPrintTmpLstOp
.
Size
=
new
System
.
Drawing
.
Size
(
456
,
1
41
);
this
.
pnlPrintTmpLstOp
.
TabIndex
=
31
;
this
.
pnlPrintTmpLstOp
.
Text
=
"标签模板操作"
;
this
.
pnlPrintTmpLstOp
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
...
...
@@ -177,7 +192,7 @@ namespace SmartScan
this
.
BtnAddLabel
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
34
);
this
.
BtnAddLabel
.
Name
=
"BtnAddLabel"
;
this
.
BtnAddLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnAddLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
85
);
this
.
BtnAddLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
98
);
this
.
BtnAddLabel
.
TabIndex
=
1
;
this
.
BtnAddLabel
.
Text
=
"新建标签"
;
this
.
BtnAddLabel
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
...
...
@@ -194,7 +209,7 @@ namespace SmartScan
this
.
BtnDelLabel
.
Location
=
new
System
.
Drawing
.
Point
(
118
,
34
);
this
.
BtnDelLabel
.
Name
=
"BtnDelLabel"
;
this
.
BtnDelLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnDelLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
85
);
this
.
BtnDelLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
98
);
this
.
BtnDelLabel
.
TabIndex
=
2
;
this
.
BtnDelLabel
.
Text
=
"删除标签"
;
this
.
BtnDelLabel
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
...
...
@@ -211,7 +226,7 @@ namespace SmartScan
this
.
BtnCopyLabel
.
Location
=
new
System
.
Drawing
.
Point
(
231
,
34
);
this
.
BtnCopyLabel
.
Name
=
"BtnCopyLabel"
;
this
.
BtnCopyLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnCopyLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
85
);
this
.
BtnCopyLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
98
);
this
.
BtnCopyLabel
.
TabIndex
=
23
;
this
.
BtnCopyLabel
.
Text
=
"复制标签"
;
this
.
BtnCopyLabel
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
...
...
@@ -228,27 +243,12 @@ namespace SmartScan
this
.
BtnRenameLabel
.
Location
=
new
System
.
Drawing
.
Point
(
344
,
34
);
this
.
BtnRenameLabel
.
Name
=
"BtnRenameLabel"
;
this
.
BtnRenameLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
BtnRenameLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
85
);
this
.
BtnRenameLabel
.
Size
=
new
System
.
Drawing
.
Size
(
106
,
98
);
this
.
BtnRenameLabel
.
TabIndex
=
3
;
this
.
BtnRenameLabel
.
Text
=
"重命名"
;
this
.
BtnRenameLabel
.
TextImageRelation
=
System
.
Windows
.
Forms
.
TextImageRelation
.
ImageAboveText
;
this
.
BtnRenameLabel
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnRenameLabel_Click
);
//
// LstLabel
//
this
.
LstLabel
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
LstLabel
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LstLabel
.
BorderWidth
=
2
;
this
.
LstLabel
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
LstLabel
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LstLabel
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
LstLabel
.
Name
=
"LstLabel"
;
this
.
LstLabel
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LstLabel
.
SelectedIndex
=
-
1
;
this
.
LstLabel
.
Size
=
new
System
.
Drawing
.
Size
(
454
,
499
);
this
.
LstLabel
.
TabIndex
=
0
;
this
.
LstLabel
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstLabel_SelectedIndexChanged
);
//
// pnLabelStyle
//
this
.
pnLabelStyle
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)((((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Bottom
)
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论