准备把表格实现改激进

This commit is contained in:
2025-08-30 21:14:02 +08:00
parent 624125ec7b
commit 6ccc323bb2
1506 changed files with 13159 additions and 374 deletions

View File

@@ -1,2 +1,62 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
namespace XamlGeneratedNamespace {
/// <summary>
/// GeneratedInternalTypeHelper
/// </summary>
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "9.0.8.0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper {
/// <summary>
/// CreateInstance
/// </summary>
protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) {
return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic)
| (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture);
}
/// <summary>
/// GetPropertyValue
/// </summary>
protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) {
return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// SetPropertyValue
/// </summary>
protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) {
propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture);
}
/// <summary>
/// CreateDelegate
/// </summary>
protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) {
return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod
| (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] {
delegateType,
handler}, null)));
}
/// <summary>
/// AddEventHandler
/// </summary>
protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) {
eventInfo.AddEventHandler(target, handler);
}
}
}

Binary file not shown.

View File

@@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Ramitta")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f8e7832ac2e94ab52b5209c74981267226328726")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+624125ec7bc047b18fa8ff88e2c9642011f8b503")]
[assembly: System.Reflection.AssemblyProductAttribute("Ramitta")]
[assembly: System.Reflection.AssemblyTitleAttribute("Ramitta")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -1 +1 @@
50367614e8412d30e14f15f3d2c254e0dab8c13f56ddf516bb8ff46e4946b183
7241f85184386f385c0baab271d5803c764c31866f4228cf4b8a095cd738ea57

View File

@@ -1 +1 @@
3b87db1ea7a56867c7d46cd1c73f1aa04ef19fe9cc9acaea61ae7b6d2ed24ea7
35cd4cde78b8f36f7508a5b7f38ff40e6c91f2d3671972578d158d52978acdc0

View File

@@ -18,3 +18,4 @@ D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\Ramitta.dll
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\refint\Ramitta.dll
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\Ramitta.pdb
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\ref\Ramitta.dll
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\Generic.baml

View File

@@ -1 +1 @@
{"documents":{"D:\\Workspace\\GitHub\\Ramitta-lib\\*":"https://raw.githubusercontent.com/XerolySkinner/Ramitta-lib/f8e7832ac2e94ab52b5209c74981267226328726/*"}}
{"documents":{"D:\\Workspace\\GitHub\\Ramitta-lib\\*":"https://raw.githubusercontent.com/XerolySkinner/Ramitta-lib/624125ec7bc047b18fa8ff88e2c9642011f8b503/*"}}

View File

@@ -10,11 +10,11 @@ none
false
TRACE;RELEASE;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
21107750425
3-966221482
4642133417
4-910863412
198-2136442823
winTitleBar.xaml;winTreeList.xaml;
Generic.xaml;winTitleBar.xaml;winTreeList.xaml;
False

View File

@@ -10,11 +10,11 @@ none
false
TRACE;RELEASE;NET;NET8_0;NETCOREAPP;WINDOWS;WINDOWS7_0;NET5_0_OR_GREATER;NET6_0_OR_GREATER;NET7_0_OR_GREATER;NET8_0_OR_GREATER;NETCOREAPP3_0_OR_GREATER;NETCOREAPP3_1_OR_GREATER;WINDOWS7_0_OR_GREATER
21107750425
3-966221482
6-671944838
62070025629
198-2136442823
winTitleBar.xaml;winTreeList.xaml;
Generic.xaml;winTitleBar.xaml;winTreeList.xaml;
True
False

View File

@@ -1,5 +0,0 @@
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\GeneratedInternalTypeHelper.g.i.cs
FD:\Workspace\GitHub\Ramitta-lib\Ramitta\winTitleBar.xaml;;
FD:\Workspace\GitHub\Ramitta-lib\Ramitta\winTreeList.xaml;;

View File

@@ -1,4 +1,4 @@
D:\Workspace\GitHub\Ramitta-lib\Ramitta\obj\Release\net8.0-windows\GeneratedInternalTypeHelper.g.cs
FD:\Workspace\GitHub\Ramitta-lib\Ramitta\winTitleBar.xaml;;
FD:\Workspace\GitHub\Ramitta-lib\Ramitta\winTreeList.xaml;;

View File

@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Ramitta")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+624125ec7bc047b18fa8ff88e2c9642011f8b503")]
[assembly: System.Reflection.AssemblyProductAttribute("Ramitta")]
[assembly: System.Reflection.AssemblyTitleAttribute("Ramitta")]
[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 @@
7241f85184386f385c0baab271d5803c764c31866f4228cf4b8a095cd738ea57

View File

@@ -0,0 +1,16 @@
is_global = true
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 = Ramitta
build_property.ProjectDir = D:\Workspace\GitHub\Ramitta-lib\Ramitta\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.CsWinRTUseWindowsUIXamlProjections = false
build_property.EffectiveAnalysisLevelStyle = 8.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;

View File

@@ -0,0 +1 @@
{"documents":{"D:\\Workspace\\GitHub\\Ramitta-lib\\*":"https://raw.githubusercontent.com/XerolySkinner/Ramitta-lib/624125ec7bc047b18fa8ff88e2c9642011f8b503/*"}}

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\winTitleBar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9B532E5F5AC5652EEADF0BDE2BC5E66284D1872C"
#pragma checksum "..\..\..\winTitleBar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0113F0EC14F19DA45F9A3B87D49B6502FD7C9B95"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -9,7 +9,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
using Csharplib.winTitleBar;
using Ramitta;
using System;
using System.Diagnostics;
using System.Windows;
@@ -33,7 +33,7 @@ using System.Windows.Shapes;
using System.Windows.Shell;
namespace Csharplib.winTitleBar {
namespace Ramitta {
/// <summary>
@@ -44,7 +44,7 @@ namespace Csharplib.winTitleBar {
#line 9 "..\..\..\winTitleBar.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Csharplib.winTitleBar.winTitleBar root;
internal Ramitta.winTitleBar root;
#line default
#line hidden
@@ -80,7 +80,7 @@ namespace Csharplib.winTitleBar {
switch (connectionId)
{
case 1:
this.root = ((Csharplib.winTitleBar.winTitleBar)(target));
this.root = ((Ramitta.winTitleBar)(target));
return;
case 2:

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\winTitleBar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "9B532E5F5AC5652EEADF0BDE2BC5E66284D1872C"
#pragma checksum "..\..\..\winTitleBar.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "0113F0EC14F19DA45F9A3B87D49B6502FD7C9B95"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -9,7 +9,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
using Csharplib.winTitleBar;
using Ramitta;
using System;
using System.Diagnostics;
using System.Windows;
@@ -33,7 +33,7 @@ using System.Windows.Shapes;
using System.Windows.Shell;
namespace Csharplib.winTitleBar {
namespace Ramitta {
/// <summary>
@@ -44,7 +44,7 @@ namespace Csharplib.winTitleBar {
#line 9 "..\..\..\winTitleBar.xaml"
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
internal Csharplib.winTitleBar.winTitleBar root;
internal Ramitta.winTitleBar root;
#line default
#line hidden
@@ -80,7 +80,7 @@ namespace Csharplib.winTitleBar {
switch (connectionId)
{
case 1:
this.root = ((Csharplib.winTitleBar.winTitleBar)(target));
this.root = ((Ramitta.winTitleBar)(target));
return;
case 2:

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\winTreeList.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "935760836FE32AF32447F078A6EC17108AB13E98"
#pragma checksum "..\..\..\winTreeList.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD6C28CFA616538F9292472E827A9C58E46B1924"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -9,7 +9,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
using Csharplib.winTreeList;
using Ramitta;
using System;
using System.Diagnostics;
using System.Windows;
@@ -33,7 +33,7 @@ using System.Windows.Shapes;
using System.Windows.Shell;
namespace Csharplib.winTreeList {
namespace Ramitta {
/// <summary>

View File

@@ -1,4 +1,4 @@
#pragma checksum "..\..\..\winTreeList.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "935760836FE32AF32447F078A6EC17108AB13E98"
#pragma checksum "..\..\..\winTreeList.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "AD6C28CFA616538F9292472E827A9C58E46B1924"
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
@@ -9,7 +9,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
using Csharplib.winTreeList;
using Ramitta;
using System;
using System.Diagnostics;
using System.Windows;
@@ -33,7 +33,7 @@ using System.Windows.Shapes;
using System.Windows.Shell;
namespace Csharplib.winTreeList {
namespace Ramitta {
/// <summary>