client/src/Iri.Modernisation.Controls/View/NavigationBar/ProductionMenu.xaml
changeset 30 644e3cd48034
parent 4 cf756528609e
equal deleted inserted replaced
29:5f8d275750e7 30:644e3cd48034
     9     xmlns:Lang="clr-namespace:Iri.Modernisation.Lang;assembly=Iri.Modernisation.Lang"
     9     xmlns:Lang="clr-namespace:Iri.Modernisation.Lang;assembly=Iri.Modernisation.Lang"
    10     >
    10     >
    11     
    11     
    12 <UserControl.Resources>
    12 <UserControl.Resources>
    13         <ResourceDictionary>
    13         <ResourceDictionary>
       
    14 		<ResourceDictionary.MergedDictionaries>
       
    15 			<ResourceDictionary Source="/Iri.Modernisation.Styles;Component/Templates_CommonTemplate.xaml"/>
       
    16          </ResourceDictionary.MergedDictionaries>  
    14             <Lang:LangResource x:Name="LangLabels" x:Key="LangLabels"></Lang:LangResource>
    17             <Lang:LangResource x:Name="LangLabels" x:Key="LangLabels"></Lang:LangResource>
    15         </ResourceDictionary>
    18         </ResourceDictionary>
    16     </UserControl.Resources>
    19     </UserControl.Resources>
    17 		<StackPanel x:Name="ProductionMenuPanel">
    20 		<StackPanel x:Name="ProductionMenuPanel">
    18 		<TextBlock  Style="{StaticResource CommonTextBlock}"  x:Name="ProductionMenuLabel"  Text="{Binding ProductionMenuTitle, Source={StaticResource LangLabels}}" TextWrapping="Wrap"/>
    21 		<TextBlock  Style="{StaticResource CommonTextBlock}"  x:Name="ProductionMenuLabel"  Text="{Binding ProductionMenuTitle, Source={StaticResource LangLabels}}" TextWrapping="Wrap"/>