src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml
changeset 208 0699cab5cbb3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml	Wed Nov 18 13:06:55 2009 +0100
@@ -0,0 +1,13 @@
+<UserControl x:Class="FingersDance.Control.SessionInput.UserControlAnnotationOrSearch"
+    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
+    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+    Height="200" Width="300" x:Name="UCAnnotationOrSearch"
+    xmlns:Custom="http://schemas.microsoft.com/surface/2008">
+    <Grid>
+    	<Custom:SurfaceButton Margin="0,0,73,0" x:Name="annotBtn" VerticalAlignment="Top" Height="73" Content="Annotation" FontFamily="Cordia New" FontSize="36" Background="Black" 
+                              Foreground="White" Click="annotBtn_Click" ContactDown="annotBtn_ContactDown" />
+    	<Custom:SurfaceButton Margin="0,76,73,0" x:Name="searchBtn" VerticalAlignment="Top" Height="73" Content="Recherche" FontFamily="Cordia New" FontSize="36" Background="Black" 
+                              Foreground="White" Click="searchBtn_Click" ContactDown="searchBtn_ContactDown"/>
+            
+    </Grid>
+</UserControl>