client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProductionChapter.xaml
<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:Input="clr-namespace:SLExtensions.Input;assembly=SLExtensions"
xmlns:View="clr-namespace:Iri.Modernisation.Controls.View"
xmlns:Lang="clr-namespace:Iri.Modernisation.Lang;assembly=Iri.Modernisation.Lang"
x:Class="Iri.Modernisation.Controls.HeaderProductionChapter" d:DesignHeight="104">
<StackPanel x:Name="ChapterPanel_Modernisation" Width="176" RenderTransformOrigin="0.5,0.5">
<TextBlock Style="{StaticResource CommonTextBlock}" x:Name="ChapterTitleLabel" Text="Modernisation" TextWrapping="Wrap"/>
<StackPanel x:Name="ChapterPanel" Height="82" Margin="8,0,19,0">
<Grid x:Name="EPanel" Height="27" HorizontalAlignment="Left" Width="149">
<View:HeaderProductionPartControler x:Name="EditionController" Text="{Binding EditingLabel, Source={StaticResource LangLabels}}" d:LayoutOverrides="VerticalMargin"/>
</Grid>
<Grid x:Name="IPanel" Height="27" HorizontalAlignment="Left" Width="149">
<View:HeaderProductionPartControler IsActive="{Binding IsChap01IndexingEnable}" x:Name="IndexController" Text="Indexation"/>
</Grid>
<Grid x:Name="EnPanel" Height="28" HorizontalAlignment="Left" Width="149" RenderTransformOrigin="0.5,0.5">
<TextBlock Style="{StaticResource CommonTextBlock}" x:Name="EnLabel" Text="Enrichissement" TextWrapping="Wrap" d:LayoutOverrides="HorizontalAlignment"/>
</Grid>
</StackPanel>
</StackPanel>
</UserControl>