From 0da7c2a0e0c60f5d7593798bfd5163015e2bb221 Mon Sep 17 00:00:00 2001 From: XY Wang Date: Fri, 10 Sep 2021 01:35:39 +0800 Subject: [PATCH] More functions --- Ink Canvas/Ink Canvas.csproj | 78 ++++++--- Ink Canvas/MainWindow.xaml | 79 +++++---- Ink Canvas/MainWindow.xaml.cs | 85 +++++++-- .../5d486545/Ink Canvas/Ink Canvas.csproj | 125 +++++++++++++ .../5d486545/Ink Canvas/NuGetUpgradeLog.html | 164 ++++++++++++++++++ .../5d486545/Ink Canvas}/packages.config | 0 6 files changed, 465 insertions(+), 66 deletions(-) create mode 100644 MigrationBackup/5d486545/Ink Canvas/Ink Canvas.csproj create mode 100644 MigrationBackup/5d486545/Ink Canvas/NuGetUpgradeLog.html rename {Ink Canvas => MigrationBackup/5d486545/Ink Canvas}/packages.config (100%) diff --git a/Ink Canvas/Ink Canvas.csproj b/Ink Canvas/Ink Canvas.csproj index b7bfa30..82e6d95 100644 --- a/Ink Canvas/Ink Canvas.csproj +++ b/Ink Canvas/Ink Canvas.csproj @@ -1,6 +1,5 @@  - Debug @@ -38,18 +37,9 @@ 4 - - ..\packages\ModernWpfUI.0.9.4\lib\net462\ModernWpf.dll - - - ..\packages\ModernWpfUI.0.9.4\lib\net462\ModernWpf.Controls.dll - - - ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll - @@ -100,7 +90,6 @@ ResXFileCodeGenerator Resources.Designer.cs - SettingsSingleFileGenerator Settings.Designer.cs @@ -109,17 +98,60 @@ + + + 0.9.4 + + + + + {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52} + 2 + 8 + 0 + primary + False + True + + + {91493440-5A91-11CF-8700-00AA0060263B} + 2 + 12 + 0 + primary + False + True + + + {2DF8D04C-5BFA-101B-BDE5-00AA0044DE52} + 99 + 1 + 0 + primary + False + True + + + {00020430-0000-0000-C000-000000000046} + 2 + 0 + 0 + primary + False + True + + + {0002E157-0000-0000-C000-000000000046} + 5 + 3 + 0 + primary + False + True + + + + + - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - \ No newline at end of file diff --git a/Ink Canvas/MainWindow.xaml b/Ink Canvas/MainWindow.xaml index 32716c7..51b1b40 100644 --- a/Ink Canvas/MainWindow.xaml +++ b/Ink Canvas/MainWindow.xaml @@ -5,7 +5,8 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Topmost="True" KeyDown="Window_KeyDown" xmlns:local="clr-namespace:Ink_Canvas" xmlns:ui="http://schemas.modernwpf.com/2019" AllowsTransparency="True" WindowStyle="None" ResizeMode="NoResize" mc:Ignorable="d" WindowState="Maximized" Loaded="Window_Loaded" Background="Transparent" ShowInTaskbar="False" - Title="MainWindow" Height="600" Width="800" FontFamily="Microsoft YaHei UI"> + Title="MainWindow" Height="800" Width="800" FontFamily="Microsoft YaHei UI" + Foreground="Black"> @@ -27,48 +28,62 @@ -