src/FingersDance.Control.Close/UserControlClose.xaml
author PAMPHILE Jonathan <pamphile@efrei.fr>
Thu, 24 Sep 2009 17:38:51 +0200
changeset 112 08bc8eac9e71
parent 103 6eb5b39f8e97
child 114 8262d9756231
permissions -rw-r--r--
Screen
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"
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
     9
	Width="383.284" Height="288.955" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    10
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    11
	<Grid x:Name="LayoutRoot" Background="#FFFFFFFF">
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    12
		<Label Margin="88.06,56.717,131.858,0" VerticalAlignment="Top" Content="Label" Height="45.363" x:Name="LabelAlert"/>
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    13
		<Custom:SurfaceButton VerticalAlignment="Bottom" Content="OK" Margin="191.045,0,100.029,105.224" d:LayoutOverrides="Width, Height" x:Name="SurfaceButtonOK"/>
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    14
		<Custom:SurfaceButton HorizontalAlignment="Left" VerticalAlignment="Bottom" Content="No" Margin="56.717,0,0,105.224" d:LayoutOverrides="Height" Width="85.754" x:Name="SurfaceButtonNO"/>
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    15
	</Grid>
6eb5b39f8e97 Add Project Control Close
sarias
parents:
diff changeset
    16
</UserControl>