client/src/Iri.Modernisation.Controls/View/ProductionView/ProductionView.xaml
author Matthieu Totet
Wed, 25 Nov 2009 12:06:26 +0100
changeset 14 a48c44bc825b
parent 0 249d70e7b32d
child 17 0e4e63f6f567
permissions -rw-r--r--
Add Controls in ProductionView
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     1
<UserControl
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" 
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     4
    xmlns:View="clr-namespace:Iri.Modernisation.Controls.View"
14
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
     5
    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">
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     6
    <Grid x:Name="LayoutRoot">
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     7
14
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
     8
    	<View:HeaderProduction HorizontalAlignment="Left" VerticalAlignment="Top" d:LayoutOverrides="VerticalAlignment"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
     9
    	<View:ProductionTimeLine Height="176" VerticalAlignment="Bottom"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    10
    	<View:ProductionEditor Margin="272,115,0,0" HorizontalAlignment="Left" Height="369" VerticalAlignment="Top"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    11
    	<View:VideoViewer HorizontalAlignment="Right" Margin="0,115,8,204" Width="404"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    12
    	<StackPanel x:Name="RecordsPanel" HorizontalAlignment="Left" Margin="8,288,0,216" Width="248">
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    13
    		<TextBlock x:Name="RecordLabel" Text="Records" TextWrapping="Wrap"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    14
    		<ListBox x:Name="RecordsList" Height="168"/>
a48c44bc825b Add Controls in ProductionView
Matthieu Totet
parents: 0
diff changeset
    15
    	</StackPanel>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    16
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    17
    </Grid>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    18
</UserControl>