diff --git a/MainWindow.xaml b/MainWindow.xaml
index b23fcf7..3db12ac 100644
--- a/MainWindow.xaml
+++ b/MainWindow.xaml
@@ -122,8 +122,8 @@
-
-
+
+
diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs
index 5155ff2..5261248 100644
--- a/MainWindow.xaml.cs
+++ b/MainWindow.xaml.cs
@@ -147,9 +147,7 @@ namespace formula_manage
private void Button_Technology(object sender, RoutedEventArgs e)
{
- // Window Deputy = new Window(); //支持导航预设工艺窗口
- // Deputy.Content = new View.ViewProcess();
- // Deputy.Show(); //打开窗口
+ Deputy.Content = new View.ViewProcess(); //打开工艺选择
}
}
}
diff --git a/View/ViewProcess.xaml b/View/ViewProcess.xaml
index 8ceb733..0f859f9 100644
--- a/View/ViewProcess.xaml
+++ b/View/ViewProcess.xaml
@@ -1,18 +1,16 @@
-
-
+
+ Margin="0,0,0,0" d:ItemsSource="{d:SampleData ItemCount=30}" AutoGenerateColumns="False" MinColumnWidth="30"
+ HorizontalGridLinesBrush="#FFC9C9C9" VerticalGridLinesBrush="#FFC9C9C9" GridLinesVisibility="All" BorderBrush="#CCCCCC"
+ BorderThickness="1,1,1,1" ColumnHeaderHeight="40" HorizontalContentAlignment="Right" Grid.ColumnSpan="2" CanUserReorderColumns="False" Background="White" SelectionMode="Single">