This commit is contained in:
Luc Vandenbroucke 2022-04-14 15:53:39 +02:00
parent a6d5254f07
commit 0cf76ba94a
2 changed files with 3 additions and 3 deletions

View file

@ -51,5 +51,5 @@ using System.Windows;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.6.1.1")] [assembly: AssemblyVersion("2.6.1.2")]
[assembly: AssemblyFileVersion("2.6.1.1")] [assembly: AssemblyFileVersion("2.6.1.2")]

View file

@ -66,7 +66,7 @@
<TextBlock Grid.Row="11" Grid.Column="0" Text="Alleen MK2" Height="23" Margin="0,0,0.2,0" VerticalAlignment="Top"></TextBlock> <TextBlock Grid.Row="11" Grid.Column="0" Text="Alleen MK2" Height="23" Margin="0,0,0.2,0" VerticalAlignment="Top"></TextBlock>
<CheckBox Grid.Row="11" Grid.ColumnSpan="2" Name="cbOnlyMK2" Grid.Column="1" Padding="10,0,10,0" VerticalAlignment="Center" /> <CheckBox Grid.Row="11" Grid.ColumnSpan="2" Name="cbOnlyMK2" Grid.Column="1" Padding="10,0,10,0" VerticalAlignment="Center" />
<TextBlock Grid.Row="12" Grid.Column="0" Text="Meedere EPD toegalaten" Height="23" Margin="0,0,0.2,0" VerticalAlignment="Top"></TextBlock> <TextBlock Grid.Row="12" Grid.Column="0" Text="Meerdere EPD toegelaten" Height="23" Margin="0,0,0.2,0" VerticalAlignment="Top"></TextBlock>
<CheckBox Grid.Row="12" Grid.ColumnSpan="2" Name="cbAllowMultipleEPD" Grid.Column="1" Padding="10,0,10,0" VerticalAlignment="Center" /> <CheckBox Grid.Row="12" Grid.ColumnSpan="2" Name="cbAllowMultipleEPD" Grid.Column="1" Padding="10,0,10,0" VerticalAlignment="Center" />