fixed some bugs

This commit is contained in:
2026-03-29 11:19:50 +08:00
parent ce677db88b
commit 430138f620
127 changed files with 1367 additions and 62 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.6", FrameworkDisplayName = "")]

View File

@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Reader")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Reader")]
[assembly: System.Reflection.AssemblyTitleAttribute("Reader")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
c85530ebd5aa437c661a730ee868bef2be265c103deedcbad1393ca317bbf743

View File

@@ -0,0 +1,11 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.RootNamespace = Reader
build_property.ProjectDir = D:\xkw\hiddencode_project\client\Reader\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1,9 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;

View File

@@ -0,0 +1 @@
5eeafd40c6cca79bc84b4206d65e09356739399ca46e9b72847f7f2a6f073850

View File

@@ -0,0 +1,5 @@
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net4.6-windows\Reader.csproj.AssemblyReference.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net4.6-windows\Reader.GeneratedMSBuildEditorConfig.editorconfig
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net4.6-windows\Reader.AssemblyInfoInputs.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net4.6-windows\Reader.AssemblyInfo.cs
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net4.6-windows\Reader.csproj.CoreCompileInputs.cache

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
</startup>
</configuration>

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Reader")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Reader")]
[assembly: System.Reflection.AssemblyTitleAttribute("Reader")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
8a65b0adf7ea92c482590a3540822184d3b65a5ed198f15cc93f69fff74ddf5a

View File

@@ -0,0 +1,19 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net6.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Reader
build_property.ProjectDir = D:\xkw\hiddencode_project\client\Reader\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;

View File

@@ -0,0 +1 @@
62067860f9cc6d8b5c24d95b6b9ed9ca9a5cbf2174208be99138c3dbef100872

View File

@@ -0,0 +1,14 @@
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net6.0-windows\Reader.exe
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net6.0-windows\Reader.deps.json
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net6.0-windows\Reader.runtimeconfig.json
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net6.0-windows\Reader.dll
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net6.0-windows\Reader.pdb
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.GeneratedMSBuildEditorConfig.editorconfig
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.AssemblyInfoInputs.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.AssemblyInfo.cs
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.csproj.CoreCompileInputs.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.dll
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\refint\Reader.dll
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.pdb
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\Reader.genruntimeconfig.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net6.0-windows\ref\Reader.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
1e4828e2432e2ead5ad4338bd0aa35577614a28abbce01e70564c541932848d0

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Reader")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Reader")]
[assembly: System.Reflection.AssemblyTitleAttribute("Reader")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
// 由 MSBuild WriteCodeFragment 类生成。

View File

@@ -0,0 +1 @@
8a65b0adf7ea92c482590a3540822184d3b65a5ed198f15cc93f69fff74ddf5a

View File

@@ -0,0 +1,19 @@
is_global = true
build_property.ApplicationManifest =
build_property.StartupObject =
build_property.ApplicationDefaultFont =
build_property.ApplicationHighDpiMode =
build_property.ApplicationUseCompatibleTextRendering =
build_property.ApplicationVisualStyles =
build_property.TargetFramework = net8.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Reader
build_property.ProjectDir = D:\xkw\hiddencode_project\client\Reader\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1,10 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Drawing;
global using global::System.IO;
global using global::System.Linq;
global using global::System.Net.Http;
global using global::System.Threading;
global using global::System.Threading.Tasks;
global using global::System.Windows.Forms;

View File

@@ -0,0 +1 @@
e8170cf6c586c7a70cb47246ed52d465926b64610ebd78076366406006d40f50

View File

@@ -0,0 +1,16 @@
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net8.0-windows\Reader.exe
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net8.0-windows\Reader.deps.json
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net8.0-windows\Reader.runtimeconfig.json
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net8.0-windows\Reader.dll
D:\xkw\hiddencode_project\client\Reader\bin\Debug\net8.0-windows\Reader.pdb
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.GeneratedMSBuildEditorConfig.editorconfig
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.AssemblyInfoInputs.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.AssemblyInfo.cs
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.csproj.CoreCompileInputs.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.dll
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\refint\Reader.dll
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.pdb
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.genruntimeconfig.cache
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\ref\Reader.dll
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.MainForm.resources
D:\xkw\hiddencode_project\client\Reader\obj\Debug\net8.0-windows\Reader.csproj.GenerateResource.cache

View File

@@ -0,0 +1,11 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v8.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v8.0": {}
},
"libraries": {}
}

View File

@@ -0,0 +1,23 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "8.0.0"
}
],
"additionalProbingPaths": [
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\Administrator\\.nuget\\packages"
],
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true,
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
}
}
}

Binary file not shown.

View File

@@ -0,0 +1 @@
8e9b686ac5bd6faad9cf8bbb4ffaeb74230e8e72019e522cd8d96672f4a477bc

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,71 @@
{
"format": 1,
"restore": {
"D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj": {}
},
"projects": {
"D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj",
"projectName": "Reader",
"projectPath": "D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj",
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
"outputPath": "D:\\xkw\\hiddencode_project\\client\\Reader\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Administrator\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Administrator\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -0,0 +1,76 @@
{
"version": 3,
"targets": {
"net8.0-windows7.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0-windows7.0": []
},
"packageFolders": {
"C:\\Users\\Administrator\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj",
"projectName": "Reader",
"projectPath": "D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj",
"packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\",
"outputPath": "D:\\xkw\\hiddencode_project\\client\\Reader\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0-windows"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0-windows7.0": {
"targetAlias": "net8.0-windows",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
},
"Microsoft.WindowsDesktop.App.WindowsForms": {
"privateAssets": "none"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.302/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "jA5UboihTRs=",
"success": true,
"projectFilePath": "D:\\xkw\\hiddencode_project\\client\\Reader\\Reader.csproj",
"expectedPackageFiles": [],
"logs": []
}