From 5811130920539fc504f2aaf9425bb20d0a9fd7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=84=8F=20=E5=BD=AD?= <2417589739@qq.com> Date: Mon, 4 Mar 2024 16:54:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DosingSystem/View/RecipeControlView.xaml | 115 ++------------------ DosingSystem/View/RecipeControlView.xaml.cs | 2 +- 2 files changed, 12 insertions(+), 105 deletions(-) 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)