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-- |
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
1 |
<UserControl |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
2 |
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
3 |
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
4 |
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
5 |
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
6 |
mc:Ignorable="d" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
7 |
x:Class="FingersDance.Control.ListVideo.UserControlListVideo" |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
8 |
x:Name="UserControl" |
84 | 9 |
Width="478" Height="288.56" xmlns:Custom="http://schemas.microsoft.com/surface/2008" Background="{x:Null}"> |
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
10 |
|
84 | 11 |
<Grid x:Name="LayoutRoot"> |
86 | 12 |
<Custom:SurfaceListBox IsSynchronizedWithCurrentItem="True" Background="{x:Null}" ScrollViewer.VerticalScrollBarVisibility="Disabled" x:Name="ListBoxVideos" VerticalAlignment="Top" Height="167.56" Margin="8,0" ScrollViewer.HorizontalScrollBarVisibility="Hidden"> |
84 | 13 |
<StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" x:Name="stackPanel" RenderTransformOrigin="0.5,0.5"> |
14 |
<StackPanel.RenderTransform> |
|
15 |
<TransformGroup> |
|
16 |
<ScaleTransform/> |
|
17 |
<SkewTransform AngleY="-0.182"/> |
|
18 |
<RotateTransform/> |
|
19 |
<TranslateTransform Y="-0.497"/> |
|
20 |
</TransformGroup> |
|
21 |
</StackPanel.RenderTransform> |
|
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
22 |
</StackPanel> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
23 |
</Custom:SurfaceListBox> |
95 | 24 |
<Custom:SurfaceTextBox x:Name="PathImporter" Margin="152,0,186.4,71.81" VerticalAlignment="Bottom" TextWrapping="Wrap" Height="20" d:LayoutOverrides="VerticalAlignment"/> |
84 | 25 |
<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"/> |
95 | 26 |
<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"/> |
27 |
<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"/> |
|
72
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
28 |
</Grid> |
f1ca0958c992
Travail sur le control List Video et comunication entre ListVideo et FingersDance
sarias
parents:
diff
changeset
|
29 |
</UserControl> |