PaymentVariantsWindow: Add commit and revert buttons
This commit is contained in:
@ -85,6 +85,17 @@
|
||||
|
||||
<GroupBox Header="Abschluss" Grid.Row="1" Grid.Column="1" Grid.ColumnSpan="2" Margin="10,0,10,10">
|
||||
<Grid>
|
||||
<Button x:Name="CommitButton" FontSize="12" Width="160" Height="40" Margin="0,0,10,55"
|
||||
Click="CommitButton_Click"
|
||||
VerticalAlignment="Bottom" HorizontalAlignment="Right">
|
||||
<TextBlock TextAlignment="Center">Traubengutschriften<LineBreak/>erstellen</TextBlock>
|
||||
</Button>
|
||||
<Button x:Name="RevertButton" FontSize="12" Width="160" Height="40" Margin="0,0,10,10"
|
||||
Click="RevertButton_Click"
|
||||
VerticalAlignment="Bottom" HorizontalAlignment="Right">
|
||||
<TextBlock TextAlignment="Center">Traubengutschriften<LineBreak/>löschen</TextBlock>
|
||||
</Button>
|
||||
|
||||
<ProgressBar x:Name="ProgressBar" Margin="10,0,0,74" Height="27" Width="180"
|
||||
VerticalAlignment="Bottom" HorizontalAlignment="Left"/>
|
||||
<Button x:Name="ShowButton" Content="Vorschau" FontSize="14" Width="180" Margin="10,10,10,42" Height="27" Tag="Print" IsEnabled="False"
|
||||
|
Reference in New Issue
Block a user