src/FingersDance.Control.SessionInput/UserControlAnnotationOrSearch.xaml
author riley
Tue, 24 Nov 2009 22:47:25 +0100
changeset 228 6e70a11abd3f
parent 208 0699cab5cbb3
permissions -rw-r--r--
Adding the menu button ressources(Gestures)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
208
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     1
<UserControl x:Class="FingersDance.Control.SessionInput.UserControlAnnotationOrSearch"
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     2
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     3
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     4
    Height="200" Width="300" x:Name="UCAnnotationOrSearch"
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     5
    xmlns:Custom="http://schemas.microsoft.com/surface/2008">
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     6
    <Grid>
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     7
    	<Custom:SurfaceButton Margin="0,0,73,0" x:Name="annotBtn" VerticalAlignment="Top" Height="73" Content="Annotation" FontFamily="Cordia New" FontSize="36" Background="Black" 
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     8
                              Foreground="White" Click="annotBtn_Click" ContactDown="annotBtn_ContactDown" />
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
     9
    	<Custom:SurfaceButton Margin="0,76,73,0" x:Name="searchBtn" VerticalAlignment="Top" Height="73" Content="Recherche" FontFamily="Cordia New" FontSize="36" Background="Black" 
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
    10
                              Foreground="White" Click="searchBtn_Click" ContactDown="searchBtn_ContactDown"/>
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
    11
            
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
    12
    </Grid>
0699cab5cbb3 first step of search mode : add choice panel and integrate the annotation mode.
cavaliet
parents:
diff changeset
    13
</UserControl>