--- a/src/FingersDance.Control.Close/UserControlClose.xaml Thu Sep 24 17:39:19 2009 +0200
+++ b/src/FingersDance.Control.Close/UserControlClose.xaml Thu Sep 24 17:48:07 2009 +0200
@@ -6,11 +6,11 @@
mc:Ignorable="d"
x:Class="FingersDance.Control.Close.UserControlClose"
x:Name="UserControl"
- Width="383.284" Height="288.955" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+ Width="359.284" Height="210.955" xmlns:Custom="http://schemas.microsoft.com/surface/2008" BorderBrush="White">
- <Grid x:Name="LayoutRoot" Background="#FFFFFFFF">
- <Label Margin="88.06,56.717,131.858,0" VerticalAlignment="Top" Content="Label" Height="45.363" x:Name="LabelAlert"/>
- <Custom:SurfaceButton VerticalAlignment="Bottom" Content="OK" Margin="191.045,0,100.029,105.224" d:LayoutOverrides="Width, Height" x:Name="SurfaceButtonOK"/>
- <Custom:SurfaceButton HorizontalAlignment="Left" VerticalAlignment="Bottom" Content="No" Margin="56.717,0,0,105.224" d:LayoutOverrides="Height" Width="85.754" x:Name="SurfaceButtonNO"/>
+ <Grid x:Name="LayoutRoot" Background="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}">
+ <Label Margin="88.06,56.717,76.029,0" VerticalAlignment="Top" Content="Estes-vous sure de vouloir quitter ?" Height="42.363" x:Name="LabelAlert" Foreground="White"/>
+ <Custom:SurfaceButton VerticalAlignment="Bottom" Content="Oui" Margin="81.604,0,0,27.224" x:Name="SurfaceButtonOK" HorizontalAlignment="Left" Width="85.754"/>
+ <Custom:SurfaceButton HorizontalAlignment="Right" VerticalAlignment="Bottom" Content="Non" Margin="0,0,76.029,27.224" Width="85.754" x:Name="SurfaceButtonNO"/>
</Grid>
</UserControl>
\ No newline at end of file