Güteschutzbericht angefangen
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:KanSan">
|
||||
xmlns:local="clr-namespace:KanSan"
|
||||
xmlns:l="clr-namespace:KanSan.UI">
|
||||
<DataTemplate x:Key="SanierungViewModelDataTemplate" DataType="{x:Type l:UCHarzSanierung }">
|
||||
<l:UCHarzSanierung />
|
||||
</DataTemplate>
|
||||
|
||||
<Style x:Key="ToggelButtonList" TargetType="{x:Type ToggleButton}">
|
||||
<Setter Property="FrameworkElement.OverridesDefaultStyle" Value="True"/>
|
||||
<Setter Property="FrameworkElement.FocusVisualStyle" Value="{x:Null}"/>
|
||||
@@ -68,7 +73,7 @@
|
||||
<Setter Property="Content" Value="" />
|
||||
<Setter Property="IsEnabled" Value="{Binding Change}" />
|
||||
<Setter Property="FrameworkElement.FocusVisualStyle" Value="{x:Null}" />
|
||||
<Setter Property="Foreground" Value="#FFFFFFFF" />
|
||||
<Setter Property="Foreground" Value="Black" />
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="{x:Type CheckBox}">
|
||||
|
||||
Reference in New Issue
Block a user