|
@@ -28,16 +28,16 @@
|
|
<ComboBox x:Name="agentType" Width="150"></ComboBox>
|
|
<ComboBox x:Name="agentType" Width="150"></ComboBox>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
<GroupBox Header="Приоритет">
|
|
<GroupBox Header="Приоритет">
|
|
- <TextBox x:Name="agentPriority" Width="150"></TextBox>
|
|
|
|
|
|
+ <TextBox x:Name="agentPriority" Width="150" PreviewTextInput="PreviewTextInput"></TextBox>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
<GroupBox Header="Адрес">
|
|
<GroupBox Header="Адрес">
|
|
<TextBox x:Name="agentAddress" Width="150"></TextBox>
|
|
<TextBox x:Name="agentAddress" Width="150"></TextBox>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
<GroupBox Header="ИНН">
|
|
<GroupBox Header="ИНН">
|
|
- <TextBox x:Name="agentINN" Width="150"></TextBox>
|
|
|
|
|
|
+ <TextBox x:Name="agentINN" Width="150" PreviewTextInput="PreviewTextInput"></TextBox>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
<GroupBox Header="КПП">
|
|
<GroupBox Header="КПП">
|
|
- <TextBox x:Name="agentKPP" Width="150"></TextBox>
|
|
|
|
|
|
+ <TextBox x:Name="agentKPP" Width="150" PreviewTextInput="PreviewTextInput"></TextBox>
|
|
</GroupBox>
|
|
</GroupBox>
|
|
<GroupBox Header="Директор">
|
|
<GroupBox Header="Директор">
|
|
<TextBox x:Name="agentDirector" Width="150"></TextBox>
|
|
<TextBox x:Name="agentDirector" Width="150"></TextBox>
|