初始化项目

This commit is contained in:
2025-12-11 11:54:05 +08:00
commit 6fb36792ed
64 changed files with 100079 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
' <autogenerated/>
Option Strict Off
Option Explicit On
Imports System
Imports System.Reflection
<Assembly: Global.System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName:=".NET Framework 4.8")>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
ecf9c7361932863da722ac7ccde4545660928653

View File

@@ -0,0 +1,17 @@
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.vbproj.AssemblyReference.cache
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.Form1.resources
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.Resources.resources
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.SetingSerialPort.resources
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.vbproj.GenerateResource.cache
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.vbproj.CoreCompileInputs.cache
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\MultiSerialPortCommu.exe.config
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\MultiSerialPortCommu.exe
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\MultiSerialPortCommu.pdb
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\MultiSerialPortCommu.xml
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\FlexCell.dll
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\Newtonsoft.Json.dll
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\bin\Debug\Newtonsoft.Json.xml
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.vbproj.CopyComplete
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.exe
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.xml
E:\Sync\MultiSerialPortCommu\MultiSerialPortCommu\obj\Debug\MultiSerialPortCommu.pdb

View File

@@ -0,0 +1,50 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
MultiSerialPortCommu
</name>
</assembly>
<members>
<member name="T:MultiSerialPortCommu.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:MultiSerialPortCommu.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:MultiSerialPortCommu.My.Resources.Resources.Culture">
<summary>
Overrides the current thread's CurrentUICulture property for all
resource lookups using this strongly typed resource class.
</summary>
</member>
<member name="M:MultiSerialPortCommu.publicMode.IntToByteHB(System.Int32)">
<summary>
Int转2个字节Byte
高字节在前,低字节在后
</summary>
<param name="i"></param>
<returns></returns>
</member>
<member name="M:MultiSerialPortCommu.publicMode.IntToByteLB(System.Int32)">
<summary>
Int转2个字节Byte
高字节在前,低字节在后
</summary>
<param name="i"></param>
<returns></returns>
</member>
<member name="M:MultiSerialPortCommu.RuningLog.OutputLogsToTheControl(System.Windows.Forms.Control,MultiSerialPortCommu.RuningLogConfig,System.Int32)">
<summary>
''输出日志到控件
</summary>
<param name="c">控件 </param>
<param name="config">日志</param>
<returns></returns>
</member>
</members>
</doc>

Binary file not shown.