liuwf 1 year ago
parent 1a28d863cc
commit dd4829f410

@ -44,8 +44,8 @@
</StackPanel>
<StackPanel Orientation="Vertical" Grid.Row="2" HorizontalAlignment="Center" >
<StackPanel Orientation="Horizontal" HorizontalAlignment="Center" Margin="0,0,0,30">
<TextBlock Text="空托盘数量:" Foreground="White" FontSize="25" VerticalAlignment="Center" HorizontalAlignment="Center"/>
<ComboBox x:Name="EmptyCount" Width="100" Height="50">
<TextBlock Visibility="Collapsed" Text="空托盘数量:" Foreground="White" FontSize="25" VerticalAlignment="Center" HorizontalAlignment="Center"/>
<ComboBox Visibility="Collapsed" x:Name="EmptyCount" Width="100" Height="50">
<ComboBoxItem Content="1" Tag="1"/>
<ComboBoxItem Content="2" Tag="2"/>
<ComboBoxItem Content="3" Tag="3"/>

@ -37,7 +37,7 @@
<!--<ComboBox x:Name="ContainerCodeBox" IsEditable="True" DisplayMemberPath="containerNo" Style="{StaticResource ComboBoxExtend}" Width="300" hc:InfoElement.Placeholder="容器编码" hc:InfoElement.TitlePlacement="Left" hc:InfoElement.Necessary="True" FontSize="30" />-->
<hc:TextBox x:Name="txtInBox" hc:InfoElement.ShowClearButton="True" FontSize="20" TextChanged="txtInBox_TextChanged" Width="300" Background="White" HorizontalAlignment="Left" VerticalAlignment="Center" Height="50" Grid.Row="1" Grid.Column="2" Grid.ColumnSpan="4"/>
<Button x:Name="SearchBtn" Content="搜索" FontSize="30" Height="50" Foreground="White" Width="100" Background="#2196F3" Margin="10,0,0,0" Click="SearchBtn_Click"/>
<Button Content="补入库" FontSize="30" Height="50" Foreground="White" Width="150" Background="GreenYellow" Margin="50,0,0,0" Click="EditBtn_Click"/>
<Button Content="补入库信息" FontSize="30" Height="50" Foreground="White" Width="209" Background="GreenYellow" Margin="50,0,0,0" Click="EditBtn_Click"/>
</StackPanel>

Loading…
Cancel
Save