Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
VerticalStore
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit b15ea029
由
LN
编写于
2020-07-18 15:52:30 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
c631b6ec
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
6 行增加
和
6 行删除
dll/Asa.IOModule.AIOBOX.dll
source/DeviceLibrary/acVerticalStore/VerticalStoreBean.cs
source/VerticalStoreClinet/FrmStoreBox.Designer.cs
dll/Asa.IOModule.AIOBOX.dll
查看文件 @
b15ea02
此文件类型无法预览
source/DeviceLibrary/acVerticalStore/VerticalStoreBean.cs
查看文件 @
b15ea02
...
...
@@ -501,12 +501,12 @@ namespace OnlineStore.DeviceLibrary
Alarm
(
StoreAlarmType
.
AxisAlarm
,
axisInfo
.
ProName
,
WarnMsg
,
MoveType
.
None
);
isInAlarm
=
true
;
}
else
if
(!
AxisACodeMap
[
deviceName
].
Equals
(
alarmIo
))
else
if
(!
AxisACodeMap
[
axisInfo
.
GetNameStr
()
].
Equals
(
alarmIo
))
{
LogUtil
.
error
(
Name
+
" 运动轴 "
+
axisInfo
.
Explain
+
",报警已解除!"
);
}
AxisACodeMap
[
deviceName
]
=
alarmIo
;
AxisACodeMap
[
axisInfo
.
GetNameStr
()
]
=
alarmIo
;
}
return
isInAlarm
;
}
...
...
source/VerticalStoreClinet/FrmStoreBox.Designer.cs
查看文件 @
b15ea02
...
...
@@ -792,7 +792,7 @@
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreExit
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnStoreStop
);
this
.
panel1
.
Controls
.
Add
(
this
.
btnClearL
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
2
5
);
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
9
,
2
0
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
1152
,
48
);
this
.
panel1
.
TabIndex
=
274
;
...
...
@@ -801,9 +801,9 @@
//
this
.
lblWarnMsg
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Regular
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblWarnMsg
.
ForeColor
=
System
.
Drawing
.
Color
.
Red
;
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
1
14
);
this
.
lblWarnMsg
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
1
05
);
this
.
lblWarnMsg
.
Name
=
"lblWarnMsg"
;
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
938
,
56
);
this
.
lblWarnMsg
.
Size
=
new
System
.
Drawing
.
Size
(
938
,
64
);
this
.
lblWarnMsg
.
TabIndex
=
224
;
this
.
lblWarnMsg
.
TextAlign
=
System
.
Drawing
.
ContentAlignment
.
MiddleCenter
;
//
...
...
@@ -812,7 +812,7 @@
this
.
lblThisSta
.
AutoSize
=
true
;
this
.
lblThisSta
.
Font
=
new
System
.
Drawing
.
Font
(
"微软雅黑"
,
10.5F
,
System
.
Drawing
.
FontStyle
.
Bold
,
System
.
Drawing
.
GraphicsUnit
.
Point
,
((
byte
)(
134
)));
this
.
lblThisSta
.
ForeColor
=
System
.
Drawing
.
Color
.
Green
;
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
84
);
this
.
lblThisSta
.
Location
=
new
System
.
Drawing
.
Point
(
10
,
78
);
this
.
lblThisSta
.
Name
=
"lblThisSta"
;
this
.
lblThisSta
.
Size
=
new
System
.
Drawing
.
Size
(
65
,
19
);
this
.
lblThisSta
.
TabIndex
=
216
;
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论