src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml
author sarias
Thu, 17 Sep 2009 12:53:22 +0200
changeset 73 bda95242e600
parent 72 f1ca0958c992
child 77 e95e916eb018
permissions -rw-r--r--
Travail sur Enchainement New Session --> UserPanel. + ControlSessionInput
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     1
<UserControl
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     2
	xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     3
	xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     4
	xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     5
	xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     6
	mc:Ignorable="d"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     7
	x:Class="FingersDance.Control.SessionInput.UserControlSessionInput"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     8
	x:Name="UserControl"
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
     9
	Background="#FFA09E9E" Width="256" Height="192" xmlns:Custom="http://schemas.microsoft.com/surface/2008">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    10
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    11
	<Grid x:Name="LayoutRoot">
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    12
		<Custom:SurfaceTextBox d:LayoutOverrides="HorizontalAlignment" Margin="112,12.818,8,0" x:Name="ST_Name" VerticalAlignment="Top" Text="" TextWrapping="Wrap"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    13
		<Custom:SurfaceTextBox d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" Margin="112,40.978,8,0" x:Name="ST_Date" VerticalAlignment="Top" Text="" TextWrapping="Wrap"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    14
		<Custom:SurfaceTextBox d:LayoutOverrides="HorizontalAlignment, VerticalAlignment, Height" Margin="112,70.586,8,0" x:Name="ST_Alias" VerticalAlignment="Top" Text="" TextWrapping="Wrap"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    15
		<Custom:SurfaceTextBox d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" Margin="112,92.546,8,0" x:Name="ST_Email" VerticalAlignment="Top" Text="" TextWrapping="Wrap"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    16
		<Custom:SurfaceTextBox d:LayoutOverrides="HorizontalAlignment, Height" Margin="112,0,8,59.534" x:Name="ST_Desc" VerticalAlignment="Bottom" Text="" TextWrapping="Wrap"/>
73
bda95242e600 Travail sur Enchainement New Session --> UserPanel.
sarias
parents: 72
diff changeset
    17
		<Custom:SurfaceButton RenderTransformOrigin="0.5,0.5" Margin="82.321,0,123.679,5.534" VerticalAlignment="Bottom" Content="" Height="50" x:Name="SurfaceButtonSubmit" ContactDown="SurfaceButtonSubmit_ContactDown" Click="SurfaceButtonSubmit_Click">
61
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    18
			<Custom:SurfaceButton.RenderTransform>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    19
				<TransformGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    20
					<ScaleTransform ScaleX="1" ScaleY="1"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    21
					<SkewTransform AngleX="0" AngleY="0"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    22
					<RotateTransform Angle="0"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    23
					<TranslateTransform X="0" Y="0"/>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    24
				</TransformGroup>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    25
			</Custom:SurfaceButton.RenderTransform>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    26
		</Custom:SurfaceButton>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    27
	</Grid>
9e2f007b19b3 Projet InputSession
sarias
parents:
diff changeset
    28
</UserControl>