From 2b35918348625cbd2f3d0a841c596a2eafd46c85 Mon Sep 17 00:00:00 2001 From: "zhengxuan.zhang" Date: Mon, 16 Mar 2026 20:34:01 +0800 Subject: [PATCH] =?UTF-8?q?#0034=20=E4=BC=98=E5=8C=96=E6=96=B9=E6=A1=88B?= =?UTF-8?q?=E8=AE=BE=E8=AE=A1=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/ImageProcessing/OperatorToolboxWindow.xaml | 11 +++++++++++ .../ImageProcessing/OperatorToolboxWindow.xaml.cs | 12 ++++++++++++ XplorePlane/Views/Main/MainWindowB.xaml | 11 ++++------- .../Views/Main/NavigationPropertyPanelView.xaml | 4 ++-- 4 files changed, 29 insertions(+), 9 deletions(-) create mode 100644 XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml create mode 100644 XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml.cs diff --git a/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml b/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml new file mode 100644 index 0000000..2e9bab9 --- /dev/null +++ b/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml @@ -0,0 +1,11 @@ + + + diff --git a/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml.cs b/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml.cs new file mode 100644 index 0000000..d3e2637 --- /dev/null +++ b/XplorePlane/Views/ImageProcessing/OperatorToolboxWindow.xaml.cs @@ -0,0 +1,12 @@ +using System.Windows; + +namespace XplorePlane.Views +{ + public partial class OperatorToolboxWindow : Window + { + public OperatorToolboxWindow() + { + InitializeComponent(); + } + } +} diff --git a/XplorePlane/Views/Main/MainWindowB.xaml b/XplorePlane/Views/Main/MainWindowB.xaml index 51b7e00..49ecc4f 100644 --- a/XplorePlane/Views/Main/MainWindowB.xaml +++ b/XplorePlane/Views/Main/MainWindowB.xaml @@ -26,11 +26,7 @@ - - - - - + @@ -1737,7 +1733,7 @@ - + @@ -1763,7 +1759,7 @@ - + @@ -1781,6 +1777,7 @@ Grid.Row="1" Visibility="Collapsed" /> + diff --git a/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml b/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml index ada11c3..f2da2ab 100644 --- a/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml +++ b/XplorePlane/Views/Main/NavigationPropertyPanelView.xaml @@ -4,8 +4,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - d:DesignHeight="100" - d:DesignWidth="200" + d:DesignHeight="300" + d:DesignWidth="300" mc:Ignorable="d">