diff --git a/Apollon.WPF/Images/Scheibe.png b/Apollon.WPF/Images/Scheibe.png deleted file mode 100644 index 528c07e..0000000 Binary files a/Apollon.WPF/Images/Scheibe.png and /dev/null differ diff --git a/Apollon.WPF/MainWindow.xaml b/Apollon.WPF/MainWindow.xaml index 782603e..3eb2f42 100644 --- a/Apollon.WPF/MainWindow.xaml +++ b/Apollon.WPF/MainWindow.xaml @@ -31,8 +31,8 @@ - - + + + Style="{StaticResource ModalTextBlock}"/> + - + Text="Turniername: " + Style="{StaticResource ModalTextBlock}"/> + + + + Text="Startdatum: " + Style="{StaticResource ModalTextBlock}"/> + + Text="Enddatum: " + Style="{StaticResource ModalTextBlock}"/> + + Text="Veranstaltungsort: " + Style="{StaticResource ModalTextBlock}"/> + + Text="Durchgänge: " + Style="{StaticResource ModalTextBlock}"/> + Text="{Binding Organisation}" + FontFamily="Arial" + FontSize="16" + Height="30" + Background="LightGray" + VerticalContentAlignment="Center"/> + - + Grid.Column="1" + Text="{Binding TournamentName, UpdateSourceTrigger=PropertyChanged}" + FontFamily="Arial" + FontSize="16" + Height="30" + VerticalContentAlignment="Center" + Background="LightGray"/> - + + + + + + - + + + + + + Grid.Column="1" + Text="{Binding Location}" + FontFamily="Arial" + FontSize="16" + Height="30" + VerticalContentAlignment="Center" + Background="LightGray"/> + Grid.Column="1" + Text="{Binding Rounds}" + FontFamily="Arial" + FontSize="16" + Height="30" + Width="50" + VerticalContentAlignment="Center" + HorizontalAlignment="Left" + Background="LightGray"/> + + IsEnabled="{Binding CanSubmit}"/> +