初始化

This commit is contained in:
2025-12-11 11:43:00 +08:00
commit 3ccb7d9375
467 changed files with 32608 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.

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?><trustInfo xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2"><security><applicationRequestMinimum><PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /><defaultAssemblyRequest permissionSetReference="Custom" /></applicationRequestMinimum><requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"><!-- UAC 清单选项
如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
requestedExecutionLevel 节点。
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 节点将会禁用文件和注册表虚拟化。
如果要利用文件和注册表虚拟化实现向后
兼容性,则删除 requestedExecutionLevel 节点。
--><requestedExecutionLevel level="asInvoker" uiAccess="false" /></requestedPrivileges></security></trustInfo>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="INHAOS_DMS.application" version="3.8.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="INHAOS_DMS" asmv2:product="INHAOS_DMS" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.8" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="INHAOS_DMS.exe.manifest" size="6778">
<assemblyIdentity name="INHAOS_DMS.exe" version="3.8.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>vIp5LckHuYm1zqrtPyQH4PYhli9jl3cREfbkbJMklIw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
</asmv1:assembly>

Binary file not shown.

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<asmv1:assemblyIdentity name="INHAOS_DMS.exe" version="3.8.0.0" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" />
<application />
<entryPoint>
<assemblyIdentity name="INHAOS_DMS" version="3.8.0.0" language="neutral" processorArchitecture="x86" />
<commandLine file="INHAOS_DMS.exe" parameters="" />
</entryPoint>
<trustInfo>
<security>
<applicationRequestMinimum>
<PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" />
<defaultAssemblyRequest permissionSetReference="Custom" />
</applicationRequestMinimum>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<!-- UAC 清单选项
如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
requestedExecutionLevel 节点。
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 节点将会禁用文件和注册表虚拟化。
如果要利用文件和注册表虚拟化实现向后
兼容性,则删除 requestedExecutionLevel 节点。
-->
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
<dependency>
<dependentOS>
<osVersionInfo>
<os majorVersion="5" minorVersion="1" buildNumber="2600" servicePackMajor="0" />
</osVersionInfo>
</dependentOS>
</dependency>
<dependency>
<dependentAssembly dependencyType="preRequisite" allowDelayedBinding="true">
<assemblyIdentity name="Microsoft.Windows.CommonLanguageRuntime" version="4.0.30319.0" />
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="CamSnapShot.dll" size="11264">
<assemblyIdentity name="CamSnapShot" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>ImephmNVCd310rdyZWei7B6KUyV7RWlXSQdQ6qeY1sk=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="DirectShowLib-2005.dll" size="303104">
<assemblyIdentity name="DirectShowLib-2005" version="2.1.0.0" publicKeyToken="67E7B740CDFC2D3F" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>u8uxcCQtn/G1ZoCoCx+HVd8RNfnHFFNf87P1dUQvONw=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="FlexCell.dll" size="1555456">
<assemblyIdentity name="FlexCell" version="4.7.0.0" publicKeyToken="6F86587EB70EE309" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>rjgJb/IX0GetL+OMedFvFESHxeLiualxv+MztdOlurA=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="INHAOS_DMS.exe" size="380416">
<assemblyIdentity name="INHAOS_DMS" version="3.8.0.0" language="neutral" processorArchitecture="x86" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>PqDJ6+dBODutxZTA/ZezocrAf8YZK8buw0nKo9Yeu38=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<dependency>
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="MySql.Data.dll" size="438272">
<assemblyIdentity name="MySql.Data" version="6.7.4.0" publicKeyToken="C5687FC88969C44D" language="neutral" processorArchitecture="msil" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>nFJmBfe8bWHS0ADfez5ePVR222r2oQ1FTQELDlR7rZQ=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
<file name="INHAOS_DMS.exe.config" size="11487">
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>Ucme27jvG3v+Xfq972Ol/U7MGFoK4S3JDBvffQREd1k=</dsig:DigestValue>
</hash>
</file>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<!-- 此应用程序设计使用的所有 Windows 版本的列表。Windows 将会自动选择最兼容的环境。-->
<!-- 如果应用程序设计使用 Windows 7请取消注释以下 supportedOS 节点-->
<!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>-->
</application>
</compatibility>
</asmv1:assembly>

Binary file not shown.

View File

@@ -0,0 +1,54 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
INHAOS_DMS
</name>
</assembly>
<members>
<member name="T:WT_DMS.My.Resources.Resources">
<summary>
一个强类型的资源类,用于查找本地化的字符串等。
</summary>
</member>
<member name="P:WT_DMS.My.Resources.Resources.ResourceManager">
<summary>
返回此类使用的缓存的 ResourceManager 实例。
</summary>
</member>
<member name="P:WT_DMS.My.Resources.Resources.Culture">
<summary>
重写当前线程的 CurrentUICulture 属性,对
使用此强类型资源类的所有资源查找执行重写。
</summary>
</member>
<member name="M:WT_DMS.form_BomManage.SaveBom2(System.String)">
<summary>
保存BOM临时表
</summary>
<param name="bomName"></param>
<returns></returns>
</member>
<member name="M:WT_DMS.form_BomManage.SaveBomContext(System.String)">
<summary>
保存BOM临时表
</summary>
<param name="bomName"></param>
<returns></returns>
</member>
<member name="M:WT_DMS.form_BomManage.OpenBomContext(System.String)">
<summary>
加载临时Bom表
</summary>
<param name="bomName"></param>
<returns></returns>
</member>
<member name="M:WT_DMS.LoginForm1.LoginCheck">
<summary>
登录检测
</summary>
<returns></returns>
<remarks></remarks>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
W&amp;T-DMS
</name>
</assembly>
<members>
<member name="M:WT_DMS.LoginForm1.LoginCheck">
<summary>
登录检测
</summary>
<returns></returns>
<remarks></remarks>
</member><member name="P:WT_DMS.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:WT_DMS.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="T:WT_DMS.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
79c771f8a96a1bd2c9a08131885a3b0642cbcc0e

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,49 @@
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.pdb
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.xml
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Resources.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.read.1.tlog
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.write.1.tlog
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.exe
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.pdb
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.LoginForm1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.AboutBox1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\MySql.Data.dll
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_UserManage.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe.config
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_SysLog.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Material.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Query.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_PartNumber.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_StoreSelect.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_StoreLocManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe.config
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.pdb
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.xml
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\MySql.Data.dll
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.AboutBox1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_StoreSelect.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Material.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_PartNumber.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Query.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_StoreLocManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_SysLog.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_UserManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.LoginForm1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Resources.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.read.1.tlog
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.write.1.tlog
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.exe
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.pdb
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_AddSupplier.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_SupplierManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Product.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_QuerySim.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_QueryStorage.resources

