97 <Label Grid.Row="0" Grid.Column="0" Content="Nombre de vidéos :" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
97 <Label Grid.Row="0" Grid.Column="0" Content="Nombre de vidéos :" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
98 <TextBox Grid.Row="0" Grid.Column="1" HorizontalAlignment="Left" Name="imagesToShowTB" VerticalAlignment="Top" Width="120" /> |
98 <TextBox Grid.Row="0" Grid.Column="1" HorizontalAlignment="Left" Name="imagesToShowTB" VerticalAlignment="Top" Width="120" /> |
99 </Grid> |
99 </Grid> |
100 </StackPanel> |
100 </StackPanel> |
101 </TabItem> |
101 </TabItem> |
|
102 <TabItem Header="Recherche"> |
|
103 <StackPanel> |
|
104 <Label Content="Courbes de recherche :" Height="30" HorizontalAlignment="Left" VerticalAlignment="Top" Width="300" /> |
|
105 <Grid> |
|
106 <Grid.RowDefinitions> |
|
107 <RowDefinition Height="30" /> |
|
108 <RowDefinition Height="30" /> |
|
109 <RowDefinition Height="30" /> |
|
110 </Grid.RowDefinitions> |
|
111 <Grid.ColumnDefinitions> |
|
112 <ColumnDefinition Width="50*" /> |
|
113 <ColumnDefinition Width="50*" /> |
|
114 </Grid.ColumnDefinitions> |
|
115 |
|
116 <!-- Paramètres de la recherche de courbes. --> |
|
117 <Label Grid.Row="0" Grid.Column="0" Content="On prend 1/N pts :" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
118 <TextBox Grid.Row="0" Grid.Column="1" HorizontalAlignment="Left" Name="takenPointsTB" VerticalAlignment="Top" Width="120" /> |
|
119 <Label Grid.Row="1" Grid.Column="0" Content="Seuil cut XY :" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
120 <TextBox Grid.Row="1" Grid.Column="1" HorizontalAlignment="Left" Name="directionChangeTresholdXYTB" VerticalAlignment="Top" Width="120" /> |
|
121 <Label Grid.Row="2" Grid.Column="0" Content="Seuil cut Z :" HorizontalAlignment="Left" VerticalAlignment="Top" /> |
|
122 <TextBox Grid.Row="2" Grid.Column="1" HorizontalAlignment="Left" Name="directionChangeTresholdZTB" VerticalAlignment="Top" Width="120" /> |
|
123 </Grid> |
|
124 </StackPanel> |
|
125 </TabItem> |
102 </TabControl> |
126 </TabControl> |
103 |
127 |
104 <Button Content="Modifier" Click="Button_Click" /> |
128 <Button Content="Modifier" Click="Button_Click" /> |
105 <!-- 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. --> |
106 <Label Content="" Name="ExceptionInParametersLbl" Height="28" /> |
130 <Label Content="" Name="ExceptionInParametersLbl" Height="28" /> |