diff --git a/XplorePlane/Assets/Icons/动态范围.png b/XplorePlane/Assets/Icons/动态范围.png
deleted file mode 100644
index 5fcee92..0000000
Binary files a/XplorePlane/Assets/Icons/动态范围.png and /dev/null differ
diff --git a/XplorePlane/Assets/Icons/胶片致黑.png b/XplorePlane/Assets/Icons/胶片致黑.png
deleted file mode 100644
index 605cd9c..0000000
Binary files a/XplorePlane/Assets/Icons/胶片致黑.png and /dev/null differ
diff --git a/XplorePlane/Assets/Icons/锐化.png b/XplorePlane/Assets/Icons/锐化.png
deleted file mode 100644
index 366616e..0000000
Binary files a/XplorePlane/Assets/Icons/锐化.png and /dev/null differ
diff --git a/XplorePlane/Views/Main/MainWindow.xaml b/XplorePlane/Views/Main/MainWindow.xaml
index e09145f..b21fbbf 100644
--- a/XplorePlane/Views/Main/MainWindow.xaml
+++ b/XplorePlane/Views/Main/MainWindow.xaml
@@ -96,44 +96,44 @@
@@ -392,6 +392,7 @@
x:Name="AccountingNumberFormatButton"
telerik:ScreenTip.Description="Choose an alternate currency format for the selected cell.
For instance, choose Euros instead of Dollars."
telerik:ScreenTip.Title="Accounting Number Format"
+ Click="AccountingNumberFormatButton_Click"
Command="{Binding Path=SetStyle.Command}"
CommandParameter="Currency"
IsEnabled="{Binding Path=SetStyle.IsEnabled}"
@@ -403,7 +404,7 @@
-
+
@@ -676,6 +677,22 @@
+
+
+
+
+
+
+
+
@@ -906,80 +923,6 @@
IconSources={StaticResource IconPaths}}"
Size="Large" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1095,283 +1038,19 @@
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text="图像处理" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text="流水线编辑器" />
@@ -1445,21 +1124,7 @@
-
-
-
-
-
-
-
-
-
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text="图像处理" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text="流水线编辑器" />
@@ -1702,21 +1410,6 @@
-
-
-
-
-
-
-
-
-
-
+
-
-
+
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
-
+
+
diff --git a/XplorePlane/Views/Main/MainWindowB.xaml.cs b/XplorePlane/Views/Main/MainWindowB.xaml.cs
index 93f7e61..3559a03 100644
--- a/XplorePlane/Views/Main/MainWindowB.xaml.cs
+++ b/XplorePlane/Views/Main/MainWindowB.xaml.cs
@@ -19,6 +19,13 @@ namespace XplorePlane.Views
DataContext = viewModel;
}
+ private void AccountingNumberFormatButton_Click(object sender, RoutedEventArgs e)
+ {
+ bool show = NavigationPanel.Visibility != Visibility.Visible;
+ NavigationPanel.Visibility = show ? Visibility.Visible : Visibility.Collapsed;
+ NavColumn.Width = show ? new GridLength(180) : new GridLength(0);
+ }
+
private void OnMotionTabClick(object sender, RoutedEventArgs e)
{
ShowPanel(motion: true);
diff --git a/XplorePlane/XplorePlane.csproj b/XplorePlane/XplorePlane.csproj
index e13d90a..b63cd2f 100644
--- a/XplorePlane/XplorePlane.csproj
+++ b/XplorePlane/XplorePlane.csproj
@@ -142,6 +142,11 @@
+
+
+
+
+
diff --git a/XplorePlane/readme.txt b/XplorePlane/readme.txt
index 57bb30f..077a576 100644
--- a/XplorePlane/readme.txt
+++ b/XplorePlane/readme.txt
@@ -32,6 +32,10 @@
+2026.3.18
+----------------------
+1、全局数据结构的考虑与设计
+2、将计划窗体默认隐藏,只有CNC状态下展开