src/FingersDance.Control.ListVideo/UserControlListVideo.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Wed, 23 Sep 2009 22:22:52 +0200
changeset 95 07972aa3f2e0
parent 86 ce57adfac3b0
child 117 c1222ecbf1b1
permissions -rw-r--r--
ListVideo

<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"
	x:Class="FingersDance.Control.ListVideo.UserControlListVideo"
	x:Name="UserControl"
	Width="478" Height="288.56" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="{x:Null}">

	<Grid x:Name="LayoutRoot">
		<Custom:SurfaceListBox IsSynchronizedWithCurrentItem="True" Background="{x:Null}" ScrollViewer.VerticalScrollBarVisibility="Disabled" x:Name="ListBoxVideos" VerticalAlignment="Top" Height="167.56" Margin="8,0" ScrollViewer.HorizontalScrollBarVisibility="Hidden">
			<StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="stackPanel" RenderTransformOrigin="0.5,0.5">
				<StackPanel.RenderTransform>
					<TransformGroup>
						<ScaleTransform/>
						<SkewTransform AngleY="-0.182"/>
						<RotateTransform/>
						<TranslateTransform Y="-0.497"/>
					</TransformGroup>
				</StackPanel.RenderTransform>
			</StackPanel>
		</Custom:SurfaceListBox>
		<Custom:SurfaceTextBox x:Name="PathImporter" Margin="152,0,186.4,71.81" VerticalAlignment="Bottom" TextWrapping="Wrap" Height="20" d:LayoutOverrides="VerticalAlignment"/>
		<Label x:Name="LabelImporter" HorizontalAlignment="Left" Margin="14,0,0,67.81" VerticalAlignment="Bottom" Width="122" Height="28" Content="Importer une vidéo :" d:LayoutOverrides="VerticalAlignment"/>
		<Custom:SurfaceButton x:Name="ButtonImporter" HorizontalAlignment="Right" Margin="0,0,98,66" VerticalAlignment="Bottom" Width="76" Height="17.96" Content="Importer" d:LayoutOverrides="VerticalAlignment" ContactDown="ButtonImporter_ContactDown" Click="ButtonImporter_Click"/>
		<Custom:SurfaceButton x:Name="RefreshButton" HorizontalAlignment="Right" Margin="0,0,18,66" VerticalAlignment="Bottom" Width="76" Height="21" Content="Actualiser" ContactDown="RefreshButton_ContactDown" Click="RefreshButton_Click"/>
	</Grid>
</UserControl>