DeliveryAdminWindow: Add Übernahme logic for Sitzendorf/Haugsdorf

This commit is contained in:
2023-10-21 23:09:16 +02:00
parent fa9f18da29
commit 25d681a1d8
3 changed files with 36 additions and 6 deletions

View File

@ -327,7 +327,7 @@
<CheckBox x:Name="GerebeltGewogenInput" Content="Gerebelt gewogen"
VerticalAlignment="Top" HorizontalAlignment="Left" Margin="10,75,10,10" Grid.Column="0" Grid.ColumnSpan="2"
Checked="CheckBox_Changed" Unchecked="CheckBox_Changed"/>
Checked="GerebeltGewogenInput_Changed" Unchecked="GerebeltGewogenInput_Changed"/>
<Button x:Name="WeighingAButton" Content="Wiegen A" Width="120"
Click="WeighingButton_Click"
@ -383,7 +383,7 @@
Checked="LesewagenInput_Changed" Unchecked="LesewagenInput_Changed"/>
<CheckBox x:Name="HandPickedInput" Content="Handlese" Margin="10,105,0,0" Grid.Column="2" IsThreeState="True"
VerticalAlignment="Top" HorizontalAlignment="Left"
Checked="CheckBox_Changed" Unchecked="CheckBox_Changed"/>
Checked="HandPickedInput_Changed" Unchecked="HandPickedInput_Changed"/>
</Grid>
</GroupBox>