Add Bic and Plz validation
This commit is contained in:
@ -111,7 +111,7 @@
|
||||
|
||||
<Label Content="PLZ/Ort:" HorizontalAlignment="Left" Margin="10,162,0,0" VerticalAlignment="Top" Padding="2"/>
|
||||
<TextBox x:Name="PlzInput" IsReadOnly="True"
|
||||
TextChanged="PlzInput_TextChanged"
|
||||
TextChanged="PlzInput_TextChanged" LostFocus="PlzInput_LostFocus"
|
||||
HorizontalAlignment="Left" Margin="0,160,0,0" VerticalAlignment="Top" Width="42" FontSize="14" Padding="2" Grid.Column="1" Height="25"/>
|
||||
<ComboBox x:Name="OrtInput" ItemTemplate="{StaticResource PostalDestComboBoxTemplate}" IsEnabled="False"
|
||||
SelectionChanged="ComboBox_SelectionChanged"
|
||||
@ -156,10 +156,11 @@
|
||||
<Label Content="IBAN:" HorizontalAlignment="Left" Margin="10,12,0,0" VerticalAlignment="Top" Padding="2"/>
|
||||
<TextBox x:Name="IbanInput" IsReadOnly="True"
|
||||
TextChanged="IbanInput_TextChanged" LostFocus="IbanInput_LostFocus"
|
||||
Margin="0,10,10,0" VerticalAlignment="Top" FontSize="14" Padding="2" Grid.Column="1" Height="25"/>
|
||||
Margin="0,10,10,0" VerticalAlignment="Top" FontSize="14" Padding="2" Grid.Column="1" Height="25"/>
|
||||
|
||||
<Label Content="BIC:" HorizontalAlignment="Left" Margin="10,42,0,0" VerticalAlignment="Top" Padding="2"/>
|
||||
<TextBox x:Name="BicInput" IsReadOnly="True"
|
||||
TextChanged="BicInput_TextChanged" LostFocus="BicInput_LostFocus"
|
||||
Margin="0,40,10,0" VerticalAlignment="Top" FontSize="14" Padding="2" Grid.Column="1" Height="25"/>
|
||||
</Grid>
|
||||
</GroupBox>
|
||||
@ -201,7 +202,7 @@
|
||||
|
||||
<Label Content="PLZ/Ort:" HorizontalAlignment="Left" Margin="10,72,0,0" VerticalAlignment="Top" Padding="2"/>
|
||||
<TextBox x:Name="BillingPlzInput" IsReadOnly="True"
|
||||
TextChanged="PlzInput_TextChanged"
|
||||
TextChanged="BillingPlzInput_TextChanged" LostFocus="BillingPlzInput_LostFocus"
|
||||
HorizontalAlignment="Left" Margin="0,70,0,0" VerticalAlignment="Top" Width="42" FontSize="14" Padding="2" Grid.Column="1"/>
|
||||
<ComboBox x:Name="BillingOrtInput" ItemTemplate="{StaticResource PostalDestComboBoxTemplate}" IsEnabled="False"
|
||||
SelectionChanged="ComboBox_SelectionChanged"
|
||||
|
Reference in New Issue
Block a user