--- a/middleware/src/Debug/DebugWindow.xaml Fri Mar 09 18:15:12 2012 +0100
+++ b/middleware/src/Debug/DebugWindow.xaml Thu Mar 15 13:33:21 2012 +0100
@@ -1,5 +1,5 @@
<!--
-Projet : KINECT PROJECTS
+Projet : TraKERS
Module : MIDDLEWARE
Sous-Module : Debug
Classe : Debug
@@ -52,14 +52,21 @@
<!-- 0-1 m : Rouge. 1-2 : Orange. 2-3 : Jaune. 3-4 : Blanc. -->
<StackPanel Grid.Row="0" Grid.Column="1" Name="List">
<Label Name="DistanceLbl" Content="Distance :" />
- <Label Name="D1" Content="0 < D < 1" />
+ <Rectangle Name="R1" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R2" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R3" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R4" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R5" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R6" Height="50" Fill="DarkGray" />
+ <Rectangle Name="R7" Height="50" Fill="DarkGray" />
+ <!--<Label Name="D1" Content="0 < D < 1" />
<Rectangle Name="R1" Height="70" Fill="DarkGray" />
<Label Name="D2" Content="1 < D < 2" />
<Rectangle Name="R2" Height="70" Fill="DarkGray" />
<Label Name="D3" Content="2 < D < 3" />
<Rectangle Name="R3" Height="70" Fill="DarkGray" />
<Label Name="D4" Content="3 < D < 4" />
- <Rectangle Name="R4" Height="70" Fill="DarkGray" />
+ <Rectangle Name="R4" Height="70" Fill="DarkGray" />-->
</StackPanel>
</Grid>
</Window>