|
@@ -40,9 +40,9 @@
|
|
|
</Button>
|
|
|
|
|
|
|
|
|
- <TextBox x:Name="LOGIN" HorizontalAlignment="Right" Margin="0,0,35,0" TextWrapping="Wrap" VerticalAlignment="Center" Width="350" Grid.Row="2" Grid.Column="1" FontSize="22" Height="37" Text="1"/>
|
|
|
+ <TextBox x:Name="LOGIN" HorizontalAlignment="Right" Margin="0,0,35,0" TextWrapping="Wrap" VerticalAlignment="Center" Width="350" Grid.Row="2" Grid.Column="1" FontSize="22" Height="37"/>
|
|
|
|
|
|
- <PasswordBox x:Name="PASSWORD" Margin="0,0,35,0" Grid.Column="1" Grid.Row="3" FontSize="22" VerticalAlignment="Center" Width="350" HorizontalAlignment="Right" Password="1"/>
|
|
|
+ <PasswordBox x:Name="PASSWORD" Margin="0,0,35,0" Grid.Column="1" Grid.Row="3" FontSize="22" VerticalAlignment="Center" Width="350" HorizontalAlignment="Right"/>
|
|
|
|
|
|
<TextBlock Text="Логин" HorizontalAlignment="Left" Margin="35,0,0,0" VerticalAlignment="Center" Grid.Column="1" Grid.Row="2" Foreground="#FF510FAD" FontSize="22"/>
|
|
|
|