Rev 2373 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2373 | Rev 2382 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | </Ellipse.Fill> |
14 | </Ellipse.Fill> |
15 | <Ellipse.Effect> |
15 | <Ellipse.Effect> |
16 | <DropShadowEffect Direction="40" Opacity="0.79" Color="#FF342E2E" ShadowDepth="3"/> |
16 | <DropShadowEffect Direction="40" Opacity="0.79" Color="#FF342E2E" ShadowDepth="3"/> |
17 | </Ellipse.Effect> |
17 | </Ellipse.Effect> |
18 | </Ellipse> |
18 | </Ellipse> |
19 | <TextBox Height="27" Text="H" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{Binding Stroke, ElementName=landing}" HorizontalContentAlignment="Center" FontSize="22" FontWeight="ExtraBold" VerticalContentAlignment="Stretch" Margin="5,2,1,6"> |
19 | <TextBox Height="27" Text="H" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="{Binding Stroke, ElementName=landing}" HorizontalContentAlignment="Center" FontSize="22" FontWeight="ExtraBold" VerticalContentAlignment="Stretch" Margin="5,2,1,6" AllowDrop="False" IsReadOnly="True" IsUndoEnabled="False"> |
20 | <TextBox.Effect> |
20 | <TextBox.Effect> |
21 | <DropShadowEffect BlurRadius="2" ShadowDepth="0"/> |
21 | <DropShadowEffect BlurRadius="2" ShadowDepth="0"/> |
22 | </TextBox.Effect> |
22 | </TextBox.Effect> |
23 | </TextBox> |
23 | </TextBox> |
24 | </Grid> |
24 | </Grid> |
Line 50... | Line 50... | ||
50 | <RotateTransform Angle="45"/> |
50 | <RotateTransform Angle="45"/> |
51 | <TranslateTransform/> |
51 | <TranslateTransform/> |
52 | </TransformGroup> |
52 | </TransformGroup> |
53 | </Rectangle.RenderTransform> |
53 | </Rectangle.RenderTransform> |
54 | </Rectangle> |
54 | </Rectangle> |
55 | <TextBox x:Name="text" HorizontalAlignment="Center" Height="18" Margin="-2,2,-2,3" TextWrapping="Wrap" Text="P25" VerticalAlignment="Center" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="#FFFFFEFE" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="11"> |
55 | <TextBox x:Name="text" HorizontalAlignment="Center" Height="18" Margin="-2,2,-2,3" TextWrapping="Wrap" Text="P25" VerticalAlignment="Center" Width="27" Background="{x:Null}" BorderBrush="{x:Null}" Foreground="#FFFFFEFE" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" FontSize="11" AllowDrop="False" Focusable="False" IsReadOnly="True" IsUndoEnabled="False"> |
56 | <TextBox.Effect> |
56 | <TextBox.Effect> |
57 | <DropShadowEffect BlurRadius="0" ShadowDepth="1" Direction="-45.2"/> |
57 | <DropShadowEffect BlurRadius="0" ShadowDepth="1" Direction="-45.2"/> |
58 | </TextBox.Effect> |
58 | </TextBox.Effect> |
59 | </TextBox> |
59 | </TextBox> |
60 | </Grid> |
60 | </Grid> |