View File

@@ -0,0 +1,2 @@
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml

View File

@@ -0,0 +1,2 @@
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml

View File

@@ -0,0 +1,2 @@
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml

View File

@@ -0,0 +1,53 @@
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\MySql.Data.dll
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.AboutBox1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_AddSupplier.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_StoreSelect.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Material.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_PartNumber.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Product.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_QuerySim.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_QueryStorage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_StoreLocManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_SupplierManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_SysLog.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_UserManage.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.LoginForm1.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Resources.resources
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.read.1.tlog
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.write.1.tlog
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe.config
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.exe
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.pdb
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\WT-DMS.xml
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\MySql.Data.dll
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\ResolveAssemblyReference.cache
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.AboutBox1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_AddSupplier.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.dlg_StoreSelect.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Material.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_PartNumber.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Product.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_Query.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_QuerySim.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_QueryStorage.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_StoreLocManage.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_SupplierManage.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Form_SysLog.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.form_UserManage.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.LoginForm1.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT_DMS.Resources.resources
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.read.1.tlog
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\GenerateResource.write.1.tlog
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.exe
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.xml
E:\Working\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\WT-DMS.pdb
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\W&T-DMS.exe.config
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\W&T-DMS.exe
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\W&T-DMS.pdb
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\bin\Debug\W&T-DMS.xml
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\W&T-DMS.exe
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\W&T-DMS.xml
H:\IH_Tony\INHAOS Project\WT-DMS\SW\WT-DMS\WT-DMS\obj\x86\Debug\W&T-DMS.pdb

View File

@@ -0,0 +1,30 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
WT-DMS
</name>
</assembly>
<members>
<member name="P:WT_DMS.My.Resources.Resources.ResourceManager">
<summary>
Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:WT_DMS.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="T:WT_DMS.My.Resources.Resources">
<summary>
A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member><member name="M:WT_DMS.LoginForm1.LoginCheck">
<summary>
登录检测
</summary>
<returns></returns>
<remarks></remarks>
</member>
</members>
</doc>

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,12 @@
<?xml version="1.0" encoding="utf-8"?><trustInfo xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2"><security><applicationRequestMinimum><PermissionSet version="1" class="System.Security.NamedPermissionSet" Name="LocalIntranet" Description="Default rights given to applications on the local intranet" Unrestricted="true" ID="Custom" SameSite="site" /><defaultAssemblyRequest permissionSetReference="Custom" /></applicationRequestMinimum><requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"><!-- UAC 清单选项
如果要更改 Windows 用户帐户控制级别,请用以下节点之一替换
requestedExecutionLevel 节点。
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
<requestedExecutionLevel level="highestAvailable" uiAccess="false" />
指定 requestedExecutionLevel 节点将会禁用文件和注册表虚拟化。
如果要利用文件和注册表虚拟化实现向后
兼容性,则删除 requestedExecutionLevel 节点。
--><requestedExecutionLevel level="asInvoker" uiAccess="false" /></requestedPrivileges></security></trustInfo>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly xsi:schemaLocation="urn:schemas-microsoft-com:asm.v1 assembly.adaptive.xsd" manifestVersion="1.0" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns="urn:schemas-microsoft-com:asm.v2" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xrml="urn:mpeg:mpeg21:2003:01-REL-R-NS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:co.v1="urn:schemas-microsoft-com:clickonce.v1" xmlns:co.v2="urn:schemas-microsoft-com:clickonce.v2">
<assemblyIdentity name="WT_DMS.application" version="3.1.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" xmlns="urn:schemas-microsoft-com:asm.v1" />
<description asmv2:publisher="WT_DMS" asmv2:product="WT_DMS" xmlns="urn:schemas-microsoft-com:asm.v1" />
<deployment install="true" mapFileExtensions="true" />
<compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
<framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" />
<framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
</compatibleFrameworks>
<dependency>
<dependentAssembly dependencyType="install" codebase="WT_DMS.exe.manifest" size="6646">
<assemblyIdentity name="WT_DMS.exe" version="3.1.0.1" publicKeyToken="0000000000000000" language="neutral" processorArchitecture="x86" type="win32" />
<hash>
<dsig:Transforms>
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1" />
<dsig:DigestValue>26iVi0suA+71FMkEtSD10Q+LHD8=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
</asmv1:assembly>

Some files were not shown because too many files have changed in this diff Show More