Zahlenbox hinzugefügt

This commit is contained in:
2026-09-09 10:49:09 +02:00
parent 003c82344e
commit ae8efa449a
4 changed files with 71 additions and 3 deletions
+3 -1
View File
@@ -35,7 +35,9 @@
<Image Grid.Column="5" Grid.Row="2" x:Name="Bild_2"/>
<Image Grid.Column="7" Grid.Row="2" x:Name="Bild_3"/>
<Image Grid.Column="9" Grid.Row="2" x:Name="Bild_4"/>
<Button Grid.Row="0" Content="Hauptmeü" HorizontalAlignment="Center" Click="Hauptmenue" Width="100"/>
<Button Grid.Row="0" Content="Hauptmenü" HorizontalAlignment="Center" Click="Hauptmenue" Width="100"/>
<TextBox Grid.Column="3" HorizontalAlignment="Left" Height="101" Margin="10,36,0,0" Grid.Row="4" TextWrapping="Wrap" Text="Einsatz" VerticalAlignment="Top" Width="193" PreviewTextInput="TextBox_OnPreviewTextInput" PreviewKeyDown="TextBox_OnPreviewKeyDown" DataObject.Pasting="TextBox_Pasting"/>
</Grid>
</Window>