|
@@ -90,9 +90,10 @@
|
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
|
<RowDefinition Height="Auto" />
|
|
|
+ <RowDefinition Height="Auto" />
|
|
|
</Grid.RowDefinitions>
|
|
|
<Grid.ColumnDefinitions>
|
|
|
- <ColumnDefinition Width="120" />
|
|
|
+ <ColumnDefinition Width="Auto" />
|
|
|
<ColumnDefinition Width="*" />
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
@@ -106,9 +107,14 @@
|
|
|
<Button x:Name="DueDate" Grid.Row="1" Grid.Column="1" FontSize="16" FontWeight="Bold"
|
|
|
HorizontalContentAlignment="Center" Margin="5,5,5,0" IsEnabled="False" Height="40" />
|
|
|
|
|
|
- <Label Content="Pick Status:" Grid.Row="2" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
+ <Label Content="Destination:" Grid.Row="2" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
+ HorizontalContentAlignment="Center" Margin="5,5,0,0" VerticalContentAlignment="Center" />
|
|
|
+ <Button x:Name="Destination" Grid.Row="2" Grid.Column="1" FontSize="16" FontWeight="Bold"
|
|
|
+ HorizontalContentAlignment="Center" Margin="5,5,5,0" IsEnabled="False" Height="40" />
|
|
|
+
|
|
|
+ <Label Content="Pick Status:" Grid.Row="3" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
HorizontalContentAlignment="Center" Margin="5,5,0,0" VerticalContentAlignment="Center" />
|
|
|
- <Button x:Name="MarkAsFilled" Grid.Row="2" Grid.Column="1" Click="MarkAsFilled_Click" Margin="5,5,5,0"
|
|
|
+ <Button x:Name="MarkAsFilled" Grid.Row="3" Grid.Column="1" Click="MarkAsFilled_Click" Margin="5,5,5,0"
|
|
|
Padding="5">
|
|
|
<Button.Content>
|
|
|
<Grid HorizontalAlignment="Stretch">
|
|
@@ -124,9 +130,9 @@
|
|
|
</Button.Content>
|
|
|
</Button>
|
|
|
|
|
|
- <Label Content="Taken By:" Grid.Row="3" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
+ <Label Content="Taken By:" Grid.Row="4" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
HorizontalContentAlignment="Center" Margin="5,5,0,0" VerticalContentAlignment="Center" />
|
|
|
- <Button x:Name="TakenBy" Grid.Row="3" Grid.Column="1" Click="TakenBy_Click" Margin="5,5,5,0"
|
|
|
+ <Button x:Name="TakenBy" Grid.Row="4" Grid.Column="1" Click="TakenBy_Click" Margin="5,5,5,0"
|
|
|
Padding="5">
|
|
|
<Button.Content>
|
|
|
<Grid HorizontalAlignment="Stretch">
|
|
@@ -143,9 +149,9 @@
|
|
|
</Button.Content>
|
|
|
</Button>
|
|
|
|
|
|
- <Label Content="Warehouse:" Grid.Row="4" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
+ <Label Content="Warehouse:" Grid.Row="5" Grid.Column="0" FontSize="16" FontWeight="Bold"
|
|
|
HorizontalContentAlignment="Center" Margin="5,5,0,5" VerticalContentAlignment="Center" />
|
|
|
- <Button x:Name="UpdateStock" Grid.Row="4" Grid.Column="1" Click="UpdateStock_Click" Margin="5,5,5,5"
|
|
|
+ <Button x:Name="UpdateStock" Grid.Row="5" Grid.Column="1" Click="UpdateStock_Click" Margin="5,5,5,5"
|
|
|
Padding="5">
|
|
|
<Button.Content>
|
|
|
<Grid HorizontalAlignment="Stretch">
|