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>