# HG changeset patch # User riley # Date 1249060763 -7200 # Node ID b1862768556512e4a196caed1f4fa664208b15bc # Parent 7b7f95dc9027f826c129be7b0669193a9231e892 Mise a jour du user control panel diff -r 7b7f95dc9027 -r b18627685565 src/FingersDance.Control.Player/FingersDance.Control.Player.suo Binary file src/FingersDance.Control.Player/FingersDance.Control.Player.suo has changed diff -r 7b7f95dc9027 -r b18627685565 src/FingersDance.Control.Player/UserControlPlayer.xaml --- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Fri Jul 31 17:59:22 2009 +0200 +++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Fri Jul 31 19:19:23 2009 +0200 @@ -6,7 +6,7 @@ mc:Ignorable="d" x:Class="FingersDance.Control.Player.UserControlPlayer" x:Name="UserControl" - Width="329.873" Height="224.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008"> + Width="335.873" Height="228.096" xmlns:Custom="http://schemas.microsoft.com/surface/2008"> @@ -14,11 +14,86 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r 7b7f95dc9027 -r b18627685565 src/FingersDance.Control.Player/UserControlPlayer.xaml.cs --- a/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs Fri Jul 31 17:59:22 2009 +0200 +++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml.cs Fri Jul 31 19:19:23 2009 +0200 @@ -65,6 +65,7 @@ MediaElementVideo.Play(); } catch (Exception ex ) { } + ButtonPlayPause.Background = FindResource("[Skin_1]_Pause_button_xaml") as Brush; } else//Pause { @@ -74,6 +75,7 @@ MediaElementVideo.Pause(); } catch (Exception exx ) { } + ButtonPlayPause.Background = FindResource("[Skin_1]_Play_button_xaml") as Brush; } } }