src/FingersDance.Control.Close/UserControlClose.xaml
changeset 103 6eb5b39f8e97
child 114 8262d9756231
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control.Close/UserControlClose.xaml	Thu Sep 24 15:16:38 2009 +0200
@@ -0,0 +1,16 @@
+<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.Close.UserControlClose"
+	x:Name="UserControl"
+	Width="383.284" Height="288.955" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+
+	<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>
+</UserControl>
\ No newline at end of file