Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
张东亮
/
NS100
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 4bbefe4a
由
LN
编写于
2024-12-03 16:03:39 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
中英文修改。设置界面调整。
1 个父辈
e68ad55b
全部展开
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
15 行增加
和
5 行删除
IDHIKCamera/IDHIK.cs
SmartScan/Form/FrmDrawText.Designer.cs
SmartScan/Language/en-US.lngres
SmartScan/Language/zh-CN.lngres
SmartScan/SetControl/FrmDataFilePreview.Designer.cs
SmartScan/SetControl/FrmDataFilePreview.cs
SmartScan/SetControl/UsrDataSource.Designer.cs
IDHIKCamera/IDHIK.cs
查看文件 @
4bbefe4
using
MvCodeReaderSDKNet
;
using
MVIDCodeReaderNet
;
using
System
;
using
System.Collections.Generic
;
using
System.Drawing
;
...
...
SmartScan/Form/FrmDrawText.Designer.cs
查看文件 @
4bbefe4
...
...
@@ -72,7 +72,7 @@
this
.
Controls
.
Add
(
this
.
faceButton1
);
this
.
Icon
=
((
System
.
Drawing
.
Bitmap
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmDrawText"
;
this
.
Text
=
"Using OCR
r
esult"
;
this
.
Text
=
"Using OCR
R
esult"
;
this
.
Controls
.
SetChildIndex
(
this
.
faceButton1
,
0
);
this
.
Controls
.
SetChildIndex
(
this
.
faceButton2
,
0
);
this
.
ResumeLayout
(
false
);
...
...
SmartScan/Language/en-US.lngres
查看文件 @
4bbefe4
...
...
@@ -22,7 +22,7 @@ Dialog_RepeatPrint 该料盘标签已打印 The Label Has Been Printed
Dialog_MaterialScanning 拍照识别... In Recognition...
Dialog_MaterialTemplateMatching 模版匹配... Template Matching...
Dialog_MaterialProcessing 计算结果... Processing Results...
Dialog_PleaseWaiting 请稍后... Please Wait
ing
...
Dialog_PleaseWaiting 请稍后... Please Wait...
Dialog_MatchType_max 匹配数量至多 Match Times At Most
Dialog_MatchType_equals 匹配数量等于 Match Times Equals
Dialog_MatchType_min 匹配数量至少 Match Times At Least
...
...
@@ -264,3 +264,7 @@ UsrKeywordlabeling_UpdateLabel 修改关键字 Modify keywords Arial,12,,
UsrKeywordlabeling_SaveLabel 确认 Confirm Arial,12,,
FrmKeyCollection_FrmKeyCollection 选择关键字 Select keywords Arial,12,,
FrmKeyCollection_faceButton1 确认 Confirm Arial,12,,
FrmDataFilePreview_BtnCancel 取消 Cancel 微软雅黑,12,,
FrmDataFilePreview_BtnOK 确认 OK 微软雅黑,12,,
FrmDataFilePreview_LblEncoding 编码格式 Encoding Format 微软雅黑,12,,
FrmDataFilePreview_FrmDataFilePreview 文件预览 File Preview 微软雅黑,12,,
SmartScan/Language/zh-CN.lngres
查看文件 @
4bbefe4
...
...
@@ -263,3 +263,8 @@ UsrKeywordlabeling_UpdateLabel 修改关键字 修改关键字 微软雅黑,12,,
UsrKeywordlabeling_SaveLabel 确认 确认 微软雅黑,12,,
FrmKeyCollection_FrmKeyCollection 选择关键字 选择关键字 微软雅黑,12,,
FrmKeyCollection_faceButton1 确认 确认 微软雅黑,12,,
FrmDataFilePreview_BtnCancel 取消 取消 微软雅黑,12,,
FrmDataFilePreview_BtnOK 确认 确认 微软雅黑,12,,
FrmDataFilePreview_LblEncoding 编码格式 编码格式 微软雅黑,12,,
FrmDataFilePreview_FrmDataFilePreview 文件预览 文件预览 微软雅黑,12,,
SmartScan/SetControl/FrmDataFilePreview.Designer.cs
查看文件 @
4bbefe4
...
...
@@ -87,10 +87,10 @@ namespace SmartScan
this
.
LblEncoding
.
BorderStyle
=
Asa
.
FaceControl
.
ControlShape
.
Rectangle
;
this
.
LblEncoding
.
BorderWidth
=
0
;
this
.
LblEncoding
.
ForeColor
=
System
.
Drawing
.
Color
.
FromArgb
(((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))),
((
int
)(((
byte
)(
230
)))));
this
.
LblEncoding
.
Location
=
new
System
.
Drawing
.
Point
(
354
,
44
);
this
.
LblEncoding
.
Location
=
new
System
.
Drawing
.
Point
(
211
,
44
);
this
.
LblEncoding
.
Name
=
"LblEncoding"
;
this
.
LblEncoding
.
Padding
=
new
System
.
Windows
.
Forms
.
Padding
(
3
);
this
.
LblEncoding
.
Size
=
new
System
.
Drawing
.
Size
(
139
,
35
);
this
.
LblEncoding
.
Size
=
new
System
.
Drawing
.
Size
(
282
,
35
);
this
.
LblEncoding
.
TabIndex
=
22
;
this
.
LblEncoding
.
Text
=
"编码格式"
;
this
.
LblEncoding
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleRight
;
...
...
SmartScan/SetControl/FrmDataFilePreview.cs
查看文件 @
4bbefe4
...
...
@@ -25,6 +25,8 @@ namespace SmartScan
FrmDataFilePreview
frmDataFile
=
new
FrmDataFilePreview
();
frmDataFile
.
Filename
=
filename
;
Encodingtxt
=
frmDataFile
.
EncodingTxt
;
Asa
.
FaceControl
.
Language
.
SetLanguage
(
frmDataFile
);
if
(
frmDataFile
.
ShowDialog
()
!=
DialogResult
.
OK
)
return
false
;
...
...
SmartScan/SetControl/UsrDataSource.Designer.cs
查看文件 @
4bbefe4
此文件的差异被折叠,
点击展开。
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论