You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
712 B
17 lines
712 B
1 year ago
|
<ad:DocumentContent x:Class="SSWMS.Client.WAREHOUSE_AREA_MANAGE"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:ad="clr-namespace:AvalonDock;assembly=AvalonDock"
|
||
|
Title="WAREHOUSE_AREA_MANAGE">
|
||
|
<Grid>
|
||
|
<Grid.RowDefinitions>
|
||
|
<RowDefinition Height="*"></RowDefinition>
|
||
|
</Grid.RowDefinitions>
|
||
|
<WrapPanel Grid.Row="0" Style="{StaticResource CommonWrapPanel}">
|
||
|
<StackPanel Style="{StaticResource CommonStackPanel}" ButtonBase.Click="ButtonBase_Click">
|
||
|
<Button Name="bInitCell" Width="100" Content="货位初始化"></Button>
|
||
|
</StackPanel>
|
||
|
</WrapPanel>
|
||
|
</Grid>
|
||
|
</ad:DocumentContent>
|