|
|
@@ -1,9 +1,9 @@ |
|
|
|
<UserControl x:Class="BPASmartClient.TourismCollege.Views.ItemStorageView" |
|
|
|
<UserControl x:Class="BPASmartClient.TourismCollege.View.ItemStorageView" |
|
|
|
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:BPASmartClient.TourismCollege.Views" |
|
|
|
xmlns:local="clr-namespace:BPASmartClient.TourismCollege.View" |
|
|
|
mc:Ignorable="d" |
|
|
|
d:DesignHeight="450" d:DesignWidth="800"> |
|
|
|
<UserControl.Resources> |
|
|
@@ -41,7 +41,7 @@ |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 辅料仓 --> |
|
|
|
<UniformGrid Columns="8" Grid.Column="1" Margin="3" Background="ForestGreen"> |
|
|
|
|
|
|
|
|
|
|
|
</UniformGrid> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 原料仓 --> |
|
|
@@ -58,7 +58,7 @@ |
|
|
|
</DataTemplate> |
|
|
|
</ListView.ItemTemplate> |
|
|
|
</ListView> |
|
|
|
|
|
|
|
|
|
|
|
<!--#endregion--> |
|
|
|
</Grid> |
|
|
|
</UserControl> |