|
|
@@ -1,12 +1,12 @@ |
|
|
|
<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"> |
|
|
|
|
|
|
|
|
|
|
|
<Grid> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="200" /> |
|
|
@@ -34,7 +34,7 @@ |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 辅料仓 --> |
|
|
|
<UniformGrid Columns="8" Grid.Column="1" Margin="3" Background="ForestGreen"> |
|
|
|
|
|
|
|
|
|
|
|
</UniformGrid> |
|
|
|
<!--#endregion--> |
|
|
|
<!--#region 原料仓 --> |
|
|
@@ -51,7 +51,7 @@ |
|
|
|
</DataTemplate> |
|
|
|
</ListView.ItemTemplate> |
|
|
|
</ListView> |
|
|
|
|
|
|
|
|
|
|
|
<!--#endregion--> |
|
|
|
</Grid> |
|
|
|
</UserControl> |