client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml
author Matthieu Totet
Thu, 19 Nov 2009 17:07:45 +0100
changeset 5 ee4ddd15fb5d
parent 0 249d70e7b32d
child 14 a48c44bc825b
permissions -rw-r--r--
Add informations about some build bug fixes

<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="352">
    <Grid x:Name="LayoutRoot">

    	<View:HeaderProduction HorizontalAlignment="Left" VerticalAlignment="Top" d:LayoutOverrides="VerticalAlignment, Width"/>
    	<View:ProductionTimeLine HorizontalAlignment="Left" Height="176" VerticalAlignment="Bottom"/>

    </Grid>
</UserControl>