Benutzer können erstellt werden

This commit is contained in:
NBTEMP\bib
2026-09-13 16:51:51 +02:00
parent abd23b4909
commit bf0f703f28
4 changed files with 67 additions and 13 deletions
+3 -1
View File
@@ -31,8 +31,10 @@
<Label Content="Passwort" FontSize="18" FontWeight="SemiBold" FontFamily="Palatino Linotype" Foreground="DarkGray"/>
<PasswordBox x:Name="TxtPasswort" Margin="0,0,0,10" Background="#BD9208" />
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
<Button Content="Neues Konto" Width="80" Click="Erstellen_Click" Background="#BD9208" FontFamily="Palatino Linotype" FontWeight="SemiBold" Margin="0,0,100,0"/>
<Button Content="Anmelden" Width="80" Click="Anmelden_Click" Background="#BD9208" FontFamily="Palatino Linotype" FontWeight="SemiBold"/>
</StackPanel>
</StackPanel>
<MediaElement Name="player"
LoadedBehavior="Manual"
UnloadedBehavior="Manual" />