Einstellungen.xaml gelöscht
This commit is contained in:
parent
047c38872d
commit
8e3fd6b43f
@ -1,42 +0,0 @@
|
||||
<Window x:Class="Pen_Paper_Main.Einstellungen"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Pen_Paper_Main"
|
||||
mc:Ignorable="d"
|
||||
Title="Einstellungen" Height="450" Width="800">
|
||||
<DockPanel Background="LightBlue">
|
||||
<TextBlock DockPanel.Dock="Top" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="35" FontWeight="Bold">Einstellungen</TextBlock>
|
||||
|
||||
<Border Width="Auto" Padding="20" Height="Auto" Background="White" CornerRadius="10"
|
||||
VerticalAlignment="Center" HorizontalAlignment="Center" >
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition></RowDefinition>
|
||||
<RowDefinition></RowDefinition>
|
||||
<RowDefinition></RowDefinition>
|
||||
<RowDefinition></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition></ColumnDefinition>
|
||||
|
||||
<ColumnDefinition></ColumnDefinition>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<TextBlock Grid.Row="0" Grid.Column="0" FontSize="15" HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center" FontWeight="Bold">ProfilBild auswählen : </TextBlock>
|
||||
<TextBox Grid.Row="0" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" Width="100" Height="50" Margin="15"></TextBox>
|
||||
|
||||
<TextBlock Grid.Row="1" Grid.Column="0" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="15" FontWeight="Bold">Benutzername : </TextBlock>
|
||||
|
||||
<TextBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" Width="100" Height="50" Margin="15"></TextBox>
|
||||
|
||||
<TextBlock Grid.Row="2" Grid.Column="0" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="15" FontWeight="Bold">Sprache : </TextBlock>
|
||||
|
||||
<ScrollBar Grid.Row="2" Grid.Column="1" HorizontalAlignment="Center" VerticalAlignment="Center" Margin="10"></ScrollBar>
|
||||
</Grid>
|
||||
</Border>
|
||||
</DockPanel>
|
||||
</Window>
|
Loading…
x
Reference in New Issue
Block a user