Fertig mit der UI, code dahinter muss implementiert werde (nach datenbank fertig herstellung)

This commit is contained in:
younes elhaddoury
2026-01-29 14:15:52 +01:00
parent 53a1e036e1
commit deaa68880a
9 changed files with 465 additions and 237 deletions

View File

@@ -11,7 +11,6 @@
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<!-- Header -->
<StackPanel Grid.Row="0"
Orientation="Horizontal"
VerticalAlignment="Center"
@@ -82,7 +81,6 @@
<Label Content="Passwort:" Grid.Row="6" Grid.Column="0" VerticalAlignment="Center" Margin="0,0,12,0"/>
<PasswordBox x:Name="PasswordBox" Grid.Row="6" VerticalAlignment="Top" Margin="1,4,0,0" Height="21" Grid.Column="1"/>
<!-- Buttons - FORCED DOWN with extra rows -->
<StackPanel Grid.Row="9"
Grid.ColumnSpan="2"
Orientation="Horizontal"