|
@@ -41,11 +41,11 @@ |
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" |
|
|
VerticalAlignment="Top" HorizontalAlignment="Right" |
|
|
Margin="20" |
|
|
Margin="20" |
|
|
Style="{StaticResource TxLogin}"/> |
|
|
Style="{StaticResource TxLogin}"/> |
|
|
<TextBox x:Name="tbx_admin" Grid.Row="0" Grid.Column="1" |
|
|
|
|
|
|
|
|
<TextBox x:Name="tbx_admin" Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="2" |
|
|
Text="{Binding Admin, Mode=TwoWay}" |
|
|
Text="{Binding Admin, Mode=TwoWay}" |
|
|
Foreground="#F8F8FF" FontSize="20" |
|
|
Foreground="#F8F8FF" FontSize="20" |
|
|
Width="180" Height="28" |
|
|
Width="180" Height="28" |
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Left" |
|
|
|
|
|
|
|
|
VerticalAlignment="Bottom" HorizontalAlignment="Center" |
|
|
VerticalContentAlignment="Top" HorizontalContentAlignment="Center" |
|
|
VerticalContentAlignment="Top" HorizontalContentAlignment="Center" |
|
|
Margin="20" |
|
|
Margin="20" |
|
|
Background="Transparent" |
|
|
Background="Transparent" |
|
@@ -53,11 +53,11 @@ |
|
|
GotFocus="TextBox_GotFocus"> |
|
|
GotFocus="TextBox_GotFocus"> |
|
|
|
|
|
|
|
|
</TextBox> |
|
|
</TextBox> |
|
|
<PasswordBox x:Name="password" Grid.Row="1" Grid.Column="1" |
|
|
|
|
|
|
|
|
<PasswordBox x:Name="password" Grid.Row="1" Grid.Column="0" Grid.ColumnSpan="2" |
|
|
FontSize="20" Foreground="#F8F8FF" |
|
|
FontSize="20" Foreground="#F8F8FF" |
|
|
Width="180" Margin="20" |
|
|
Width="180" Margin="20" |
|
|
Background="Transparent" |
|
|
Background="Transparent" |
|
|
VerticalAlignment="Top" HorizontalAlignment="Left" |
|
|
|
|
|
|
|
|
VerticalAlignment="Top" HorizontalAlignment="Center" |
|
|
VerticalContentAlignment="Top" HorizontalContentAlignment="Center" |
|
|
VerticalContentAlignment="Top" HorizontalContentAlignment="Center" |
|
|
BorderBrush="White" BorderThickness="0,0,0,1" CaretBrush="White" |
|
|
BorderBrush="White" BorderThickness="0,0,0,1" CaretBrush="White" |
|
|
helper:PasswordBoxHelper.PasswordContent="{Binding Password ,Mode=TwoWay}" |
|
|
helper:PasswordBoxHelper.PasswordContent="{Binding Password ,Mode=TwoWay}" |
|
|