Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
SO815-AutoInOutStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
图表
网络
创建新的问题
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit a3115014
由
LN
编写于
2020-09-18 21:14:58 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
版本合并
1 个父辈
7c25a345
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
10 行增加
和
2 行删除
source/ACSingleStore/ResourceCulture.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
source/ACSingleStore/ResourceCulture.cs
查看文件 @
a311501
...
@@ -16,7 +16,7 @@ namespace OnlineStore.AutoInOutStore
...
@@ -16,7 +16,7 @@ namespace OnlineStore.AutoInOutStore
{
{
public
class
ResourceCulture
public
class
ResourceCulture
{
{
public
static
bool
ShowLog
=
true
;
public
static
bool
ShowLog
=
false
;
public
static
string
China
=
"zh-CN"
;
public
static
string
China
=
"zh-CN"
;
public
static
string
English
=
"en-US"
;
public
static
string
English
=
"en-US"
;
public
static
string
German
=
"ge-DE"
;
public
static
string
German
=
"ge-DE"
;
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
a311501
...
@@ -1787,6 +1787,10 @@ namespace OnlineStore.DeviceLibrary
...
@@ -1787,6 +1787,10 @@ namespace OnlineStore.DeviceLibrary
op
.
msgCode
=
type
;
op
.
msgCode
=
type
;
op
.
msgParam
=
param
;
op
.
msgParam
=
param
;
op
.
msgData
=
new
Dictionary
<
string
,
string
>();
op
.
msgData
=
new
Dictionary
<
string
,
string
>();
if
(
param
==
null
)
{
param
=
new
string
[]
{
};
}
op
.
msgData
.
Add
(
"zh"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
China
,
type
,
msg
,
param
));
op
.
msgData
.
Add
(
"zh"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
China
,
type
,
msg
,
param
));
op
.
msgData
.
Add
(
"en"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
English
,
type
,
msg
,
param
));
op
.
msgData
.
Add
(
"en"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
English
,
type
,
msg
,
param
));
op
.
msgData
.
Add
(
"jp"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
Japanese
,
type
,
msg
,
param
));
op
.
msgData
.
Add
(
"jp"
,
ResourceControl
.
GetStringByLan
(
ResourceControl
.
Japanese
,
type
,
msg
,
param
));
...
...
source/DeviceLibrary/acSingleStore/AutomaticBaiting.cs
查看文件 @
a311501
...
@@ -454,10 +454,14 @@ namespace OnlineStore.DeviceLibrary
...
@@ -454,10 +454,14 @@ namespace OnlineStore.DeviceLibrary
{
{
LastWidth
=
13
;
LastWidth
=
13
;
}
}
else
else
if
(
IOManager
.
IOValue
(
IO_Type
.
WidthCheck1
).
Equals
(
IO_VALUE
.
HIGH
))
{
{
LastWidth
=
7
;
LastWidth
=
7
;
}
}
else
{
LastWidth
=
13
;
}
}
}
LastHeight
=
GetHeight
();
LastHeight
=
GetHeight
();
BatchInStoreCount
++;
BatchInStoreCount
++;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论