middleware/Debug/DebugParameters.xaml
changeset 16 a9ebacd6c089
parent 15 4b78f179e7ce
child 27 6c08d4d7219e
equal deleted inserted replaced
15:4b78f179e7ce 16:a9ebacd6c089
    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="TraKERS - Paramètres" 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" Closed="Window_Closed">
    27     <Grid>
    27     <Grid>
    28         <StackPanel>
    28         <StackPanel>
    29             <TabControl>
    29             <TabControl>
    30                 <TabItem Header="Position">
    30                 <TabItem Header="Position">
    31                     <StackPanel>
    31                     <StackPanel>
   123                         </Grid>
   123                         </Grid>
   124                     </StackPanel>
   124                     </StackPanel>
   125                 </TabItem>
   125                 </TabItem>
   126             </TabControl>
   126             </TabControl>
   127 
   127 
   128             <Button Content="Modifier" Click="Button_Click" />
   128             <Button Name="ModButton" Content="Modifier" Click="Button_Click" />
   129             <!-- Affichage des problèmes éventuels lors de la saisie des paramètres. -->
   129             <!-- Affichage des problèmes éventuels lors de la saisie des paramètres. -->
   130             <Label Content="" Name="ExceptionInParametersLbl" Height="28" />
   130             <Label Content="" Name="ExceptionInParametersLbl" Height="28" />
   131         </StackPanel>
   131         </StackPanel>
   132     </Grid>
   132     </Grid>
   133 </Window>
   133 </Window>