Subversion Repositories Projects

Rev

Rev 2382 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2382 Rev 2420
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" AllowDrop="False" Focusable="False" IsReadOnly="True" IsUndoEnabled="False">
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" IsTabStop="False" IsHitTestVisible="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>