diff --git a/DosingSystem/View/RecipeControlView.xaml b/DosingSystem/View/RecipeControlView.xaml index f3d5e4cc..093bbd29 100644 --- a/DosingSystem/View/RecipeControlView.xaml +++ b/DosingSystem/View/RecipeControlView.xaml @@ -782,92 +782,14 @@ - - - - - - + Margin="10" + Visibility="Collapsed"> @@ -991,17 +913,17 @@ - - + + - @@ -1014,10 +936,6 @@ Grid.RowSpan="5" Source="/BPASmartClient.CustomResource;component/Image/背景边框4.png" Stretch="Fill" /> - - - - - - + + diff --git a/DosingSystem/View/RecipeControlView.xaml.cs b/DosingSystem/View/RecipeControlView.xaml.cs index de4fb039..04845162 100644 --- a/DosingSystem/View/RecipeControlView.xaml.cs +++ b/DosingSystem/View/RecipeControlView.xaml.cs @@ -15,7 +15,7 @@ namespace BPASmartClient.DosingSystem.View { InitializeComponent(); RadioButtonWait_Click(null, null); - UseTheScrollViewerScrolling(gr); + UseTheScrollViewerScrolling(CookingGrid); } public void UseTheScrollViewerScrolling(FrameworkElement fElement)