Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
李娜
/
SO827-OutletEquip
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit d625b9ff
由
LN
编写于
2021-03-15 13:21:31 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
1
1 个父辈
4a2e04fb
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
17 行增加
和
11 行删除
source/HCSingleStore/FrmEquip.cs
source/HCSingleStore/OutletEquip.csproj
source/HCSingleStore/Properties/Resources.Designer.cs
source/HCSingleStore/Properties/Settings.Designer.cs
source/HCSingleStore/FrmEquip.cs
查看文件 @
d625b9f
...
...
@@ -561,12 +561,18 @@ namespace OnlineStore.ACSingleStore
LogUtil
.
info
(
"ExitApp 停止"
+
equip
.
Name
+
"运行 "
);
equip
.
StopRun
();
}
IOManager
.
instance
.
CloseAllDO
();
IOManager
.
instance
.
CloseAllConnection
();
AxisManager
.
instance
.
CloseAllPort
();
AxisManager
.
instance
.
CloseCard
();
RFIDManager
.
Close
();
AgvClient
.
Dispose
();
try
{
IOManager
.
instance
.
CloseAllDO
();
IOManager
.
instance
.
CloseAllConnection
();
AxisManager
.
instance
.
CloseAllPort
();
AxisManager
.
instance
.
CloseCard
();
RFIDManager
.
Close
();
AgvClient
.
Dispose
();
}
catch
(
Exception
ex
)
{
LogUtil
.
error
(
"ExitApp出错:"
+
ex
.
ToString
());
}
System
.
Environment
.
Exit
(
System
.
Environment
.
ExitCode
);
}
...
...
source/HCSingleStore/OutletEquip.csproj
查看文件 @
d625b9f
...
...
@@ -7,8 +7,8 @@
<ProjectGuid>{0D2542F5-DD62-4352-82D0-383D9A045E74}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>OnlineStore.
HCSingleStore
</RootNamespace>
<AssemblyName>
HCSingleStore
</AssemblyName>
<RootNamespace>OnlineStore.
OutletEquip
</RootNamespace>
<AssemblyName>
OutletEquip
</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
...
...
source/HCSingleStore/Properties/Resources.Designer.cs
查看文件 @
d625b9f
...
...
@@ -47,8 +47,8 @@ namespace OnlineStore.OutletEquip.Properties {
}
/// <summary>
/// 重写当前线程的 CurrentUICulture 属性
///
重写当前线程的 CurrentUICulture 属性
。
/// 重写当前线程的 CurrentUICulture 属性
,对
///
使用此强类型资源类的所有资源查找执行重写
。
/// </summary>
[
global
::
System
.
ComponentModel
.
EditorBrowsableAttribute
(
global
::
System
.
ComponentModel
.
EditorBrowsableState
.
Advanced
)]
internal
static
global
::
System
.
Globalization
.
CultureInfo
Culture
{
...
...
source/HCSingleStore/Properties/Settings.Designer.cs
查看文件 @
d625b9f
...
...
@@ -12,7 +12,7 @@ namespace OnlineStore.OutletEquip.Properties {
[
global
::
System
.
Runtime
.
CompilerServices
.
CompilerGeneratedAttribute
()]
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator"
,
"16.
7.0
.0"
)]
[
global
::
System
.
CodeDom
.
Compiler
.
GeneratedCodeAttribute
(
"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator"
,
"16.
8.1
.0"
)]
internal
sealed
partial
class
Settings
:
global
::
System
.
Configuration
.
ApplicationSettingsBase
{
private
static
Settings
defaultInstance
=
((
Settings
)(
global
::
System
.
Configuration
.
ApplicationSettingsBase
.
Synchronized
(
new
Settings
())));
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论