Tätigkeiten überarbeitet.
This commit is contained in:
@@ -7,6 +7,13 @@
|
||||
xmlns:sd="clr-namespace:KanSan.SampleData"
|
||||
mc:Ignorable="d"
|
||||
d:DesignHeight="450" d:DesignWidth="800">
|
||||
<UserControl.Resources>
|
||||
<ResourceDictionary>
|
||||
<ResourceDictionary.MergedDictionaries>
|
||||
<ResourceDictionary Source="./../../my_controls.xaml" />
|
||||
</ResourceDictionary.MergedDictionaries>
|
||||
</ResourceDictionary>
|
||||
</UserControl.Resources>
|
||||
<d:UserControl.DataContext>
|
||||
<sd:LeistungsverzeichnisPositionViewModelSampleData />
|
||||
</d:UserControl.DataContext>
|
||||
@@ -22,17 +29,20 @@
|
||||
<RowDefinition />
|
||||
<RowDefinition />
|
||||
<RowDefinition />
|
||||
<RowDefinition />
|
||||
</Grid.RowDefinitions>
|
||||
<Label Grid.Column="0" Grid.Row="0" Content="Positionsnummer" />
|
||||
<Label Grid.Column="0" Grid.Row="1" Content="Beschreibung" />
|
||||
<Label Grid.Column="0" Grid.Row="2" Content="Einheit" />
|
||||
<Label Grid.Column="0" Grid.Row="3" Content="Tag" />
|
||||
|
||||
|
||||
<TextBox Grid.Column="1" Grid.Row="0" Text="{Binding Positionsnummer}" />
|
||||
<TextBox Grid.Column="1" Grid.Row="1" Text="{Binding Beschreibung}" />
|
||||
<TextBox Grid.Column="1" Grid.Row="2" Text="{Binding Einheit}" />
|
||||
<TextBox Grid.Column="1" Grid.Row="3" Text="{Binding Tag}" />
|
||||
|
||||
<Button Grid.Column="0" Grid.Row="4" Grid.ColumnSpan="2" Content="Speichern" Name="Save" Click="Save_Click" />
|
||||
<CheckBox Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="2" Content="Güteschutzprotokoll erforderlich" IsChecked="{Binding HatGüteschutzProtokoll}" Style="{StaticResource checkBoxCircle}" HorizontalAlignment="Center" />
|
||||
<Button Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" Content="Speichern" Name="Save" Click="Save_Click" />
|
||||
</Grid>
|
||||
</UserControl>
|
||||
|
||||
Reference in New Issue
Block a user