more more work
This commit is contained in:
parent
e8ab2980ec
commit
1662fbc6a9
@ -9,11 +9,13 @@
|
|||||||
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
<StackPanel Orientation="Vertical" HorizontalAlignment="Center" VerticalAlignment="Center">
|
||||||
<TextBlock>Your Login Name:</TextBlock>
|
<TextBlock>Your Login Name:</TextBlock>
|
||||||
<TextBox Watermark="Login-Name" TextWrapping="Wrap"/>
|
<TextBox Watermark="Login-Name" TextWrapping="Wrap"/>
|
||||||
|
|
||||||
<TextBlock>Password:</TextBlock>
|
<TextBlock>Password:</TextBlock>
|
||||||
|
|
||||||
|
|
||||||
<TextBox Watermark="Password" TextWrapping="Wrap" PasswordChar="*"/>
|
<TextBox Watermark="Password" TextWrapping="Wrap" PasswordChar="*"/>
|
||||||
<Button Name="ConfirmButton" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Center" Margin="20"> LOGIN </Button>
|
<Button Name="ConfirmButton" BorderBrush="Black" BorderThickness="1" HorizontalAlignment="Center" Margin="20"> LOGIN </Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|
||||||
</UserControl>
|
</UserControl>
|
||||||
@ -30,7 +30,11 @@
|
|||||||
<StackPanel Orientation="Vertical" Margin="20,20,20,20">
|
<StackPanel Orientation="Vertical" Margin="20,20,20,20">
|
||||||
<TextBox Margin="20" Text="THE NAME OF YOUR SAVED LOGIN" Height="30" TextWrapping="Wrap"/>
|
<TextBox Margin="20" Text="THE NAME OF YOUR SAVED LOGIN" Height="30" TextWrapping="Wrap"/>
|
||||||
<TextBox Margin="20" Text="THE URL TO YOUR PAGE" Height="30" TextWrapping="Wrap"/>
|
<TextBox Margin="20" Text="THE URL TO YOUR PAGE" Height="30" TextWrapping="Wrap"/>
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
<TextBox Margin="20" Text="PASSWORT" Height="30" TextWrapping="Wrap" PasswordChar="*"/>
|
<TextBox Margin="20" Text="PASSWORT" Height="30" TextWrapping="Wrap" PasswordChar="*"/>
|
||||||
|
<Button Name="copyPassword" BorderBrush="Black" BorderThickness="1" Content="X"/>
|
||||||
|
<Button Name="showPassword" BorderBrush="Black" BorderThickness="1" Content="X"/>
|
||||||
|
</StackPanel>
|
||||||
<TextBox Margin="20" Height="150" Text="YOUR NOTES" TextWrapping="Wrap"/>
|
<TextBox Margin="20" Height="150" Text="YOUR NOTES" TextWrapping="Wrap"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user