client/src/Iri.Modernisation.Controls/View/ClickMenu/ClickMenuPanelAnnoter.xaml
author totetm <>
Wed, 10 Feb 2010 14:56:46 +0100
changeset 41 b51a10574e7f
parent 8 2482ddb44cb6
permissions -rw-r--r--
LeftClick on an element in BookTimeLine set time at begining of the element.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     1
<UserControl
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     6
	mc:Ignorable="d"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     7
	xmlns:local="clr-namespace:Iri.Modernisation.Controls.View"
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     8
	x:Class="Iri.Modernisation.Controls.View.ClickMenuPanelAnnoter" Height="56" Width="80">
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
     9
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    10
	
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    11
	
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    12
	
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    13
	
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    14
	<Grid x:Name="Panel" Background="#00842B2B" Canvas.ZIndex="4" MouseLeave="Grid_MouseLeave">
8
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    15
		<local:ClickMenuItem   Orientation="Up" Title="Annoter"  x:Name="_annoterItem" HorizontalAlignment="Left" Margin="1,17,0,0" Width="32" Canvas.ZIndex="10" VerticalAlignment="Top" d:LayoutOverrides="Height" MouseEnter="Grid_MouseEnter">
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    16
			
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    17
		</local:ClickMenuItem>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    18
		<Grid x:Name="Hidden" HorizontalAlignment="Left" Width="80" Background="#0041024D" Height="56" VerticalAlignment="Top" Visibility="Collapsed">
8
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    19
			<local:ClickMenuItem ImageSource="icons/home.png" Orientation="Down" Title="Vidéo" x:Name="_videoItem" HorizontalAlignment="Left" Margin="24,25,0,0" Width="32" Canvas.ZIndex="5" RenderTransformOrigin="0.5,0.5" VerticalAlignment="Top"/>
2482ddb44cb6 ClickMenuItem modification : path rotation & image display
Matthieu Totet
parents: 0
diff changeset
    20
			<local:ClickMenuItem Orientation="Down" Title="Textuelle" x:Name="_textItem" Margin="16,-2,34,0" VerticalAlignment="Top" RenderTransformOrigin="0.209,0.93" Canvas.ZIndex="5" d:LayoutOverrides="VerticalAlignment"/>
0
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    21
		</Grid>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    22
	</Grid>
249d70e7b32d Create Directories & Project
Matthieu Totet
parents:
diff changeset
    23
</UserControl>