Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
NS100
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit e50b300e
由
刘韬
编写于
2024-03-22 13:00:01 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
4ec07436
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
70 行增加
和
108 行删除
SharedDll/Asa.Face.Control.dll
SmartScan/Form/FrmMain.Designer.cs
SmartScan/SetControl/UsrMacro.Designer.cs
SharedDll/Asa.Face.Control.dll
查看文件 @
e50b300
此文件类型无法预览
SmartScan/Form/FrmMain.Designer.cs
查看文件 @
e50b300
...
@@ -206,6 +206,7 @@ namespace SmartScan
...
@@ -206,6 +206,7 @@ namespace SmartScan
this
.
CboLanguage
.
SelectedText
=
""
;
this
.
CboLanguage
.
SelectedText
=
""
;
this
.
CboLanguage
.
Size
=
new
System
.
Drawing
.
Size
(
130
,
38
);
this
.
CboLanguage
.
Size
=
new
System
.
Drawing
.
Size
(
130
,
38
);
this
.
CboLanguage
.
TabIndex
=
12
;
this
.
CboLanguage
.
TabIndex
=
12
;
this
.
CboLanguage
.
Tag
=
"not"
;
this
.
CboLanguage
.
Text
=
"faceComboBox1"
;
this
.
CboLanguage
.
Text
=
"faceComboBox1"
;
this
.
CboLanguage
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
CboLanguage
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
CboLanguage
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
CboLanguage_SelectedIndexChanged
);
this
.
CboLanguage
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
CboLanguage_SelectedIndexChanged
);
...
...
SmartScan/SetControl/UsrMacro.Designer.cs
查看文件 @
e50b300
...
@@ -37,7 +37,6 @@ namespace SmartScan
...
@@ -37,7 +37,6 @@ namespace SmartScan
this
.
TxtReelIDMatch
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
TxtReelIDMatch
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
LblPlaces
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
LblPlaces
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
NumReelIDPlaces
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
this
.
NumReelIDPlaces
=
new
Asa
.
FaceControl
.
FaceNumericUpDown
();
//this.ChkResetidbydate = new Asa.FaceControl.FaceCheckBox();
this
.
ChkReelIDFillZero
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
ChkReelIDFillZero
=
new
Asa
.
FaceControl
.
FaceCheckBox
();
this
.
TxtPostfix
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
TxtPostfix
=
new
Asa
.
FaceControl
.
FaceTextBox
();
this
.
LblPrefix
=
new
Asa
.
FaceControl
.
FaceLabel
();
this
.
LblPrefix
=
new
Asa
.
FaceControl
.
FaceLabel
();
...
@@ -72,12 +71,11 @@ namespace SmartScan
...
@@ -72,12 +71,11 @@ namespace SmartScan
this
.
facePanel1
.
Controls
.
Add
(
this
.
TxtKey
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
TxtKey
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
LstKey
);
this
.
facePanel1
.
Controls
.
Add
(
this
.
LstKey
);
this
.
facePanel1
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
facePanel1
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
facePanel1
.
Location
=
new
System
.
Drawing
.
Point
(
4
,
4
);
this
.
facePanel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
3
);
this
.
facePanel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
facePanel1
.
Name
=
"facePanel1"
;
this
.
facePanel1
.
Name
=
"facePanel1"
;
this
.
facePanel1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
facePanel1
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
facePanel1
.
ShowText
=
false
;
this
.
facePanel1
.
ShowText
=
false
;
this
.
facePanel1
.
Size
=
new
System
.
Drawing
.
Size
(
963
,
620
);
this
.
facePanel1
.
Size
=
new
System
.
Drawing
.
Size
(
722
,
496
);
this
.
facePanel1
.
TabIndex
=
1
;
this
.
facePanel1
.
TabIndex
=
1
;
this
.
facePanel1
.
Text
=
"facePanel1"
;
this
.
facePanel1
.
Text
=
"facePanel1"
;
this
.
facePanel1
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
this
.
facePanel1
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
...
@@ -99,11 +97,10 @@ namespace SmartScan
...
@@ -99,11 +97,10 @@ namespace SmartScan
this
.
PnlReelid
.
Controls
.
Add
(
this
.
LblPostfix
);
this
.
PnlReelid
.
Controls
.
Add
(
this
.
LblPostfix
);
this
.
PnlReelid
.
Controls
.
Add
(
this
.
TxtPrefix
);
this
.
PnlReelid
.
Controls
.
Add
(
this
.
TxtPrefix
);
this
.
PnlReelid
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
PnlReelid
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
PnlReelid
.
Location
=
new
System
.
Drawing
.
Point
(
475
,
8
);
this
.
PnlReelid
.
Location
=
new
System
.
Drawing
.
Point
(
356
,
6
);
this
.
PnlReelid
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
PnlReelid
.
Name
=
"PnlReelid"
;
this
.
PnlReelid
.
Name
=
"PnlReelid"
;
this
.
PnlReelid
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
PnlReelid
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
PnlReelid
.
Size
=
new
System
.
Drawing
.
Size
(
307
,
564
);
this
.
PnlReelid
.
Size
=
new
System
.
Drawing
.
Size
(
230
,
451
);
this
.
PnlReelid
.
TabIndex
=
35
;
this
.
PnlReelid
.
TabIndex
=
35
;
this
.
PnlReelid
.
Text
=
"ReelID"
;
this
.
PnlReelid
.
Text
=
"ReelID"
;
this
.
PnlReelid
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
this
.
PnlReelid
.
TitleFont
=
new
System
.
Drawing
.
Font
(
"宋体"
,
12F
);
...
@@ -116,14 +113,14 @@ namespace SmartScan
...
@@ -116,14 +113,14 @@ namespace SmartScan
this
.
CmbResetidBy
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
CmbResetidBy
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
CmbResetidBy
.
BorderWidth
=
2
;
this
.
CmbResetidBy
.
BorderWidth
=
2
;
this
.
CmbResetidBy
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
CmbResetidBy
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
CmbResetidBy
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
401
);
this
.
CmbResetidBy
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
321
);
this
.
CmbResetidBy
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
CmbResetidBy
.
Name
=
"CmbResetidBy"
;
this
.
CmbResetidBy
.
Name
=
"CmbResetidBy"
;
this
.
CmbResetidBy
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
CmbResetidBy
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
CmbResetidBy
.
SelectedIndex
=
-
1
;
this
.
CmbResetidBy
.
SelectedIndex
=
-
1
;
this
.
CmbResetidBy
.
SelectedText
=
""
;
this
.
CmbResetidBy
.
SelectedText
=
""
;
this
.
CmbResetidBy
.
Size
=
new
System
.
Drawing
.
Size
(
2
91
,
44
);
this
.
CmbResetidBy
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
35
);
this
.
CmbResetidBy
.
TabIndex
=
37
;
this
.
CmbResetidBy
.
TabIndex
=
37
;
this
.
CmbResetidBy
.
Tag
=
"not"
;
this
.
CmbResetidBy
.
Text
=
"序号重置"
;
this
.
CmbResetidBy
.
Text
=
"序号重置"
;
this
.
CmbResetidBy
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
CmbResetidBy
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
//
//
...
@@ -134,11 +131,10 @@ namespace SmartScan
...
@@ -134,11 +131,10 @@ namespace SmartScan
this
.
btn_adddatetime
.
BorderWidth
=
2
;
this
.
btn_adddatetime
.
BorderWidth
=
2
;
this
.
btn_adddatetime
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_adddatetime
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_adddatetime
.
HoldPress
=
false
;
this
.
btn_adddatetime
.
HoldPress
=
false
;
this
.
btn_adddatetime
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
467
);
this
.
btn_adddatetime
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
374
);
this
.
btn_adddatetime
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_adddatetime
.
Name
=
"btn_adddatetime"
;
this
.
btn_adddatetime
.
Name
=
"btn_adddatetime"
;
this
.
btn_adddatetime
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_adddatetime
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
btn_adddatetime
.
Size
=
new
System
.
Drawing
.
Size
(
2
91
,
56
);
this
.
btn_adddatetime
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
45
);
this
.
btn_adddatetime
.
TabIndex
=
36
;
this
.
btn_adddatetime
.
TabIndex
=
36
;
this
.
btn_adddatetime
.
Text
=
"添加日期时间"
;
this
.
btn_adddatetime
.
Text
=
"添加日期时间"
;
this
.
btn_adddatetime
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_adddatetime_Click
);
this
.
btn_adddatetime
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_adddatetime_Click
);
...
@@ -151,11 +147,10 @@ namespace SmartScan
...
@@ -151,11 +147,10 @@ namespace SmartScan
this
.
LblContent
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblContent
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblContent
.
BorderWidth
=
0
;
this
.
LblContent
.
BorderWidth
=
0
;
this
.
LblContent
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblContent
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblContent
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
42
);
this
.
LblContent
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
34
);
this
.
LblContent
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblContent
.
Name
=
"LblContent"
;
this
.
LblContent
.
Name
=
"LblContent"
;
this
.
LblContent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblContent
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblContent
.
Size
=
new
System
.
Drawing
.
Size
(
2
91
,
44
);
this
.
LblContent
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
35
);
this
.
LblContent
.
TabIndex
=
20
;
this
.
LblContent
.
TabIndex
=
20
;
this
.
LblContent
.
Text
=
"条件"
;
this
.
LblContent
.
Text
=
"条件"
;
this
.
LblContent
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
this
.
LblContent
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleLeft
;
...
@@ -167,17 +162,16 @@ namespace SmartScan
...
@@ -167,17 +162,16 @@ namespace SmartScan
this
.
TxtReelIDMatch
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtReelIDMatch
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtReelIDMatch
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtReelIDMatch
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtReelIDMatch
.
BorderWidth
=
2
;
this
.
TxtReelIDMatch
.
BorderWidth
=
2
;
this
.
TxtReelIDMatch
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
94
);
this
.
TxtReelIDMatch
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
75
);
this
.
TxtReelIDMatch
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtReelIDMatch
.
MaxLength
=
32767
;
this
.
TxtReelIDMatch
.
MaxLength
=
32767
;
this
.
TxtReelIDMatch
.
Name
=
"TxtReelIDMatch"
;
this
.
TxtReelIDMatch
.
Name
=
"TxtReelIDMatch"
;
this
.
TxtReelIDMatch
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtReelIDMatch
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
TxtReelIDMatch
.
SelectedText
=
""
;
this
.
TxtReelIDMatch
.
SelectedText
=
""
;
this
.
TxtReelIDMatch
.
SelectionLength
=
0
;
this
.
TxtReelIDMatch
.
SelectionLength
=
0
;
this
.
TxtReelIDMatch
.
SelectionStart
=
0
;
this
.
TxtReelIDMatch
.
SelectionStart
=
0
;
this
.
TxtReelIDMatch
.
ShowDel
=
true
;
this
.
TxtReelIDMatch
.
ShowDel
=
true
;
this
.
TxtReelIDMatch
.
ShowQuery
=
false
;
this
.
TxtReelIDMatch
.
ShowQuery
=
false
;
this
.
TxtReelIDMatch
.
Size
=
new
System
.
Drawing
.
Size
(
2
91
,
56
);
this
.
TxtReelIDMatch
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
45
);
this
.
TxtReelIDMatch
.
TabIndex
=
19
;
this
.
TxtReelIDMatch
.
TabIndex
=
19
;
this
.
TxtReelIDMatch
.
Text
=
"faceTextBox1"
;
this
.
TxtReelIDMatch
.
Text
=
"faceTextBox1"
;
//
//
...
@@ -187,11 +181,10 @@ namespace SmartScan
...
@@ -187,11 +181,10 @@ namespace SmartScan
this
.
LblPlaces
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPlaces
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPlaces
.
BorderWidth
=
0
;
this
.
LblPlaces
.
BorderWidth
=
0
;
this
.
LblPlaces
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPlaces
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPlaces
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
285
);
this
.
LblPlaces
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
228
);
this
.
LblPlaces
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPlaces
.
Name
=
"LblPlaces"
;
this
.
LblPlaces
.
Name
=
"LblPlaces"
;
this
.
LblPlaces
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPlaces
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblPlaces
.
Size
=
new
System
.
Drawing
.
Size
(
120
,
56
);
this
.
LblPlaces
.
Size
=
new
System
.
Drawing
.
Size
(
90
,
45
);
this
.
LblPlaces
.
TabIndex
=
23
;
this
.
LblPlaces
.
TabIndex
=
23
;
this
.
LblPlaces
.
Text
=
"数字位数"
;
this
.
LblPlaces
.
Text
=
"数字位数"
;
this
.
LblPlaces
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
LblPlaces
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
@@ -206,34 +199,17 @@ namespace SmartScan
...
@@ -206,34 +199,17 @@ namespace SmartScan
this
.
NumReelIDPlaces
.
DecimalPlaces
=
0
;
this
.
NumReelIDPlaces
.
DecimalPlaces
=
0
;
this
.
NumReelIDPlaces
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NumReelIDPlaces
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
NumReelIDPlaces
.
Increment
=
1F
;
this
.
NumReelIDPlaces
.
Increment
=
1F
;
this
.
NumReelIDPlaces
.
Location
=
new
System
.
Drawing
.
Point
(
136
,
285
);
this
.
NumReelIDPlaces
.
Location
=
new
System
.
Drawing
.
Point
(
102
,
228
);
this
.
NumReelIDPlaces
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NumReelIDPlaces
.
Maximum
=
9999F
;
this
.
NumReelIDPlaces
.
Maximum
=
9999F
;
this
.
NumReelIDPlaces
.
Minimum
=
1F
;
this
.
NumReelIDPlaces
.
Minimum
=
1F
;
this
.
NumReelIDPlaces
.
Name
=
"NumReelIDPlaces"
;
this
.
NumReelIDPlaces
.
Name
=
"NumReelIDPlaces"
;
this
.
NumReelIDPlaces
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
NumReelIDPlaces
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
NumReelIDPlaces
.
Size
=
new
System
.
Drawing
.
Size
(
1
63
,
56
);
this
.
NumReelIDPlaces
.
Size
=
new
System
.
Drawing
.
Size
(
1
22
,
45
);
this
.
NumReelIDPlaces
.
TabIndex
=
24
;
this
.
NumReelIDPlaces
.
TabIndex
=
24
;
this
.
NumReelIDPlaces
.
Text
=
"1"
;
this
.
NumReelIDPlaces
.
Text
=
"1"
;
this
.
NumReelIDPlaces
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
NumReelIDPlaces
.
TextAlign
=
System
.
Windows
.
Forms
.
HorizontalAlignment
.
Center
;
this
.
NumReelIDPlaces
.
Value
=
1F
;
this
.
NumReelIDPlaces
.
Value
=
1F
;
//
//
// ChkResetidbydate
//
//this.ChkResetidbydate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
//| System.Windows.Forms.AnchorStyles.Right)));
//this.ChkResetidbydate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
//this.ChkResetidbydate.BorderStyle = Asa.FaceControl.ControlShape.Rectangle;
//this.ChkResetidbydate.BorderWidth = 0;
//this.ChkResetidbydate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
//this.ChkResetidbydate.Location = new System.Drawing.Point(8, 395);
//this.ChkResetidbydate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
//this.ChkResetidbydate.Name = "ChkResetidbydate";
//this.ChkResetidbydate.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
//this.ChkResetidbydate.Size = new System.Drawing.Size(291, 44);
//this.ChkResetidbydate.TabIndex = 25;
//this.ChkResetidbydate.Text = "序号每日重置";
//
// ChkReelIDFillZero
// ChkReelIDFillZero
//
//
this
.
ChkReelIDFillZero
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
this
.
ChkReelIDFillZero
.
Anchor
=
((
System
.
Windows
.
Forms
.
AnchorStyles
)(((
System
.
Windows
.
Forms
.
AnchorStyles
.
Top
|
System
.
Windows
.
Forms
.
AnchorStyles
.
Left
)
...
@@ -242,11 +218,10 @@ namespace SmartScan
...
@@ -242,11 +218,10 @@ namespace SmartScan
this
.
ChkReelIDFillZero
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkReelIDFillZero
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
ChkReelIDFillZero
.
BorderWidth
=
0
;
this
.
ChkReelIDFillZero
.
BorderWidth
=
0
;
this
.
ChkReelIDFillZero
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkReelIDFillZero
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
ChkReelIDFillZero
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
349
);
this
.
ChkReelIDFillZero
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
279
);
this
.
ChkReelIDFillZero
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkReelIDFillZero
.
Name
=
"ChkReelIDFillZero"
;
this
.
ChkReelIDFillZero
.
Name
=
"ChkReelIDFillZero"
;
this
.
ChkReelIDFillZero
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
ChkReelIDFillZero
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
ChkReelIDFillZero
.
Size
=
new
System
.
Drawing
.
Size
(
2
91
,
44
);
this
.
ChkReelIDFillZero
.
Size
=
new
System
.
Drawing
.
Size
(
2
18
,
35
);
this
.
ChkReelIDFillZero
.
TabIndex
=
25
;
this
.
ChkReelIDFillZero
.
TabIndex
=
25
;
this
.
ChkReelIDFillZero
.
Text
=
"前面补0"
;
this
.
ChkReelIDFillZero
.
Text
=
"前面补0"
;
//
//
...
@@ -257,17 +232,16 @@ namespace SmartScan
...
@@ -257,17 +232,16 @@ namespace SmartScan
this
.
TxtPostfix
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtPostfix
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtPostfix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtPostfix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtPostfix
.
BorderWidth
=
2
;
this
.
TxtPostfix
.
BorderWidth
=
2
;
this
.
TxtPostfix
.
Location
=
new
System
.
Drawing
.
Point
(
136
,
221
);
this
.
TxtPostfix
.
Location
=
new
System
.
Drawing
.
Point
(
102
,
177
);
this
.
TxtPostfix
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtPostfix
.
MaxLength
=
32767
;
this
.
TxtPostfix
.
MaxLength
=
32767
;
this
.
TxtPostfix
.
Name
=
"TxtPostfix"
;
this
.
TxtPostfix
.
Name
=
"TxtPostfix"
;
this
.
TxtPostfix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtPostfix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
TxtPostfix
.
SelectedText
=
""
;
this
.
TxtPostfix
.
SelectedText
=
""
;
this
.
TxtPostfix
.
SelectionLength
=
0
;
this
.
TxtPostfix
.
SelectionLength
=
0
;
this
.
TxtPostfix
.
SelectionStart
=
0
;
this
.
TxtPostfix
.
SelectionStart
=
0
;
this
.
TxtPostfix
.
ShowDel
=
true
;
this
.
TxtPostfix
.
ShowDel
=
true
;
this
.
TxtPostfix
.
ShowQuery
=
false
;
this
.
TxtPostfix
.
ShowQuery
=
false
;
this
.
TxtPostfix
.
Size
=
new
System
.
Drawing
.
Size
(
1
63
,
56
);
this
.
TxtPostfix
.
Size
=
new
System
.
Drawing
.
Size
(
1
22
,
45
);
this
.
TxtPostfix
.
TabIndex
=
29
;
this
.
TxtPostfix
.
TabIndex
=
29
;
this
.
TxtPostfix
.
Text
=
"faceTextBox1"
;
this
.
TxtPostfix
.
Text
=
"faceTextBox1"
;
//
//
...
@@ -277,11 +251,10 @@ namespace SmartScan
...
@@ -277,11 +251,10 @@ namespace SmartScan
this
.
LblPrefix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPrefix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPrefix
.
BorderWidth
=
0
;
this
.
LblPrefix
.
BorderWidth
=
0
;
this
.
LblPrefix
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPrefix
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPrefix
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
158
);
this
.
LblPrefix
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
126
);
this
.
LblPrefix
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPrefix
.
Name
=
"LblPrefix"
;
this
.
LblPrefix
.
Name
=
"LblPrefix"
;
this
.
LblPrefix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPrefix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblPrefix
.
Size
=
new
System
.
Drawing
.
Size
(
120
,
56
);
this
.
LblPrefix
.
Size
=
new
System
.
Drawing
.
Size
(
90
,
45
);
this
.
LblPrefix
.
TabIndex
=
26
;
this
.
LblPrefix
.
TabIndex
=
26
;
this
.
LblPrefix
.
Text
=
"前缀"
;
this
.
LblPrefix
.
Text
=
"前缀"
;
this
.
LblPrefix
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
LblPrefix
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
@@ -292,11 +265,10 @@ namespace SmartScan
...
@@ -292,11 +265,10 @@ namespace SmartScan
this
.
LblPostfix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPostfix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblPostfix
.
BorderWidth
=
0
;
this
.
LblPostfix
.
BorderWidth
=
0
;
this
.
LblPostfix
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPostfix
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblPostfix
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
221
);
this
.
LblPostfix
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
177
);
this
.
LblPostfix
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPostfix
.
Name
=
"LblPostfix"
;
this
.
LblPostfix
.
Name
=
"LblPostfix"
;
this
.
LblPostfix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LblPostfix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LblPostfix
.
Size
=
new
System
.
Drawing
.
Size
(
120
,
56
);
this
.
LblPostfix
.
Size
=
new
System
.
Drawing
.
Size
(
90
,
45
);
this
.
LblPostfix
.
TabIndex
=
28
;
this
.
LblPostfix
.
TabIndex
=
28
;
this
.
LblPostfix
.
Text
=
"后缀"
;
this
.
LblPostfix
.
Text
=
"后缀"
;
this
.
LblPostfix
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
this
.
LblPostfix
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
@@ -308,17 +280,16 @@ namespace SmartScan
...
@@ -308,17 +280,16 @@ namespace SmartScan
this
.
TxtPrefix
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtPrefix
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtPrefix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtPrefix
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtPrefix
.
BorderWidth
=
2
;
this
.
TxtPrefix
.
BorderWidth
=
2
;
this
.
TxtPrefix
.
Location
=
new
System
.
Drawing
.
Point
(
136
,
158
);
this
.
TxtPrefix
.
Location
=
new
System
.
Drawing
.
Point
(
102
,
126
);
this
.
TxtPrefix
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtPrefix
.
MaxLength
=
32767
;
this
.
TxtPrefix
.
MaxLength
=
32767
;
this
.
TxtPrefix
.
Name
=
"TxtPrefix"
;
this
.
TxtPrefix
.
Name
=
"TxtPrefix"
;
this
.
TxtPrefix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtPrefix
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
TxtPrefix
.
SelectedText
=
""
;
this
.
TxtPrefix
.
SelectedText
=
""
;
this
.
TxtPrefix
.
SelectionLength
=
0
;
this
.
TxtPrefix
.
SelectionLength
=
0
;
this
.
TxtPrefix
.
SelectionStart
=
0
;
this
.
TxtPrefix
.
SelectionStart
=
0
;
this
.
TxtPrefix
.
ShowDel
=
true
;
this
.
TxtPrefix
.
ShowDel
=
true
;
this
.
TxtPrefix
.
ShowQuery
=
false
;
this
.
TxtPrefix
.
ShowQuery
=
false
;
this
.
TxtPrefix
.
Size
=
new
System
.
Drawing
.
Size
(
1
63
,
56
);
this
.
TxtPrefix
.
Size
=
new
System
.
Drawing
.
Size
(
1
22
,
45
);
this
.
TxtPrefix
.
TabIndex
=
27
;
this
.
TxtPrefix
.
TabIndex
=
27
;
this
.
TxtPrefix
.
Text
=
"faceTextBox1"
;
this
.
TxtPrefix
.
Text
=
"faceTextBox1"
;
//
//
...
@@ -329,11 +300,10 @@ namespace SmartScan
...
@@ -329,11 +300,10 @@ namespace SmartScan
this
.
btn_down
.
BorderWidth
=
2
;
this
.
btn_down
.
BorderWidth
=
2
;
this
.
btn_down
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_down
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_down
.
HoldPress
=
false
;
this
.
btn_down
.
HoldPress
=
false
;
this
.
btn_down
.
Location
=
new
System
.
Drawing
.
Point
(
123
,
390
);
this
.
btn_down
.
Location
=
new
System
.
Drawing
.
Point
(
92
,
312
);
this
.
btn_down
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_down
.
Name
=
"btn_down"
;
this
.
btn_down
.
Name
=
"btn_down"
;
this
.
btn_down
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_down
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
btn_down
.
Size
=
new
System
.
Drawing
.
Size
(
112
,
56
);
this
.
btn_down
.
Size
=
new
System
.
Drawing
.
Size
(
84
,
45
);
this
.
btn_down
.
TabIndex
=
34
;
this
.
btn_down
.
TabIndex
=
34
;
this
.
btn_down
.
Text
=
"▼"
;
this
.
btn_down
.
Text
=
"▼"
;
this
.
btn_down
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_down_Click
);
this
.
btn_down
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_down_Click
);
...
@@ -345,11 +315,10 @@ namespace SmartScan
...
@@ -345,11 +315,10 @@ namespace SmartScan
this
.
btn_up
.
BorderWidth
=
2
;
this
.
btn_up
.
BorderWidth
=
2
;
this
.
btn_up
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_up
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_up
.
HoldPress
=
false
;
this
.
btn_up
.
HoldPress
=
false
;
this
.
btn_up
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
390
);
this
.
btn_up
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
312
);
this
.
btn_up
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_up
.
Name
=
"btn_up"
;
this
.
btn_up
.
Name
=
"btn_up"
;
this
.
btn_up
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_up
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
btn_up
.
Size
=
new
System
.
Drawing
.
Size
(
107
,
56
);
this
.
btn_up
.
Size
=
new
System
.
Drawing
.
Size
(
80
,
45
);
this
.
btn_up
.
TabIndex
=
34
;
this
.
btn_up
.
TabIndex
=
34
;
this
.
btn_up
.
Text
=
"▲"
;
this
.
btn_up
.
Text
=
"▲"
;
this
.
btn_up
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_up_Click
);
this
.
btn_up
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_up_Click
);
...
@@ -361,11 +330,10 @@ namespace SmartScan
...
@@ -361,11 +330,10 @@ namespace SmartScan
this
.
btn_setriid
.
BorderWidth
=
2
;
this
.
btn_setriid
.
BorderWidth
=
2
;
this
.
btn_setriid
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_setriid
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
btn_setriid
.
HoldPress
=
false
;
this
.
btn_setriid
.
HoldPress
=
false
;
this
.
btn_setriid
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
326
);
this
.
btn_setriid
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
261
);
this
.
btn_setriid
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_setriid
.
Name
=
"btn_setriid"
;
this
.
btn_setriid
.
Name
=
"btn_setriid"
;
this
.
btn_setriid
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
btn_setriid
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
btn_setriid
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
btn_setriid
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
btn_setriid
.
TabIndex
=
34
;
this
.
btn_setriid
.
TabIndex
=
34
;
this
.
btn_setriid
.
Text
=
"Toggle Auto ReelID"
;
this
.
btn_setriid
.
Text
=
"Toggle Auto ReelID"
;
this
.
btn_setriid
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_setriid_Click
);
this
.
btn_setriid
.
Click
+=
new
System
.
EventHandler
(
this
.
btn_setriid_Click
);
...
@@ -377,11 +345,10 @@ namespace SmartScan
...
@@ -377,11 +345,10 @@ namespace SmartScan
this
.
BtnAppendKey
.
BorderWidth
=
2
;
this
.
BtnAppendKey
.
BorderWidth
=
2
;
this
.
BtnAppendKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnAppendKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnAppendKey
.
HoldPress
=
false
;
this
.
BtnAppendKey
.
HoldPress
=
false
;
this
.
BtnAppendKey
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
262
);
this
.
BtnAppendKey
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
210
);
this
.
BtnAppendKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnAppendKey
.
Name
=
"BtnAppendKey"
;
this
.
BtnAppendKey
.
Name
=
"BtnAppendKey"
;
this
.
BtnAppendKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnAppendKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnAppendKey
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
BtnAppendKey
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
BtnAppendKey
.
TabIndex
=
34
;
this
.
BtnAppendKey
.
TabIndex
=
34
;
this
.
BtnAppendKey
.
Text
=
"append"
;
this
.
BtnAppendKey
.
Text
=
"append"
;
this
.
BtnAppendKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnAppendKey_Click
);
this
.
BtnAppendKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnAppendKey_Click
);
...
@@ -393,11 +360,10 @@ namespace SmartScan
...
@@ -393,11 +360,10 @@ namespace SmartScan
this
.
BtnUpdateKey
.
BorderWidth
=
2
;
this
.
BtnUpdateKey
.
BorderWidth
=
2
;
this
.
BtnUpdateKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnUpdateKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnUpdateKey
.
HoldPress
=
false
;
this
.
BtnUpdateKey
.
HoldPress
=
false
;
this
.
BtnUpdateKey
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
199
);
this
.
BtnUpdateKey
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
159
);
this
.
BtnUpdateKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnUpdateKey
.
Name
=
"BtnUpdateKey"
;
this
.
BtnUpdateKey
.
Name
=
"BtnUpdateKey"
;
this
.
BtnUpdateKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnUpdateKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnUpdateKey
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
BtnUpdateKey
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
BtnUpdateKey
.
TabIndex
=
33
;
this
.
BtnUpdateKey
.
TabIndex
=
33
;
this
.
BtnUpdateKey
.
Text
=
"update"
;
this
.
BtnUpdateKey
.
Text
=
"update"
;
this
.
BtnUpdateKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnUpdateKey_Click
);
this
.
BtnUpdateKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnUpdateKey_Click
);
...
@@ -409,11 +375,10 @@ namespace SmartScan
...
@@ -409,11 +375,10 @@ namespace SmartScan
this
.
BtnDelKey
.
BorderWidth
=
2
;
this
.
BtnDelKey
.
BorderWidth
=
2
;
this
.
BtnDelKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnDelKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnDelKey
.
HoldPress
=
false
;
this
.
BtnDelKey
.
HoldPress
=
false
;
this
.
BtnDelKey
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
135
);
this
.
BtnDelKey
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
108
);
this
.
BtnDelKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnDelKey
.
Name
=
"BtnDelKey"
;
this
.
BtnDelKey
.
Name
=
"BtnDelKey"
;
this
.
BtnDelKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnDelKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnDelKey
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
BtnDelKey
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
BtnDelKey
.
TabIndex
=
32
;
this
.
BtnDelKey
.
TabIndex
=
32
;
this
.
BtnDelKey
.
Text
=
"del"
;
this
.
BtnDelKey
.
Text
=
"del"
;
this
.
BtnDelKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnDelKey_Click
);
this
.
BtnDelKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnDelKey_Click
);
...
@@ -425,11 +390,10 @@ namespace SmartScan
...
@@ -425,11 +390,10 @@ namespace SmartScan
this
.
BtnAddKey
.
BorderWidth
=
2
;
this
.
BtnAddKey
.
BorderWidth
=
2
;
this
.
BtnAddKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnAddKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
BtnAddKey
.
HoldPress
=
false
;
this
.
BtnAddKey
.
HoldPress
=
false
;
this
.
BtnAddKey
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
71
);
this
.
BtnAddKey
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
57
);
this
.
BtnAddKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnAddKey
.
Name
=
"BtnAddKey"
;
this
.
BtnAddKey
.
Name
=
"BtnAddKey"
;
this
.
BtnAddKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
BtnAddKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
BtnAddKey
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
BtnAddKey
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
BtnAddKey
.
TabIndex
=
31
;
this
.
BtnAddKey
.
TabIndex
=
31
;
this
.
BtnAddKey
.
Text
=
"add"
;
this
.
BtnAddKey
.
Text
=
"add"
;
this
.
BtnAddKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnAddKey_Click
);
this
.
BtnAddKey
.
Click
+=
new
System
.
EventHandler
(
this
.
BtnAddKey_Click
);
...
@@ -439,17 +403,16 @@ namespace SmartScan
...
@@ -439,17 +403,16 @@ namespace SmartScan
this
.
TxtKey
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtKey
.
BackColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))),
((
int
)(((
byte
)(
20
)))));
this
.
TxtKey
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtKey
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
TxtKey
.
BorderWidth
=
2
;
this
.
TxtKey
.
BorderWidth
=
2
;
this
.
TxtKey
.
Location
=
new
System
.
Drawing
.
Point
(
243
,
8
);
this
.
TxtKey
.
Location
=
new
System
.
Drawing
.
Point
(
182
,
6
);
this
.
TxtKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtKey
.
MaxLength
=
32767
;
this
.
TxtKey
.
MaxLength
=
32767
;
this
.
TxtKey
.
Name
=
"TxtKey"
;
this
.
TxtKey
.
Name
=
"TxtKey"
;
this
.
TxtKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
TxtKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
TxtKey
.
SelectedText
=
""
;
this
.
TxtKey
.
SelectedText
=
""
;
this
.
TxtKey
.
SelectionLength
=
0
;
this
.
TxtKey
.
SelectionLength
=
0
;
this
.
TxtKey
.
SelectionStart
=
0
;
this
.
TxtKey
.
SelectionStart
=
0
;
this
.
TxtKey
.
ShowDel
=
true
;
this
.
TxtKey
.
ShowDel
=
true
;
this
.
TxtKey
.
ShowQuery
=
false
;
this
.
TxtKey
.
ShowQuery
=
false
;
this
.
TxtKey
.
Size
=
new
System
.
Drawing
.
Size
(
224
,
56
);
this
.
TxtKey
.
Size
=
new
System
.
Drawing
.
Size
(
168
,
45
);
this
.
TxtKey
.
TabIndex
=
30
;
this
.
TxtKey
.
TabIndex
=
30
;
//
//
// LstKey
// LstKey
...
@@ -458,23 +421,21 @@ namespace SmartScan
...
@@ -458,23 +421,21 @@ namespace SmartScan
this
.
LstKey
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LstKey
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LstKey
.
BorderWidth
=
2
;
this
.
LstKey
.
BorderWidth
=
2
;
this
.
LstKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LstKey
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LstKey
.
Location
=
new
System
.
Drawing
.
Point
(
8
,
8
);
this
.
LstKey
.
Location
=
new
System
.
Drawing
.
Point
(
6
,
6
);
this
.
LstKey
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LstKey
.
Name
=
"LstKey"
;
this
.
LstKey
.
Name
=
"LstKey"
;
this
.
LstKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
LstKey
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
,
3
,
3
,
3
);
this
.
LstKey
.
SelectedIndex
=
-
1
;
this
.
LstKey
.
SelectedIndex
=
-
1
;
this
.
LstKey
.
Size
=
new
System
.
Drawing
.
Size
(
227
,
375
);
this
.
LstKey
.
Size
=
new
System
.
Drawing
.
Size
(
170
,
300
);
this
.
LstKey
.
TabIndex
=
21
;
this
.
LstKey
.
TabIndex
=
21
;
this
.
LstKey
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstKey_SelectedIndexChanged
);
this
.
LstKey
.
SelectedIndexChanged
+=
new
System
.
EventHandler
(
this
.
LstKey_SelectedIndexChanged
);
//
//
// UsrMacro
// UsrMacro
//
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
8F
,
15
F
);
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12
F
);
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
AutoScaleMode
=
System
.
Windows
.
Forms
.
AutoScaleMode
.
Font
;
this
.
Controls
.
Add
(
this
.
facePanel1
);
this
.
Controls
.
Add
(
this
.
facePanel1
);
this
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
4
);
this
.
Name
=
"UsrMacro"
;
this
.
Name
=
"UsrMacro"
;
this
.
Size
=
new
System
.
Drawing
.
Size
(
1131
,
666
);
this
.
Size
=
new
System
.
Drawing
.
Size
(
848
,
533
);
this
.
facePanel1
.
ResumeLayout
(
false
);
this
.
facePanel1
.
ResumeLayout
(
false
);
this
.
PnlReelid
.
ResumeLayout
(
false
);
this
.
PnlReelid
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
this
.
ResumeLayout
(
false
);
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论