Kampange.xaml gelöscht
This commit is contained in:
parent
6ce565b383
commit
68d0109a80
@ -1,50 +0,0 @@
|
||||
<Window x:Class="Pen_Paper_Main.Kampange"
|
||||
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="Kampange" Height="450" Width="800">
|
||||
<DockPanel Background="LightBlue">
|
||||
<TextBlock DockPanel.Dock="Top" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="35" FontWeight="Bold">Kampangen</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>
|
||||
<ColumnDefinition></ColumnDefinition>
|
||||
</Grid.ColumnDefinitions>
|
||||
|
||||
<TextBlock Grid.Row="0" Grid.Column="0" FontSize="15" HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center" FontWeight="Bold" Margin="15">Titel :</TextBlock>
|
||||
|
||||
<TextBlock Grid.Row="0" Grid.Column="1" FontSize="15" HorizontalAlignment="Center" Foreground="LightGray"
|
||||
VerticalAlignment="Center" Margin="15">BlaBlaBla</TextBlock>
|
||||
|
||||
<TextBlock Grid.Row="1" Grid.Column="0" FontSize="15" HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center" FontWeight="Bold" Margin="15">Beschreibung :</TextBlock>
|
||||
|
||||
<Button Grid.Row="2" Grid.Column="0" FontSize="15" HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center" Width="100" Margin="15">Bearbeiten</Button>
|
||||
|
||||
<TextBlock Grid.Row="1" FontSize="15" Grid.Column="1" HorizontalAlignment="Center" Foreground="LightGray"
|
||||
VerticalAlignment="Center" >BlaBlaBla</TextBlock>
|
||||
|
||||
<Button Grid.Row="2" Grid.Column="1" FontSize="15" HorizontalAlignment="Center"
|
||||
VerticalAlignment="Center" Width="100" Margin="15">Löschen</Button>
|
||||
|
||||
|
||||
</Grid>
|
||||
</Border>
|
||||
</DockPanel>
|
||||
</Window>
|
Loading…
x
Reference in New Issue
Block a user