From d0915af48ad3434cf503e394c5e53c3e49b638a3 Mon Sep 17 00:00:00 2001 From: "liulb@mesnac.com" Date: Tue, 5 Dec 2023 15:07:04 +0800 Subject: [PATCH] new --- Aucma.Core.Palletiz/App.xaml | 9 +++++---- .../Views/QuantityIssuedView.xaml | 6 +++--- Aucma.Core.PrintTo/App.xaml | 1 + Aucma.Core.PrintTo/Views/IndexPageView.xaml | 20 ++++++++++--------- Aucma.Core.PrintTo/Views/MainWindow.xaml | 7 ++++--- 5 files changed, 24 insertions(+), 19 deletions(-) diff --git a/Aucma.Core.Palletiz/App.xaml b/Aucma.Core.Palletiz/App.xaml index 4334aaec..0b01cab3 100644 --- a/Aucma.Core.Palletiz/App.xaml +++ b/Aucma.Core.Palletiz/App.xaml @@ -26,13 +26,14 @@ - + --> diff --git a/Aucma.Core.Palletiz/Views/QuantityIssuedView.xaml b/Aucma.Core.Palletiz/Views/QuantityIssuedView.xaml index e0ede924..262eb554 100644 --- a/Aucma.Core.Palletiz/Views/QuantityIssuedView.xaml +++ b/Aucma.Core.Palletiz/Views/QuantityIssuedView.xaml @@ -3,9 +3,9 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - xmlns:local="clr-namespace:Aucma.Core.Palletiz.Views" + xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" mc:Ignorable="d" Background="#1152AC" - Title="库存设置" Height="500" Width="700" Name="window" + Title="库存设置" Height="600" Width="800" Name="window" ResizeMode="NoResize" Topmost="True"> @@ -45,7 +45,7 @@ + diff --git a/Aucma.Core.PrintTo/Views/IndexPageView.xaml b/Aucma.Core.PrintTo/Views/IndexPageView.xaml index ab4e87ef..fb9c4d87 100644 --- a/Aucma.Core.PrintTo/Views/IndexPageView.xaml +++ b/Aucma.Core.PrintTo/Views/IndexPageView.xaml @@ -12,7 +12,8 @@ @@ -58,7 +59,7 @@ - + @@ -172,7 +173,7 @@ HorizontalAlignment="Left" 不显示多余的空白列; --> @@ -180,12 +181,13 @@ - - - + + + - + + @@ -246,7 +248,7 @@ IsEnabled="{Binding DataContext.ControlsEnabled, RelativeSource={RelativeSource FindAncestor, AncestorType=Window}}"/>