src/FingersDance.Control.Close/UserControlClose.xaml
author sarias
Mon, 05 Oct 2009 18:29:32 +0200
changeset 131 9331c3dea175
parent 114 8262d9756231
child 140 fc7c12f9da30
permissions -rw-r--r--
Close Control
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
103
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     1
<UserControl
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     7
	x:Class="FingersDance.Control.Close.UserControlClose"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     8
	x:Name="UserControl"
114
8262d9756231 Design update (Controle Close, pivot)
riley
parents: 103
diff changeset
     9
	Width="359.284" Height="210.955" xmlns:Custom="http://schemas.microsoft.com/surface/2008" BorderBrush="White">
103
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    10
114
8262d9756231 Design update (Controle Close, pivot)
riley
parents: 103
diff changeset
    11
	<Grid x:Name="LayoutRoot" Background="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}">
8262d9756231 Design update (Controle Close, pivot)
riley
parents: 103
diff changeset
    12
		<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"/>
131
9331c3dea175 Close Control
sarias
parents: 114
diff changeset
    13
		<Custom:SurfaceButton VerticalAlignment="Bottom" Content="Oui" Margin="81.604,0,0,27.224" x:Name="SurfaceButtonOK" HorizontalAlignment="Left" Width="85.754" ContactDown="SurfaceButtonOK_ContactDown" Click="SurfaceButtonOK_Click"/>
9331c3dea175 Close Control
sarias
parents: 114
diff changeset
    14
		<Custom:SurfaceButton HorizontalAlignment="Right" VerticalAlignment="Bottom" Content="Non" Margin="0,0,76.029,27.224" Width="85.754" x:Name="SurfaceButtonNO" ContactDown="SurfaceButtonNO_ContactDown" Click="SurfaceButtonNO_Click"/>
103
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    15
	</Grid>
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    16
</UserControl>