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.
28 lines
1.7 KiB
XML
28 lines
1.7 KiB
XML
<UserControl x:Class="XGL.UControl.UCMix"
|
|
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="40" d:DesignWidth="300">
|
|
<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>
|
|
<Grid>
|
|
<TextBlock x:Name="txtTotal" HorizontalAlignment="Left" VerticalAlignment="Center" Text="10" Width="30" TextAlignment="Center" Foreground="#48c4d7"/>
|
|
<Label x:Name="lblProd1" Content="" HorizontalAlignment="Left" Margin="28,5,0,5" VerticalAlignment="Center" Width="120" Style="{DynamicResource UCMixLabelstyle}" Height="30"/>
|
|
<Label x:Name="lblProd2" Content="" HorizontalAlignment="Left" Margin="150,0,0,0" VerticalAlignment="Center" Width="120" Style="{DynamicResource UCMixLabelstyle}" Height="30"/>
|
|
|
|
|
|
</Grid>
|
|
</UserControl>
|