src/FingersDance.Control.SyncSource/UserControlSyncSource.xaml
author sarias
Mon, 17 Aug 2009 22:04:09 +0200
changeset 35 ed77793b767a
child 45 f003ae353cd7
permissions -rw-r--r--
Control Pivot, Debut Control Screen SyncSource UserPanel
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     1
<UserControl
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     7
    xmlns:FingersDance_Control_Player="clr-namespace:FingersDance.Control.Player;assembly=FingersDance.Control.Player"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     8
    xmlns:FingersDance_Control_TimeLine="clr-namespace:FingersDance.Control.TimeLine;assembly=FingersDance.Control.TimeLine"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
     9
	x:Class="FingersDance.Control.SyncSource.UserControlSyncSource"
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    10
	x:Name="UserControl" Height="384" Width="512">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    11
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    12
    <Grid x:Name="LayoutRoot" Height="192" Width="256">
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    13
        <FingersDance_Control_TimeLine:UserControlTimeLine Margin="-127,-91,-131,0" VerticalAlignment="Top" Height="31" x:Name="UserControlTimeLine" DragStarted="UserControlTimeLine_DragStarted" DragCompleted="UserControlTimeLine_DragCompleted" TimerTick="UserControlTimeLine_TimerTick"/>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    14
        <FingersDance_Control_Player:UserControlPlayer Margin="-92,-56,-102,-86" PlayerOpened="UserControlPlayer_PlayerOpened" x:Name="UserControlPlayer" d:LayoutOverrides="HorizontalAlignment" />
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    15
    </Grid>
ed77793b767a Control Pivot,
sarias
parents:
diff changeset
    16
</UserControl>