From 0378b6a9b1d7565f0d385a236046d9f8e7d60163 Mon Sep 17 00:00:00 2001 From: liuwf Date: Thu, 31 Oct 2024 09:07:18 +0800 Subject: [PATCH] =?UTF-8?q?add-=E4=BB=BB=E5=8A=A1=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Khd.Core.Wpf/Khd.Core.Wpf.csproj | 1 + .../WindowPage/TaskHistoryWindow.xaml | 77 +++++++++++++++++-- .../WindowPage/TaskHistoryWindow.xaml.cs | 65 +++++++++------- 3 files changed, 109 insertions(+), 34 deletions(-) diff --git a/src/Khd.Core.Wpf/Khd.Core.Wpf.csproj b/src/Khd.Core.Wpf/Khd.Core.Wpf.csproj index 0338791..08d5cc4 100644 --- a/src/Khd.Core.Wpf/Khd.Core.Wpf.csproj +++ b/src/Khd.Core.Wpf/Khd.Core.Wpf.csproj @@ -142,6 +142,7 @@ + diff --git a/src/Khd.Core.Wpf/WindowPage/TaskHistoryWindow.xaml b/src/Khd.Core.Wpf/WindowPage/TaskHistoryWindow.xaml index c6f4533..0d4d2aa 100644 --- a/src/Khd.Core.Wpf/WindowPage/TaskHistoryWindow.xaml +++ b/src/Khd.Core.Wpf/WindowPage/TaskHistoryWindow.xaml @@ -4,6 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Khd.Core.Wpf.WindowPage" + xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:localConverter="clr-namespace:Khd.Core.Wpf.myConverter" mc:Ignorable="d" Title="任务历史记录" Height="1080" Width="1880" WindowStartupLocation="CenterScreen" Background="#172557"> @@ -12,6 +13,35 @@ + + + + + + +