10 La distance min et max du champ de recherche. |
10 La distance min et max du champ de recherche. |
11 L'host et le port du serveur TUIO. |
11 L'host et le port du serveur TUIO. |
12 L'intervalle de temps entre le début et la fin du timer pour la détection des gestures. |
12 L'intervalle de temps entre le début et la fin du timer pour la détection des gestures. |
13 --> |
13 --> |
14 |
14 |
15 <Window x:Class="Trakers.Debug.DebugParameters" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="DebugParameters" Height="300" Width="300" Closed="Window_Closed"> |
15 <Window x:Class="Trakers.Debug.DebugParameters" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="DebugParameters" Height="380" Width="300"> |
16 <Grid> |
16 <Grid> |
17 <StackPanel> |
17 <StackPanel> |
18 <Label Content="Limites du champ de recherche (ex : 1.5 - 2) [1, 4] :" Height="30" HorizontalAlignment="Left" Name="label1" VerticalAlignment="Top" Width="300" /> |
18 <Label Content="Limites du champ de recherche (ex : 1.5 - 2) [1, 4] :" Height="30" HorizontalAlignment="Left" Name="label1" VerticalAlignment="Top" Width="300" /> |
19 <Grid> |
19 <Grid> |
20 <Grid.RowDefinitions> |
20 <Grid.RowDefinitions> |
21 <RowDefinition Height="30" /> |
21 <RowDefinition Height="30" /> |
22 <RowDefinition Height="30" /> |
22 <RowDefinition Height="30" /> |
|
23 <RowDefinition Height="30" /> |
|
24 <RowDefinition Height="30" /> |
|
25 <RowDefinition Height="30" /> |
23 </Grid.RowDefinitions> |
26 </Grid.RowDefinitions> |
24 <Grid.ColumnDefinitions> |
27 <Grid.ColumnDefinitions> |
25 <ColumnDefinition Width="20*" /> |
28 <ColumnDefinition Width="30*" /> |
26 <ColumnDefinition Width="80*" /> |
29 <ColumnDefinition Width="70*" /> |
27 </Grid.ColumnDefinitions> |
30 </Grid.ColumnDefinitions> |
28 |
31 |
29 <!-- Limites min et max du champ de recherche. --> |
32 <!-- Limites min et max du champ de recherche. --> |
30 <Label Grid.Row="0" Grid.Column="0" Content="Min :" Height="25" HorizontalAlignment="Left" Name="label2" VerticalAlignment="Top" /> |
33 <Label Grid.Row="0" Grid.Column="0" Content="Min Mains :" Height="25" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
31 <TextBox Grid.Row="0" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="searchMinDistanceTB" VerticalAlignment="Top" Width="120" /> |
34 <TextBox Grid.Row="0" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="searchMinDistanceTB" VerticalAlignment="Top" Width="120" /> |
32 <Label Grid.Row="1" Grid.Column="0" Content="Max :" Height="25" HorizontalAlignment="Left" Name="label3" VerticalAlignment="Top" /> |
35 <Label Grid.Row="1" Grid.Column="0" Content="Max Mains :" Height="25" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
33 <TextBox Grid.Row="1" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="searchMaxDistanceTB" VerticalAlignment="Top" Width="120" /> |
36 <TextBox Grid.Row="1" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="searchMaxDistanceTB" VerticalAlignment="Top" Width="120" /> |
|
37 <Label Grid.Row="2" Grid.Column="0" Content="Min :" Height="25" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
38 <TextBox Grid.Row="2" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="minDistanceTB" VerticalAlignment="Top" Width="120" /> |
|
39 <Label Grid.Row="3" Grid.Column="0" Content="Max :" Height="25" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
40 <TextBox Grid.Row="3" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="maxDistanceTB" VerticalAlignment="Top" Width="120" /> |
|
41 <Label Grid.Row="4" Grid.Column="0" Content="Zero :" Height="25" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
42 <TextBox Grid.Row="4" Grid.Column="1" Height="25" HorizontalAlignment="Left" Name="zeroPointTB" VerticalAlignment="Top" Width="120" /> |
34 </Grid> |
43 </Grid> |
35 |
44 |
36 <Label Content="Serveur TUIO :" Height="30" HorizontalAlignment="Left" Name="label4" VerticalAlignment="Top" Width="300" /> |
45 <Label Content="Serveur TUIO :" Height="30" HorizontalAlignment="Left" Name="label4" VerticalAlignment="Top" Width="300" /> |
37 |
46 |
38 <Grid> |
47 <Grid> |