You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
2.2 KiB
XML

<UserControl x:Class="XGL.UControl.UCCarL"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:XGL.UControl"
mc:Ignorable="d"
d:DesignHeight="80" d:DesignWidth="125" Width="125" Height="80" Padding="0" >
<UserControl.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="/XGL;component/CSS/SearchBtnClass.xaml"/>
<ResourceDictionary Source="/XGL;component/CSS/SearchTextClass.xaml"/>
<ResourceDictionary Source="/XGL;component/CSS/DataGridClass.xaml"/>
<ResourceDictionary Source="/XGL;component/CSS/NormalSmlBtnClass.xaml"/>
<ResourceDictionary Source="/XGL;component/CSS/Style.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</UserControl.Resources>
<!--<Viewbox Height="80" Width="125">
<Canvas Height="80" Width="125">-->
<Grid Background="Transparent" Height="80" Width="125">
<Line X1="0" Y1="5.5" X2="9" Y2="5.5" Stroke="#fcb03b" StrokeThickness="3" SnapsToDevicePixels="True" />
<Line X1="7.8" Y1="5" X2="16.5" Y2="15.5" Stroke="#fcb03b" StrokeThickness="3" SnapsToDevicePixels="True" />
<Line X1="115.8" Y1="5.5" X2="125" Y2="5.5" Stroke="#fcb03b" StrokeThickness="3" SnapsToDevicePixels="True" />
<Line X1="110" Y1="15.5" X2="117" Y2="5" Stroke="#fcb03b" StrokeThickness="3" SnapsToDevicePixels="True" />
<Ellipse Width="15" Height="15" Fill="#fcb03b" Margin="25,52,85,13" ></Ellipse>
<Ellipse Width="15" Height="15" Fill="#fcb03b" Margin="85,52,25,13" ></Ellipse>
<Label x:Name="btnCar" Content="" HorizontalAlignment="Left" Width="100" Style="{StaticResource FormCarLabelstyle }" Margin="12.5,12,0,28" Padding="0" />
</Grid>
<!--</Canvas>
</Viewbox>-->
</UserControl>