|
|
|
|
@ -44,7 +44,7 @@
|
|
|
|
|
<TextBlock Text="层" Foreground="White" FontSize="25" Margin="0 0 150 0" Height="40"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button Content="锁定库位" FontSize="25" Margin="10" Foreground="White" Height="50" Width="132" Click="LockLocation_Click">
|
|
|
|
|
<Button Visibility="Collapsed" Content="锁定库位" FontSize="25" Margin="10" Foreground="White" Height="50" Width="132" Click="LockLocation_Click">
|
|
|
|
|
<Button.Template >
|
|
|
|
|
<ControlTemplate TargetType="{x:Type Button}" >
|
|
|
|
|
<Border BorderBrush="{TemplateBinding Control.BorderBrush}" BorderThickness="1" CornerRadius="4,4,4,4">
|
|
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
</ControlTemplate>
|
|
|
|
|
</Button.Template>
|
|
|
|
|
</Button>
|
|
|
|
|
<Button Content="解锁库位" FontSize="25" Margin="10" Foreground="White" Height="50" Width="132" Click="UnLockLocation_Click">
|
|
|
|
|
<Button Visibility="Collapsed" Content="解锁库位" FontSize="25" Margin="10" Foreground="White" Height="50" Width="132" Click="UnLockLocation_Click">
|
|
|
|
|
<Button.Template >
|
|
|
|
|
<ControlTemplate TargetType="{x:Type Button}" >
|
|
|
|
|
<Border BorderBrush="{TemplateBinding Control.BorderBrush}" BorderThickness="1" CornerRadius="4,4,4,4">
|
|
|
|
|
|