middleware/src/Debug/DebugParameters.xaml
changeset 9 0f44b7360c8d
parent 8 e4e7db2435f8
child 11 a1bf0d21022e
equal deleted inserted replaced
8:e4e7db2435f8 9:0f44b7360c8d
    21     La distance min et max du champ de recherche.
    21     La distance min et max du champ de recherche.
    22     L'host et le port du serveur TUIO.
    22     L'host et le port du serveur TUIO.
    23     L'intervalle de temps entre le début et la fin du timer pour la détection des gestures.
    23     L'intervalle de temps entre le début et la fin du timer pour la détection des gestures.
    24 -->
    24 -->
    25     
    25     
    26 <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">
    26 <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="TraKERS - Paramètres" Height="380" Width="300">
    27     <Grid>
    27     <Grid>
    28         <StackPanel>
    28         <StackPanel>
    29             <Label Content="Limites du champ de recherche (ex : 1.5 - 2) [1, 4] :" Height="30" HorizontalAlignment="Left" Name="label1" VerticalAlignment="Top" Width="300" />
    29             <Label Content="Limites du champ de recherche (ex : 1.5 - 2) [1, 4] :" Height="30" HorizontalAlignment="Left" Name="label1" VerticalAlignment="Top" Width="300" />
    30             <Grid>
    30             <Grid>
    31                 <Grid.RowDefinitions>
    31                 <Grid.RowDefinitions>