diff --git a/MainWindow.xaml b/MainWindow.xaml
index fb723db..5a6df5c 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -121,10 +121,10 @@
-
-
-
+
+
+
-
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 60ad503..2aea4e8 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -147,7 +147,9 @@ namespace formula_manage
private void Button_Click_3(object sender, RoutedEventArgs e)
{
-
+ Window Deputy = new Window(); //支持导航预设工艺窗口
+ Deputy.Content = new View.ViewProcess();
+ Deputy.Show(); //打开窗口
}
}
}
diff --git a/View/ViewProcess.xaml b/View/ViewProcess.xaml
new file mode 100644
index 0000000..8ceb733
--- /dev/null
+++ b/View/ViewProcess.xaml
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/View/ViewProcess.xaml.cs b/View/ViewProcess.xaml.cs
new file mode 100644
index 0000000..e102ecb
--- /dev/null
+++ b/View/ViewProcess.xaml.cs
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace formula_manage.View
+{
+ ///
+ /// ViewProcess.xaml 的交互逻辑
+ ///
+ public partial class ViewProcess : Page
+ {
+ public ViewProcess()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/formula_manage.csproj b/formula_manage.csproj
index f139e6a..5228006 100644
--- a/formula_manage.csproj
+++ b/formula_manage.csproj
@@ -106,6 +106,9 @@
+
+ ViewProcess.xaml
+
APP_set.xaml
@@ -141,6 +144,10 @@
MainWindow.xaml
Code
+
+ Designer
+ MSBuild:Compile
+
Designer
MSBuild:Compile
@@ -211,7 +218,6 @@
-
\ No newline at end of file