初始化

This commit is contained in:
2025-12-11 11:57:07 +08:00
commit dfd65e5982
47 changed files with 2300 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 @@
a92fbfaa24015b8b9ba3e2857084c64277483f1f

View File

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

View File

@@ -0,0 +1,34 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
NoCarPowerSupply
</name>
</assembly>
<members>
<member name="T:NoCarPowerSupply.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
<member name="P:NoCarPowerSupply.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member>
<member name="P:NoCarPowerSupply.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:NoCarPowerSupply.Form1.GetCRC16CheckSum(System.Byte[],System.Int32)">
<summary>
CRC16校验
</summary>
<param name="dataBuff"></param>
<param name="length"></param>
<returns></returns>
</member>
</members>
</doc>

Binary file not shown.