Revisionschächte werden nun mit abgelegt.
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
<RowDefinition Height="auto" />
|
||||
<RowDefinition Height="auto" />
|
||||
<RowDefinition Height="auto" />
|
||||
<RowDefinition Height="auto" />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
@@ -42,6 +43,7 @@
|
||||
<Label Grid.Column="0" Grid.Row="7" Content="Vermesser" />
|
||||
<Label Grid.Column="0" Grid.Row="8" Content="Aufnahmedatum" />
|
||||
<Label Grid.Column="0" Grid.Row="9" Content="Entwässerungsart" />
|
||||
<Label Grid.Column="0" Grid.Row="10" Content="SchachtType" />
|
||||
|
||||
<TextBox Margin="2" Grid.Column="1" Grid.Row="0" Text="{Binding Objektbezeichnung}" />
|
||||
<TextBox Margin="2" Grid.Column="1" Grid.Row="1" Text="{Binding DeckelRechtsWert}" />
|
||||
@@ -59,8 +61,14 @@
|
||||
<RadioButton Style="{StaticResource ToggleButtonList}" Content="Mischwasser" IsChecked="{Binding Entwaeserung, Converter={StaticResource EqualValueToParameterConverter},ConverterParameter={x:Static stat:EEntwaeserung.Mischwasser}}" />
|
||||
</DockPanel>
|
||||
|
||||
<DockPanel Grid.Column="1" Grid.Row="10">
|
||||
<!-- SchachtType-->
|
||||
<RadioButton Style="{StaticResource ToggleButtonList}" Content="Hauptkanal" IsChecked="{Binding SchachtType, Converter={StaticResource EqualValueToParameterConverter},ConverterParameter={x:Static stat:ESchachtType.Hauptkanal}}" />
|
||||
<RadioButton Style="{StaticResource ToggleButtonList}" Content="Revision" IsChecked="{Binding SchachtType, Converter={StaticResource EqualValueToParameterConverter},ConverterParameter={x:Static stat:ESchachtType.Revisionschacht}}" />
|
||||
</DockPanel>
|
||||
|
||||
<StackPanel Grid.ColumnSpan="2" Grid.Row="10">
|
||||
|
||||
<StackPanel Grid.ColumnSpan="2" Grid.Row="11">
|
||||
<Button Content="Speichern" Command="{Binding Speichern}" />
|
||||
</StackPanel>
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
<!--<DataGridTextColumn Header="Sohlhöhe" Binding="{Binding SohlHoehe}" />-->
|
||||
<!--<DataGridTextColumn Header="Deckelhöhe" Binding="{Binding DeckelHoehe}" />-->
|
||||
<DataGridTextColumn Header="Entwässerung" Binding="{Binding Entwaesserung}" />
|
||||
<DataGridTextColumn Header="SchachtTyp" Binding="{Binding SchachtType}" />
|
||||
</DataGrid.Columns>
|
||||
</DataGrid>
|
||||
<StackPanel Grid.Row="1">
|
||||
|
||||
Reference in New Issue
Block a user