修改箱体发泡上位机名称
@ -1,9 +1,9 @@
|
||||
<Application x:Class="Aucma.Core.BoxFoaming.App"
|
||||
<Application x:Class="Aucma.Core.BoxFoam.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:d1p1="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoaming"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam"
|
||||
d1p1:Ignorable="d">
|
||||
|
||||
<Application.Resources>
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
@ -1,11 +1,11 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoaming.Views.EnterWarehouseStatisticsPageView"
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.EnterWarehouseStatisticsPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||||
xmlns:cvt="clr-namespace:Aucma.Core.BoxFoaming.ConvertTo"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoaming.Views"
|
||||
xmlns:cvt="clr-namespace:Aucma.Core.BoxFoam.ConvertTo"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam.Views"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl.Resources>
|
@ -1,10 +1,10 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoaming.Views.IndexPageView"
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.IndexPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:lvc="clr-namespace:LiveChartsCore.SkiaSharpView.WPF;assembly=LiveChartsCore.SkiaSharpView.WPF"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoaming.Views"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam.Views"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="800"
|
||||
d:DesignWidth="1000" >
|
@ -1,4 +1,4 @@
|
||||
<Window x:Class="Aucma.Core.BoxFoaming.Views.MainWindow"
|
||||
<Window x:Class="Aucma.Core.BoxFoam.Views.MainWindow"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
@ -1,9 +1,9 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoaming.Views.MonitorPageView"
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.MonitorPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoaming.Views"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam.Views"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl.Resources>
|
@ -1,10 +1,10 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoaming.Views.UserPage.AfterFoamingPageView"
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.UserPage.AfterFoamingPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoaming.Views.UserPage"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam.Views.UserPage"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<UserControl x:Class="Aucma.Core.BoxFoaming.Views.UserPage.BeforeFoamingPageView"
|
||||
<UserControl x:Class="Aucma.Core.BoxFoam.Views.UserPage.BeforeFoamingPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
@ -1,9 +1,9 @@
|
||||
<Window x:Class="Aucma.Core.BoxFoaming.Views.UserPage.SpaceDetailPageView"
|
||||
<Window x:Class="Aucma.Core.BoxFoam.Views.UserPage.SpaceDetailPageView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
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.BoxFoaming.Views.UserPage"
|
||||
xmlns:local="clr-namespace:Aucma.Core.BoxFoam.Views.UserPage"
|
||||
mc:Ignorable="d"
|
||||
Background="White"
|
||||
Title="货道明细" Height="450" Width="800">
|