<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:Flyad7_WPF"> <Style TargetType="Button" x:Key="btnNormal"> <Setter Property="Height" Value="30"/> <Setter Property="Margin" Value="3"/> <Setter Property="Padding" Value="20,3"/> </Style> <Style TargetType="TextBlock" x:Key="tbkTitle"> <Setter Property="Margin" Value="3" /> </Style> <Style TargetType="TextBox" x:Key="txtInput"> <Setter Property="MinWidth" Value="100"/> <Setter Property="Height" Value="23" /> <Setter Property="Margin" Value="3" /> </Style> </ResourceDictionary>