首次提交:添加src文件夹代码
29
Cowain.Bake.Main/bin/Debug/Cowain.Preheat.BLL.dll.config
Normal file
@@ -0,0 +1,29 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
|
||||
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
||||
</configSections>
|
||||
<entityFramework>
|
||||
<providers>
|
||||
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
|
||||
|
||||
</providers>
|
||||
</entityFramework>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2"/>
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>
|
||||
39
Cowain.Bake.Main/bin/Debug/Cowain.Preheat.UI.dll.config
Normal file
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Numerics.Vectors" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.1.4.0" newVersion="4.1.4.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Text.Encoding.CodePages" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup></configuration>
|
||||
BIN
Cowain.Bake.Main/bin/Debug/EntityFramework.SqlServer.dll
Normal file
BIN
Cowain.Bake.Main/bin/Debug/MySql.Data.EntityFramework.dll
Normal file
35
Cowain.Bake.Main/bin/Debug/NLog.config
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" throwExceptions="true">
|
||||
|
||||
<targets xsi:type="AsyncWrapper">
|
||||
<!--保存至文件-->
|
||||
<target name="log_file" xsi:type="File"
|
||||
archiveFileName="../Logs/Archive/${shortdate} ${level:uppercase=false:padding=-5}.log"
|
||||
maxArchiveFiles="30"
|
||||
archiveEvery="Day"
|
||||
fileName="../Logs/${level:uppercase=false:padding=-5}.log"
|
||||
layout="${longdate} | ${message} ${onexception:${exception:format=tostring} ${newline} ${stacktrace} ${newline}" />
|
||||
<!--输出至Debugger-->
|
||||
<target name="debugger" xsi:type="Debugger"
|
||||
layout="NLog: ${date:format=HH\:mm\:ss} | ${message}" />
|
||||
<!--输出至控制台-->
|
||||
<target name="console" xsi:type="ColoredConsole" layout="${longdate} ${message} ${exception:format=tostring}"></target>
|
||||
<!--输出至邮件-->
|
||||
<target xsi:type="File"
|
||||
name="hourlyFile"
|
||||
fileName="../Logs/EqptAlive/${date:format=yyyyMMdd}/${date:format=HH}.log"
|
||||
layout="${date:format=yyyy-MM-dd HH\:mm\:ss}${message}"
|
||||
createDirs="true" />
|
||||
|
||||
<!-- Define a fallback target if logging fails -->
|
||||
</targets>
|
||||
<rules>
|
||||
<logger name="*" levels="Debug" writeTo="log_file" />
|
||||
<logger name="*" level="Fatal" writeTo="log_file" />
|
||||
<logger name="*" level="Warn" writeTo="log_file" />
|
||||
<logger name="*" level="Error" writeTo="log_file" />
|
||||
<logger name="*" level="Info" writeTo="log_file" />
|
||||
<logger name="*" level="Trace" writeTo="hourlyFile" />
|
||||
</rules>
|
||||
</nlog>
|
||||
20
Cowain.Bake.Main/bin/Debug/Notes.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
v1.0.0.2 (2026-02-01)
|
||||
- 新增:露点温度
|
||||
- 作者: 刘少明
|
||||
|
||||
v1.0.0.3 (2026-02-02)
|
||||
- 修复:手动手成任务,快速响应
|
||||
- 作者: 刘少明
|
||||
|
||||
v1.0.0.4 (2026-02-03)
|
||||
- 修复:报警记录显示工站名称
|
||||
- 作者: 刘少明
|
||||
|
||||
v1.0.0.5 (2026-02-04)
|
||||
- 新增:预计结束烘烤时间
|
||||
- 作者: 刘少明
|
||||
|
||||
v1.0.0.6 (2026-02-05)
|
||||
- 修复:数据连接异常,取消登入时密码加密功能!
|
||||
- 作者: 刘少明
|
||||
|
||||
17
Cowain.Bake.Main/bin/Debug/config.ini
Normal file
@@ -0,0 +1,17 @@
|
||||
[Main]
|
||||
PassWord=dy123
|
||||
DispatchMode=Manual
|
||||
ProductionLineName=得壹二期全自动真空烘烤L7-1线
|
||||
WaterPallet=0
|
||||
CountCmd=5
|
||||
SkinType=0
|
||||
AutoUpdate=false
|
||||
AutoUpdateUrl=https://wwww.163.com
|
||||
StoveLayers=17
|
||||
PalletRows=48
|
||||
PalletCols=2
|
||||
|
||||
# 0:正向, 1:反向
|
||||
StoveDispDirection = 0
|
||||
# 0:不反序,1:反序
|
||||
IsReverseOrder = 1
|
||||
BIN
Cowain.Bake.Main/bin/Debug/doc.docx
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_08-35-42-3542.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_08-41-20-4120.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_08-45-46-4546.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_08-47-49-4749.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_08-50-07-507.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_09-32-38-3238.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_09-35-39-3539.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_09-56-22-5622.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_09-58-06-586.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_09-59-24-5924.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-04-07-47.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-08-16-816.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-10-58-1058.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-14-55-1455.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-23-19-2319.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-23-59-2359.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-36-11-3611.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-41-46-4146.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-42-11-4211.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-44-05-445.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_10-54-58-5458.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_11-00-14-014.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_11-01-49-149.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_11-34-49-3449.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_11-35-42-3542.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-24-54-2454.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-32-27-3227.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-41-50-4150.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-42-55-4255.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-47-03-473.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_14-59-39-5939.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-00-53-053.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-01-35-135.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-03-30-330.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-04-44-444.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-06-55-655.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-15-17-1517.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-26-11-2611.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-26-35-2635.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-27-46-2746.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-29-52-2952.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-34-53-3453.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_15-38-42-3842.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-00-49-049.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-16-55-1655.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-41-09-419.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-47-37-4737.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-49-25-4925.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-53-32-5332.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-43-5743.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-53-5753.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-54-5754.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-56-5756.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-57-5757.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-57-59-5759.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_16-58-01-581.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_18-51-42-5142.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_18-57-32-5732.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-13-47-1347.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-25-01-251.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-33-06-336.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-49-46-4946.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-50-06-506.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-50-16-5016.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-52-11-5211.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_19-59-46-5946.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-01-45-145.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-04-12-412.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-04-55-455.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-06-21-621.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-07-06-76.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-09-19-919.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-15-02-152.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-16-26-1626.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_20-17-29-1729.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_21-13-54-1354.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_21-44-23-4423.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/dumps/CowainPreheat_23-34-50-3450.dmp
Normal file
BIN
Cowain.Bake.Main/bin/Debug/images/MES信息查询.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/MES在线.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/MES查询.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/MOM.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/MOM启用.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/Mom查询.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/NG查询.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/产量查询.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/任务维护.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/信息查询.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/修改密码.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
Cowain.Bake.Main/bin/Debug/images/切换用户.png
Normal file
|
After Width: | Height: | Size: 7.9 KiB |