client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProductionChapter.xaml
author totetm <>
Fri, 12 Feb 2010 16:22:57 +0100
changeset 47 9b26023b8c83
parent 38 bd33267300aa
permissions -rw-r--r--
Fixed| bug si on ferme un livre en le lisant ReFixed|faire fonctionner le seek, même quand play n'est pas activer

<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"
xmlns:Converter="clr-namespace:Iri.Modernisation.Controls.Converter"
	x:Class="Iri.Modernisation.Controls.View.HeaderProductionChapter" 
	
	d:DesignHeight="104"
    >
    <UserControl.Resources>
    <Converter:BoolToVisibility x:Key="BoolToVisibility"></Converter:BoolToVisibility>
    </UserControl.Resources>
    <StackPanel x:Name="ChapterPanel_Modernisation" Width="176" RenderTransformOrigin="0.5,0.5">
				<TextBlock Style="{StaticResource CommonTextBlock}" x:Name="ChapterTitleLabel"  Text="{Binding Title}"  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 HighLighted="{Binding HighLight}"  x:Name="EditionController" Active="{Binding IsActive}" d:LayoutOverrides="VerticalMargin"/>
					</Grid>
					<Grid x:Name="IPanel" Height="27" HorizontalAlignment="Left" Width="149">
						
						<View:HeaderProductionPartControler  HighLighted="{Binding HighLight}" Active="{Binding Editing}" x:Name="IndexController" Text="Indexation"/>
						</Grid>
					<Grid x:Name="EnPanel" Height="28" HorizontalAlignment="Left" Width="149" RenderTransformOrigin="0.5,0.5">
						<View:HeaderProductionPartControler  HighLighted="{Binding HighLight}"  x:Name="EnrichmentController" Text="Enrichissement"/>
					</Grid>
				</StackPanel>
			</StackPanel>
</UserControl>