client/src/Iri.Modernisation.Controls/View/HeaderProduction/HeaderProductionChapter.xaml
author totetm <>
Thu, 11 Feb 2010 17:29:23 +0100
changeset 42 594fdedecf7f
parent 38 bd33267300aa
permissions -rw-r--r--
Fixed| bouton close sur BookTimeLine Fixed| loading blocker sur les éléments du corpus vidéolivre (book a charger) Fixed| afficher l'état sur on load et loader sur les éléments du corpus vidéolivre ("book a charger") Fixed| bug du title sur book timline Fixed| Actualisation de l'affichage des annotations sur seek de la timline sans play Fixed| Seek possible quand play Fixed| Bug sur le placement tetris ? Fixed| texte par default sur les champs d'annotations

<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>