Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
ACSingleStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 91286ccb
由
LN
编写于
2019-07-22 17:13:31 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
b33bb81f
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
12 行增加
和
14 行删除
source/ACSingleStore/FrmStoreBox.Designer.cs
source/ACSingleStore/FrmStoreBox.cs
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
source/ACSingleStore/FrmStoreBox.Designer.cs
查看文件 @
91286cc
...
...
@@ -2010,20 +2010,22 @@
this
.
显示
ToolStripMenuItem
,
this
.
toolStripMenuItem1
});
this
.
contextMenuStrip1
.
Name
=
"contextMenuStrip1"
;
this
.
contextMenuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
11
6
,
48
);
this
.
contextMenuStrip1
.
Size
=
new
System
.
Drawing
.
Size
(
11
1
,
56
);
//
// 显示ToolStripMenuItem
//
this
.
显示
ToolStripMenuItem
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
显示
ToolStripMenuItem
.
Name
=
"显示ToolStripMenuItem"
;
this
.
显示
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
11
5
,
22
);
this
.
显示
ToolStripMenuItem
.
Text
=
"显示
(&S)
"
;
this
.
显示
ToolStripMenuItem
.
Size
=
new
System
.
Drawing
.
Size
(
11
0
,
26
);
this
.
显示
ToolStripMenuItem
.
Text
=
"显示"
;
this
.
显示
ToolStripMenuItem
.
Click
+=
new
System
.
EventHandler
(
this
.
显示
ToolStripMenuItem_Click
);
//
// toolStripMenuItem1
//
this
.
toolStripMenuItem1
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
12F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
toolStripMenuItem1
.
Name
=
"toolStripMenuItem1"
;
this
.
toolStripMenuItem1
.
Size
=
new
System
.
Drawing
.
Size
(
11
5
,
22
);
this
.
toolStripMenuItem1
.
Text
=
"退出
(&E)
"
;
this
.
toolStripMenuItem1
.
Size
=
new
System
.
Drawing
.
Size
(
11
0
,
26
);
this
.
toolStripMenuItem1
.
Text
=
"退出"
;
this
.
toolStripMenuItem1
.
Click
+=
new
System
.
EventHandler
(
this
.
toolStripMenuItem1_Click
);
//
// notifyIcon1
...
...
@@ -2621,6 +2623,7 @@
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
MainMenuStrip
=
this
.
menuStrip1
;
this
.
Name
=
"FrmStoreBox"
;
this
.
Opacity
=
0D
;
this
.
Text
=
"AC_SA_料仓"
;
this
.
WindowState
=
System
.
Windows
.
Forms
.
FormWindowState
.
Maximized
;
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmTest_FormClosing
);
...
...
source/ACSingleStore/FrmStoreBox.cs
查看文件 @
91286cc
...
...
@@ -1161,7 +1161,8 @@ namespace OnlineStore.ACSingleStore
{
LogUtil
.
info
(
"切换界面显示时,没有正确输入密码"
);
return
;
}
}
this
.
Opacity
=
100
;
this
.
Visible
=
true
;
this
.
WindowState
=
FormWindowState
.
Maximized
;
this
.
notifyIcon1
.
Visible
=
false
;
...
...
@@ -1212,6 +1213,7 @@ namespace OnlineStore.ACSingleStore
/// </summary>
private
void
HideForm
()
{
this
.
Opacity
=
0
;
this
.
ShowInTaskbar
=
false
;
this
.
notifyIcon1
.
Visible
=
true
;
this
.
Hide
();
...
...
source/DeviceLibrary/acSingleStore/AC_SA_BoxBean.cs
查看文件 @
91286cc
...
...
@@ -1392,9 +1392,7 @@ namespace OnlineStore.DeviceLibrary
if
(
isInProcess
)
{
return
;
}
//HumitureServer.RandomData(Config.GetTempAddrList());
}
isInProcess
=
true
;
if
(
StoreManager
.
IsConnectServer
)
{
...
...
@@ -1409,11 +1407,6 @@ namespace OnlineStore.DeviceLibrary
}
if
(
LineConnect
.
IsConnect
())
{
string
posID
=
""
;
if
(
StoreMove
.
MoveType
.
Equals
(
StoreMoveType
.
InStore
)
||
StoreMove
.
MoveType
.
Equals
(
StoreMoveType
.
OutStore
))
{
posID
=
StoreMove
.
MoveParam
.
PositionNum
;
}
int
hasTray
=
(
int
)
IOManager
.
IOValue
(
IO_Type
.
TrayCheck_Door
);
int
ss
=
(
int
)
storeStatus
;
if
(
IsDebug
)
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论