author | PAMPHILE Jonathan <pamphile@efrei.fr> |
Mon, 23 Nov 2009 16:16:21 +0100 | |
changeset 220 | 0aba45e2f907 |
parent 208 | 0699cab5cbb3 |
permissions | -rw-r--r-- |
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> |