client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml
author Matthieu Totet
Thu, 03 Dec 2009 16:05:57 +0100
changeset 17 0e4e63f6f567
parent 14 a48c44bc825b
child 19 7d044e7562ea
permissions -rw-r--r--
Update ProductinoView and Components

<UserControl
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
    xmlns:View="clr-namespace:Iri.Modernisation.Controls.View"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" x:Class="Iri.Modernisation.Controls.View.ProductionView" mc:Ignorable="d" Height="688">
    <Grid x:Name="LayoutRoot">

    	<View:HeaderProduction DataContext="{Binding ViewModelHeaderProduction}" x:Name="HeaderProductionElement" HorizontalAlignment="Left" VerticalAlignment="Top" d:LayoutOverrides="VerticalAlignment"/>
    	<View:ProductionTimeLine Height="176" VerticalAlignment="Bottom" DataContext="{Binding ViewModelProductionTimeLine}"/>
    	<View:ProductionEditor Margin="272,115,0,0" HorizontalAlignment="Left" Height="369" VerticalAlignment="Top"/>
    	<View:VideoViewer HorizontalAlignment="Right" Margin="0,115,8,204" Width="404"/>
    	<StackPanel x:Name="RecordsPanel" HorizontalAlignment="Left" Margin="8,288,0,216" Width="248">
    		<TextBlock x:Name="RecordLabel" Text="Records" TextWrapping="Wrap"/>
    		<ListBox x:Name="RecordsList" Height="168"/>
    	</StackPanel>

    </Grid>
</UserControl>