<UserControl x:Class="SSWMS.Client.UC.ucWareHouseQuery" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> <Border> <WrapPanel> <StackPanel Margin="5" Orientation="Horizontal"> <TextBlock Text="仓库" Margin="2" VerticalAlignment="Center"></TextBlock> <ComboBox Name="cbWarehouse" Margin="2" MinWidth="100" SelectionChanged="cbWarehouse_SelectionChanged"></ComboBox> </StackPanel> <StackPanel Margin="5" Orientation="Horizontal"> <TextBlock Text="排" Margin="2" VerticalAlignment="Center"></TextBlock> <ComboBox Name="cbCellZ" Margin="2" MinWidth="100" SelectionChanged="cbCellZ_SelectionChanged"></ComboBox> </StackPanel> </WrapPanel> </Border> </UserControl>