Design anpassungen

This commit is contained in:
Husky
2020-04-18 15:19:58 +02:00
parent e08099c794
commit afc68f5a7f
2 changed files with 12 additions and 8 deletions

View File

@@ -20,6 +20,10 @@
</Grid.RowDefinitions>
<Button Grid.Column="0" Grid.ColumnSpan="2" Grid.Row="0" Content="Speichern" Name="Speichern" Click="Speichern_Click" />
<Label Grid.Row="1" Content="Obere Punkt" />
<Label Grid.Row="2" Content="Untere Punkt" />
<Label Grid.Row="3" Content="Strasse" />
<Label Grid.Row="4" Content="Durchmesser" />
<TextBox Grid.Column="1" Grid.Row="1" Text="{Binding PunktOben}" />
<TextBox Grid.Column="1" Grid.Row="2" Text="{Binding PunktUnten}" />
<TextBox Grid.Column="1" Grid.Row="3" Text="{Binding Strasse}" />